|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.beans.SimpleBeanInfo
com.l2fprod.common.swing.JDirectoryChooserBeanInfo
public class JDirectoryChooserBeanInfo
BeanInfo class for JDirectoryChooser.
Field Summary | |
---|---|
protected java.beans.BeanDescriptor |
bd
Description of the Field |
protected java.awt.Image |
iconColor16
Description of the Field |
protected java.awt.Image |
iconColor32
Description of the Field |
protected java.awt.Image |
iconMono16
Description of the Field |
protected java.awt.Image |
iconMono32
Description of the Field |
Fields inherited from interface java.beans.BeanInfo |
---|
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32 |
Constructor Summary | |
---|---|
JDirectoryChooserBeanInfo()
Constructor for the JDirectoryChooserBeanInfo object |
Method Summary | |
---|---|
java.beans.BeanInfo[] |
getAdditionalBeanInfo()
Gets the additionalBeanInfo |
java.beans.BeanDescriptor |
getBeanDescriptor()
Gets the beanDescriptor |
int |
getDefaultPropertyIndex()
Gets the defaultPropertyIndex |
java.awt.Image |
getIcon(int type)
Gets the icon |
java.beans.MethodDescriptor[] |
getMethodDescriptors()
Gets the methodDescriptors attribute ... |
java.beans.PropertyDescriptor[] |
getPropertyDescriptors()
Gets the Property Descriptors |
Methods inherited from class java.beans.SimpleBeanInfo |
---|
getDefaultEventIndex, getEventSetDescriptors, loadImage |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.beans.BeanDescriptor bd
protected java.awt.Image iconMono16
protected java.awt.Image iconColor16
protected java.awt.Image iconMono32
protected java.awt.Image iconColor32
Constructor Detail |
---|
public JDirectoryChooserBeanInfo() throws java.beans.IntrospectionException
java.beans.IntrospectionException
Method Detail |
---|
public java.beans.BeanInfo[] getAdditionalBeanInfo()
getAdditionalBeanInfo
in interface java.beans.BeanInfo
getAdditionalBeanInfo
in class java.beans.SimpleBeanInfo
public java.beans.BeanDescriptor getBeanDescriptor()
getBeanDescriptor
in interface java.beans.BeanInfo
getBeanDescriptor
in class java.beans.SimpleBeanInfo
public int getDefaultPropertyIndex()
getDefaultPropertyIndex
in interface java.beans.BeanInfo
getDefaultPropertyIndex
in class java.beans.SimpleBeanInfo
public java.awt.Image getIcon(int type)
getIcon
in interface java.beans.BeanInfo
getIcon
in class java.beans.SimpleBeanInfo
type
- Description of the Parameter
public java.beans.PropertyDescriptor[] getPropertyDescriptors()
getPropertyDescriptors
in interface java.beans.BeanInfo
getPropertyDescriptors
in class java.beans.SimpleBeanInfo
public java.beans.MethodDescriptor[] getMethodDescriptors()
getMethodDescriptors
in interface java.beans.BeanInfo
getMethodDescriptors
in class java.beans.SimpleBeanInfo
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |