Package com.sun.javatest.tool
Class IconLabelBeanInfo
- java.lang.Object
-
- java.beans.SimpleBeanInfo
-
- com.sun.javatest.tool.IconLabelBeanInfo
-
- All Implemented Interfaces:
java.beans.BeanInfo
public class IconLabelBeanInfo extends java.beans.SimpleBeanInfo
Bean info forIconLabel
.
-
-
Constructor Summary
Constructors Constructor Description IconLabelBeanInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.beans.PropertyDescriptor[]
getPropertyDescriptors()
Get property descriptors for properties of IconLabel objects.
-
-
-
Method Detail
-
getPropertyDescriptors
public java.beans.PropertyDescriptor[] getPropertyDescriptors()
Get property descriptors for properties of IconLabel objects. Two properties are defined: type and state.- Specified by:
getPropertyDescriptors
in interfacejava.beans.BeanInfo
- Overrides:
getPropertyDescriptors
in classjava.beans.SimpleBeanInfo
- Returns:
- property descriptors for properties of IconLabel objects
- See Also:
IconLabel
-
-