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.SimpleBeanInfo
Describes 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.Image
getIcon(int iconKind)
java.beans.PropertyDescriptor[]
getPropertyDescriptors()
-
-
-
Method Detail
-
getPropertyDescriptors
public java.beans.PropertyDescriptor[] getPropertyDescriptors()
- Specified by:
getPropertyDescriptors
in interfacejava.beans.BeanInfo
- Overrides:
getPropertyDescriptors
in classjava.beans.SimpleBeanInfo
-
getIcon
public java.awt.Image getIcon(int iconKind)
- Specified by:
getIcon
in interfacejava.beans.BeanInfo
- Overrides:
getIcon
in classjava.beans.SimpleBeanInfo
-
-