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.SimpleBeanInfoBean 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:
getPropertyDescriptorsin interfacejava.beans.BeanInfo- Overrides:
getPropertyDescriptorsin classjava.beans.SimpleBeanInfo- Returns:
- property descriptors for properties of IconLabel objects
- See Also:
IconLabel
-
-