|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.beans.SimpleBeanInfo
com.toedter.components.GenericBeanInfo
public class GenericBeanInfo
A generic bean info class use by all bean infos of the JCalendar bean suite.
Field Summary | |
---|---|
protected java.awt.Image |
iconColor16
16x16 color icon. |
protected java.awt.Image |
iconColor32
32x32 color icon. |
protected java.awt.Image |
iconMono16
16x16 mono icon. |
protected java.awt.Image |
iconMono32
32x32 mono icon. |
Fields inherited from interface java.beans.BeanInfo |
---|
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32 |
Constructor Summary | |
---|---|
GenericBeanInfo(java.lang.String bean,
boolean registerLocaleEditor)
Constructs a new BeanInfo. |
Method Summary | |
---|---|
java.awt.Image |
getIcon(int iconKind)
This method returns an image object that can be used to represent the bean in toolboxes, toolbars, etc. |
Methods inherited from class java.beans.SimpleBeanInfo |
---|
getAdditionalBeanInfo, getBeanDescriptor, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getMethodDescriptors, getPropertyDescriptors, loadImage |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.awt.Image iconColor16
protected java.awt.Image iconColor32
protected java.awt.Image iconMono16
protected java.awt.Image iconMono32
Constructor Detail |
---|
public GenericBeanInfo(java.lang.String bean, boolean registerLocaleEditor)
Method Detail |
---|
public java.awt.Image getIcon(int iconKind)
getIcon
in interface java.beans.BeanInfo
getIcon
in class java.beans.SimpleBeanInfo
iconKind
- the kind of requested icon
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |