Class com.symantec.itools.swing.beans.BeanDescriptorAttributes
All Packages Class Hierarchy This Package Previous Next Index
Class com.symantec.itools.swing.beans.BeanDescriptorAttributes
Object
|
+----com.symantec.itools.swing.beans.BeanDescriptorAttributes
- public final class BeanDescriptorAttributes
- extends Object
Misc Swing defined bean descriptors attributes supported beyond the standard Java Beans.
-
CONTAINER_DELEGATE_ATTRIBUTE
- Attribute of type String
-
ENUMERATION_VALUES_ATTRIBUTE
- Attribute of type Object[]
-
IS_COMPONENT_ATTRIBUTE
- Attribute of type Boolean
-
IS_CONTAINER_ATTRIBUTE
- Attribute of type Boolean
-
com.symantec.itools.swing.beans.BeanDescriptorAttributes()
-
CONTAINER_DELEGATE_ATTRIBUTE
public static final java.lang.String CONTAINER_DELEGATE_ATTRIBUTE
- Attribute of type String
ENUMERATION_VALUES_ATTRIBUTE
public static final java.lang.String ENUMERATION_VALUES_ATTRIBUTE
- Attribute of type Object[]
IS_COMPONENT_ATTRIBUTE
public static final java.lang.String IS_COMPONENT_ATTRIBUTE
- Attribute of type Boolean
IS_CONTAINER_ATTRIBUTE
public static final java.lang.String IS_CONTAINER_ATTRIBUTE
- Attribute of type Boolean
BeanDescriptorAttributes
public BeanDescriptorAttributes()
All Packages Class Hierarchy This Package Previous Next Index