All Packages Class Hierarchy This Package Previous Next Index
Class COM.taligent.widget.MultiColumnListboxBeanInfo
java.lang.Object
|
+----java.beans.SimpleBeanInfo
|
+----COM.taligent.widget.MultiColumnListboxBeanInfo
- public class MultiColumnListboxBeanInfo
- extends SimpleBeanInfo
MultiColumnListbox Bean information.
- Version:
- 1.0
- Author:
- Andy Clark, Taligent Inc.
-
MultiColumnListboxBeanInfo()
- Constructor.
-
getDefaultPropertyIndex()
- Returns the default property index.
-
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.
MultiColumnListboxBeanInfo
public MultiColumnListboxBeanInfo()
- Constructor.
getPropertyDescriptors
public PropertyDescriptor[] getPropertyDescriptors()
- Returns the properties defined for this Bean.
- Overrides:
- getPropertyDescriptors in class SimpleBeanInfo
getDefaultPropertyIndex
public int getDefaultPropertyIndex()
- Returns the default property index.
- Overrides:
- getDefaultPropertyIndex 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