Class GenericBeanInfo
- java.lang.Object
-
- java.beans.SimpleBeanInfo
-
- org.meteoinfo.ui.calendar.components.GenericBeanInfo
-
- Direct Known Subclasses:
JLocaleChooserBeanInfo,JSpinFieldBeanInfo
public class GenericBeanInfo extends java.beans.SimpleBeanInfoA generic bean info class use by all bean infos of the JCalendar bean suite.
-
-
Field Summary
Fields Modifier and Type Field Description protected java.awt.ImageiconColor1616x16 color icon.protected java.awt.ImageiconColor3232x32 color icon.protected java.awt.ImageiconMono1616x16 mono icon.protected java.awt.ImageiconMono3232x32 mono icon.
-
Constructor Summary
Constructors Constructor Description GenericBeanInfo(java.lang.String bean, boolean registerLocaleEditor)Constructs a new BeanInfo.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.ImagegetIcon(int iconKind)This method returns an image object that can be used to represent the bean in toolboxes, toolbars, etc.
-