borland Packages  Class Hierarchy  jbcl.control Package  Index 

ColorChooserBeanInfo component

java.lang.Object
   +----borland.jbcl.util.BasicBeanInfo
           +----borland.jbcl.control.ColorChooserBeanInfo

About the ColorChooserBeanInfo component

Variables  Constructors  Properties  Methods  

Implements BeanInfo, Serializable

The ColorChooserBeanInfo class provides explicit information about the ColorChooser component to JBuilder (and other visual tools that support JavaBeans). It extends the BasicBeanInfo class.

The ColorChooserBeanInfo class specifies the properties of the ColorChooser that appear at design time in the Component Inspector and their access methods. It also identifies the custom property editor used to display and edit selected property values where applicable.

The ColorChooserBeanInfo class does not expose the methods and events of the ColorChooser, but specifies that JBuilder extracts this information through introspection.


ColorChooserBeanInfo variables

Variables implemented in borland.jbcl.util.BasicBeanInfo

ColorChooserBeanInfo constructors

ColorChooserBeanInfo properties

*Read-only properties **Write-only properties

Properties implemented in borland.jbcl.util.BasicBeanInfo

Properties implemented in java.lang.Object

ColorChooserBeanInfo methods

Methods implemented in borland.jbcl.util.BasicBeanInfo

Methods implemented in java.lang.Object


ColorChooserBeanInfo constructors

ColorChooserBeanInfo()

  public ColorChooserBeanInfo()
Constructs a ColorChooserBeanInfo component.