com.miginfocom.beans
Class CategoryTreeBeanBeanInfo
java.lang.Object
java.beans.SimpleBeanInfo
com.miginfocom.beans.CategoryTreeBeanBeanInfo
- All Implemented Interfaces:
- java.beans.BeanInfo
public class CategoryTreeBeanBeanInfo
- extends java.beans.SimpleBeanInfo
| Fields inherited from interface java.beans.BeanInfo |
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32 |
| 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 |
CategoryTreeBeanBeanInfo
public CategoryTreeBeanBeanInfo()
getBeanClass
public java.lang.Class getBeanClass()
- Returns the class of the bean that this class in info for.
- Returns:
- The class of the bean that this class in info for.
getIconResourceNameStart
protected java.lang.String getIconResourceNameStart()
- Returns the start of the image filename/resourse name. "_16.png" or "_32.png" will be added depending on the resolution requested.
- Returns:
- The start of the image filename/resourse name.
null if no image should be loaded.
getDisplayName
public java.lang.String getDisplayName()
getDescription
protected java.lang.String getDescription()
getPropertyDescriptorsImpl
public java.beans.PropertyDescriptor[] getPropertyDescriptorsImpl()
- Should return the descriptors. They will be cached by this super class.
getBeanDescriptor
public java.beans.BeanDescriptor getBeanDescriptor()
- Specified by:
getBeanDescriptor in interface java.beans.BeanInfo- Overrides:
getBeanDescriptor in class java.beans.SimpleBeanInfo
isContainer
protected boolean isContainer()
getPropertyDescriptors
public final java.beans.PropertyDescriptor[] getPropertyDescriptors()
- Specified by:
getPropertyDescriptors in interface java.beans.BeanInfo- Overrides:
getPropertyDescriptors in class java.beans.SimpleBeanInfo
getAdditionalBeanInfo
public java.beans.BeanInfo[] getAdditionalBeanInfo()
- Gets the additionalBeanInfo
- Specified by:
getAdditionalBeanInfo in interface java.beans.BeanInfo- Overrides:
getAdditionalBeanInfo in class java.beans.SimpleBeanInfo
- Returns:
- The additionalBeanInfo value
getIcon
public java.awt.Image getIcon(int iconKind)
- Specified by:
getIcon in interface java.beans.BeanInfo- Overrides:
getIcon in class java.beans.SimpleBeanInfo
Copyright © 2005 MiG InfoCom AB. All Rights Reserved.