Package com.portal.ctrl
Class JTreeTableBeanInfo
java.lang.Object
java.beans.SimpleBeanInfo
com.portal.ctrl.JTreeTableBeanInfo
- All Implemented Interfaces:
BeanInfo
- Version:
- %version: 1 % %date_modified: Thu Sep 09 20:45:49 1999 %
- Author:
- kapono
-
Field Summary
Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRetrieves a description of the bean, its potential customizer, and a description of what it doesgetIcon
(int type) Retrieve an icon representation of this beanMethods inherited from class java.beans.SimpleBeanInfo
getAdditionalBeanInfo, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getMethodDescriptors, getPropertyDescriptors, loadImage
-
Constructor Details
-
JTreeTableBeanInfo
public JTreeTableBeanInfo()
-
-
Method Details
-
getBeanDescriptor
Retrieves a description of the bean, its potential customizer, and a description of what it does- Specified by:
getBeanDescriptor
in interfaceBeanInfo
- Overrides:
getBeanDescriptor
in classSimpleBeanInfo
- Returns:
- a BeanDescriptor encapsulating information about the bean
-
getIcon
Retrieve an icon representation of this bean- Specified by:
getIcon
in interfaceBeanInfo
- Overrides:
getIcon
in classSimpleBeanInfo
- Returns:
- an Image representing this bean
-