|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.beans.SimpleBeanInfo | +--org.scopemvc.view.swing.beaninfo.BasicBeanInfo
Description of the Class
Field Summary | |
protected java.lang.Class |
beanClass
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 | |
BasicBeanInfo(java.lang.Class beanClass)
Constructor for the BasicBeanInfo object |
Method Summary | |
protected java.lang.String |
getDefaultIconResource(int iconKind)
Gets the default icon resource |
java.awt.Image |
getIcon(int iconKind)
Gets the icon |
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.lang.Class beanClass
Constructor Detail |
public BasicBeanInfo(java.lang.Class beanClass)
beanClass
- TODO: Describe the ParameterMethod Detail |
public java.awt.Image getIcon(int iconKind)
getIcon
in interface java.beans.BeanInfo
getIcon
in class java.beans.SimpleBeanInfo
iconKind
- Description of the Parameter
protected java.lang.String getDefaultIconResource(int iconKind)
iconKind
- Description of the Parameter
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |