pt.moredata.widgets
Class TableBeanInfo

java.lang.Object
  extended byjava.beans.SimpleBeanInfo
      extended bypt.moredata.widgets.TableBeanInfo
All Implemented Interfaces:
java.beans.BeanInfo

public class TableBeanInfo
extends java.beans.SimpleBeanInfo

Title: Biblioteca de classes Visuais para acesso a BD

Description: Implementa algumas funcionalidades extra às classes standard do swing. Algumas classes não tem qualquer extensão, no entanto existem para que não seja obrigatório reescrever os nomes das classes dos objectos visuais inserindo automáticamente caracteristicas,

Copyright: Copyright (c) Sérgio Ferreira

Company: Moredata

Version:
1.0
Author:
Sérgio Ferreira

Field Summary
 
Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
 
Constructor Summary
TableBeanInfo()
           
 
Method Summary
 java.beans.BeanDescriptor getBeanDescriptor()
          Gets the beanDescriptor attribute of the TableBeanInfo object
 java.awt.Image getIcon(int iconKind)
          Gets the icon attribute of the TableBeanInfo object
 java.beans.PropertyDescriptor[] getPropertyDescriptors()
          Gets the propertyDescriptors attribute of the TableBeanInfo object
 
Methods inherited from class java.beans.SimpleBeanInfo
getAdditionalBeanInfo, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getMethodDescriptors, loadImage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableBeanInfo

public TableBeanInfo()
Method Detail

getBeanDescriptor

public java.beans.BeanDescriptor getBeanDescriptor()
Gets the beanDescriptor attribute of the TableBeanInfo object

Returns:
The beanDescriptor value

getPropertyDescriptors

public java.beans.PropertyDescriptor[] getPropertyDescriptors()
Gets the propertyDescriptors attribute of the TableBeanInfo object

Returns:
The propertyDescriptors value

getIcon

public java.awt.Image getIcon(int iconKind)
Gets the icon attribute of the TableBeanInfo object

Parameters:
iconKind - Description of the Parameter
Returns:
The icon value