gui
Class TableBeanBeanInfo

java.lang.Object
  |
  +--java.beans.SimpleBeanInfo
        |
        +--gui.TableBeanBeanInfo

public class TableBeanBeanInfo
extends java.beans.SimpleBeanInfo


Constructor Summary
TableBeanBeanInfo()
           
 
Method Summary
 int getDefaultPropertyIndex()
           
 java.awt.Image getIcon(int iconKind)
           
 java.beans.PropertyDescriptor[] getPropertyDescriptors()
           
 
Methods inherited from class java.beans.SimpleBeanInfo
getAdditionalBeanInfo, getBeanDescriptor, getDefaultEventIndex, getEventSetDescriptors, getMethodDescriptors, loadImage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableBeanBeanInfo

public TableBeanBeanInfo()
Method Detail

getPropertyDescriptors

public java.beans.PropertyDescriptor[] getPropertyDescriptors()
Overrides:
getPropertyDescriptors in class java.beans.SimpleBeanInfo

getDefaultPropertyIndex

public int getDefaultPropertyIndex()
Overrides:
getDefaultPropertyIndex in class java.beans.SimpleBeanInfo

getIcon

public java.awt.Image getIcon(int iconKind)
Overrides:
getIcon in class java.beans.SimpleBeanInfo