com.nqadmin.swingSet
Class SSDataNavigatorBeanInfo
java.lang.Object
java.beans.SimpleBeanInfo
com.nqadmin.swingSet.SSDataNavigatorBeanInfo
- All Implemented Interfaces:
- java.beans.BeanInfo
public class SSDataNavigatorBeanInfo
- extends java.beans.SimpleBeanInfo
SSDataNavigatorBeanInfo.java
SwingSet - Open Toolkit For Making Swing Controls Database-Aware
Contains & controls various bean properties for SSDataNavigator.
- Version:
- $Revision: 1.4 $
| Fields inherited from interface java.beans.BeanInfo |
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32 |
|
Method Summary |
java.awt.Image |
getIcon(int _iconKind)
Provides the icon representation for the related bean. |
| Methods inherited from class java.beans.SimpleBeanInfo |
getAdditionalBeanInfo, getBeanDescriptor, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getMethodDescriptors, getPropertyDescriptors, loadImage |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SSDataNavigatorBeanInfo
public SSDataNavigatorBeanInfo()
getIcon
public java.awt.Image getIcon(int _iconKind)
- Provides the icon representation for the related bean.
- Specified by:
getIcon in interface java.beans.BeanInfo- Overrides:
getIcon in class java.beans.SimpleBeanInfo
- Parameters:
_iconKind - The kind of icon requested. This should be one of the constant values ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, or ICON_MONO_32x32.
- Returns:
- An image object representing the requested icon. May return null if no suitable icon is available.