Package com.sun.xfilechooser
Class XFileChooserBeanInfo
- java.lang.Object
-
- java.beans.SimpleBeanInfo
-
- com.sun.xfilechooser.XFileChooserBeanInfo
-
- All Implemented Interfaces:
java.beans.BeanInfo
public class XFileChooserBeanInfo extends java.beans.SimpleBeanInfoDescribes the XFileChooser properties that is modifiable by user in the beans editor. Also will get the icon of XFileChooser that will be shown on the palette of editor.
-
-
Constructor Summary
Constructors Constructor Description XFileChooserBeanInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.ImagegetIcon(int iconKind)java.beans.PropertyDescriptor[]getPropertyDescriptors()
-
-
-
Method Detail
-
getPropertyDescriptors
public java.beans.PropertyDescriptor[] getPropertyDescriptors()
- Specified by:
getPropertyDescriptorsin interfacejava.beans.BeanInfo- Overrides:
getPropertyDescriptorsin classjava.beans.SimpleBeanInfo
-
getIcon
public java.awt.Image getIcon(int iconKind)
- Specified by:
getIconin interfacejava.beans.BeanInfo- Overrides:
getIconin classjava.beans.SimpleBeanInfo
-
-