All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class COM.taligent.util.TableBeanInfo

java.lang.Object
   |
   +----java.beans.SimpleBeanInfo
           |
           +----COM.taligent.util.TableBeanInfo

public class TableBeanInfo
extends SimpleBeanInfo
Table Bean information.

Version:
1.0
Author:
Andy Clark, Taligent Inc.

Constructor Index

 o TableBeanInfo()
Constructor.

Method Index

 o getBeanDescriptor()
Returns the customizer for this Bean.
 o getEventSetDescriptors()
Returns the events defined for this Bean.
 o getIcon(int)
Return bean icon.
 o getMethodDescriptors()
Returns the properties defined for this Bean.
 o getPropertyDescriptors()
Returns the properties defined for this Bean.
 o getString(String)
Returns the string value of the specified key.
 o getString(String, String)
Returns the string value of the specified key.

Constructors

 o TableBeanInfo
 public TableBeanInfo()
Constructor.

Methods

 o getBeanDescriptor
 public BeanDescriptor getBeanDescriptor()
Returns the customizer for this Bean.

Overrides:
getBeanDescriptor in class SimpleBeanInfo
 o getPropertyDescriptors
 public PropertyDescriptor[] getPropertyDescriptors()
Returns the properties defined for this Bean.

Overrides:
getPropertyDescriptors in class SimpleBeanInfo
 o getEventSetDescriptors
 public EventSetDescriptor[] getEventSetDescriptors()
Returns the events defined for this Bean.

Overrides:
getEventSetDescriptors in class SimpleBeanInfo
 o getMethodDescriptors
 public MethodDescriptor[] getMethodDescriptors()
Returns the properties defined for this Bean.

Overrides:
getMethodDescriptors in class SimpleBeanInfo
 o getIcon
 public Image getIcon(int iconKind)
Return bean icon.

Overrides:
getIcon in class SimpleBeanInfo
 o getString
 protected static String getString(String key)
Returns the string value of the specified key. If the value of the specified key is not found, the key is returned as the value.

Parameters:
key - The key of the value to return.
 o getString
 protected static String getString(String key,
                                   String value)
Returns the string value of the specified key. If the resource bundle is not found or the key is not contained in the resource bundle, the default value will be returned.

Parameters:
key - The key of the value to return
value - The default value to return if the real value of the specified key is not found.

All Packages  Class Hierarchy  This Package  Previous  Next  Index