All Packages Class Hierarchy This Package Previous Next Index
Class COM.taligent.util.DatabaseTableBeanInfo
java.lang.Object
|
+----java.beans.SimpleBeanInfo
|
+----COM.taligent.util.DatabaseTableBeanInfo
- public class DatabaseTableBeanInfo
- extends SimpleBeanInfo
Table Bean information.
- Version:
- 1.0
- Author:
- Andy Clark, Taligent Inc.
-
DatabaseTableBeanInfo()
- Constructor.
-
getBeanDescriptor()
- Returns the customizer for this Bean.
-
getIcon(int)
- Return bean icon.
-
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.
DatabaseTableBeanInfo
public DatabaseTableBeanInfo()
- 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
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