jbcl.view Package
java.lang.Object +----com.borland.jb.util.BasicBeanInfo +----com.borland.jbcl.view.ListViewBeanInfo
Variables Constructors Properties Methods
Implements BeanInfo, Serializable
The ListViewBeanInfo
class provides explicit information about the ListView
component to JBuilder (and other visual tools that support JavaBeans). It extends the BasicBeanInfo
class.
The ListViewBeanInfo
class specifies the properties of ListView
that appear at design time in the Component Inspector and their access methods.
The ListViewBeanInfo
does not expose the methods and events of the ListView
, but specifies that JBuilder extracts this information through introspection.
public ListViewBeanInfo()Constructs a
ListViewBeanInfo
component.