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.

Constructor Index

 o MultiColumnListboxBeanInfo()
Constructor.

Method Index

 o getDefaultPropertyIndex()
Returns the default property index.
 o getIcon(int)
Return bean icon.
 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 MultiColumnListboxBeanInfo
 public MultiColumnListboxBeanInfo()
Constructor.

Methods

 o getPropertyDescriptors
 public PropertyDescriptor[] getPropertyDescriptors()
Returns the properties defined for this Bean.

Overrides:
getPropertyDescriptors in class SimpleBeanInfo
 o getDefaultPropertyIndex
 public int getDefaultPropertyIndex()
Returns the default property index.

Overrides:
getDefaultPropertyIndex 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