Package org.jdesktop.swingx
Class JXTaskPaneContainerBeanInfo
java.lang.Object
java.beans.SimpleBeanInfo
org.jdesktop.beans.BeanInfoSupport
org.jdesktop.swingx.JXTaskPaneContainerBeanInfo
- All Implemented Interfaces:
BeanInfo
BeanInfo class for JXTaskPaneContainer.
-
Field Summary
Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor for the JXTaskPaneContainerBeanInfo object -
Method Summary
Modifier and TypeMethodDescriptionprotected void
Called by the constructor during the proper time so that subclasses can override the settings/values for the various beaninfo properties.Methods inherited from class org.jdesktop.beans.BeanInfoSupport
getBeanDescriptor, getCustomizerClass, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getIcon, getMethodDescriptors, getPropertyDescriptors, loadImage, setBound, setCategory, setColorIconName, setConstrained, setDisplayName, setEnumerationValues, setExpert, setHidden, setMonoIconName, setPreferred, setPropertyEditor, setSmallColorIconName, setSmallMonoIconName, setTransient
Methods inherited from class java.beans.SimpleBeanInfo
getAdditionalBeanInfo
-
Constructor Details
-
JXTaskPaneContainerBeanInfo
public JXTaskPaneContainerBeanInfo()Constructor for the JXTaskPaneContainerBeanInfo object
-
-
Method Details
-
initialize
protected void initialize()Description copied from class:BeanInfoSupport
Called by the constructor during the proper time so that subclasses can override the settings/values for the various beaninfo properties. For example, you could call setDisplayName("Foo Name", "foo") to change the foo properties display name- Specified by:
initialize
in classBeanInfoSupport
-