|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.beans.SimpleBeanInfo
wt.clients.replication.unit.SpinnerBeanInfo
BeanInfo for Spinner.
It is only intended for use by builder tools to facilitate manipulating
the wt.clients.replication.unit.Spinner class.
Supported API: false
Extendable: false
Spinner
Field Summary | |
private static Class |
beanClass
|
Fields inherited from interface java.beans.BeanInfo |
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32 |
Constructor Summary | |
SpinnerBeanInfo()
Constructs an SpinnerBeanInfo object. |
Method Summary | |
BeanInfo[] |
getAdditionalBeanInfo()
Gets a BeanInfo for the superclass of this bean. |
BeanDescriptor |
getBeanDescriptor()
Gets the SymantecBeanDescriptor for this bean. |
Image |
getIcon(int nIconKind)
Gets an image that may be used to visually represent this bean (in the toolbar, on a form, etc). |
PropertyDescriptor[] |
getPropertyDescriptors()
Returns descriptions of this bean's properties. |
Methods inherited from class java.beans.SimpleBeanInfo |
getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getMethodDescriptors, loadImage |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final Class beanClass
Constructor Detail |
public SpinnerBeanInfo()
Method Detail |
public BeanInfo[] getAdditionalBeanInfo()
public BeanDescriptor getBeanDescriptor()
SymantecBeanDescriptor
public Image getIcon(int nIconKind)
BeanInfo.ICON_MONO_16x16
,
BeanInfo.ICON_COLOR_16x16
,
BeanInfo.ICON_MONO_32x32
,
BeanInfo.ICON_COLOR_32x32
public PropertyDescriptor[] getPropertyDescriptors()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |