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.
-
TableBeanInfo()
- Constructor.
-
getBeanDescriptor()
- Returns the customizer for this Bean.
-
getEventSetDescriptors()
- Returns the events defined for this Bean.
-
getIcon(int)
- Return bean icon.
-
getMethodDescriptors()
- Returns the properties defined for this Bean.
-
getPropertyDescriptors()
- Returns the properties defined for this Bean.
-
getString(String)
- Returns the string value of the specified key.
-
getString(String, String)
- Returns the string value of the specified key.
TableBeanInfo
public TableBeanInfo()
- Constructor.
getBeanDescriptor
public BeanDescriptor getBeanDescriptor()
- Returns the customizer for this Bean.
- Overrides:
- getBeanDescriptor in class SimpleBeanInfo
getPropertyDescriptors
public PropertyDescriptor[] getPropertyDescriptors()
- Returns the properties defined for this Bean.
- Overrides:
- getPropertyDescriptors in class SimpleBeanInfo
getEventSetDescriptors
public EventSetDescriptor[] getEventSetDescriptors()
- Returns the events defined for this Bean.
- Overrides:
- getEventSetDescriptors in class SimpleBeanInfo
getMethodDescriptors
public MethodDescriptor[] getMethodDescriptors()
- Returns the properties defined for this Bean.
- Overrides:
- getMethodDescriptors in class SimpleBeanInfo
getIcon
public Image getIcon(int iconKind)
- Return bean icon.
- Overrides:
- getIcon in class SimpleBeanInfo
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.
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