All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class COM.ibm.beans.charting.ChartTypeEditor

java.lang.Object
   |
   +----java.beans.PropertyEditorSupport
           |
           +----COM.ibm.beans.charting.ChartTypeEditor

public class ChartTypeEditor
extends PropertyEditorSupport
Property editor for a ChartType enumerated property type. It maintains the state of the property using a ChartType object.


Constructor Index

 o ChartTypeEditor()

Method Index

 o getAsText()
Returns as a string, the currently selected value for this ChartType property.
 o getJavaInitializationString()
Returns the default initilaization string for an object of the type, ChartType.
 o getTags()
Returns the set of valid and known tags for a ChartType enumeration.
 o getValue()
Returns the currently selected value.
 o setAsText(String)
Set the (currently selected) value of the ChartType property to the one specified.
 o setValue(Object)
Save the current selection state of this ChartType to the one specified.

Constructors

 o ChartTypeEditor
 public ChartTypeEditor()

Methods

 o setAsText
 public void setAsText(String text) throws IllegalArgumentException
Set the (currently selected) value of the ChartType property to the one specified.

Parameters:
text - the string that specifies the value that the ChartType property should be set to.
Overrides:
setAsText in class PropertyEditorSupport
 o getTags
 public String[] getTags()
Returns the set of valid and known tags for a ChartType enumeration.

Overrides:
getTags in class PropertyEditorSupport
 o getAsText
 public String getAsText()
Returns as a string, the currently selected value for this ChartType property.

Overrides:
getAsText in class PropertyEditorSupport
 o getValue
 public Object getValue()
Returns the currently selected value.

Overrides:
getValue in class PropertyEditorSupport
 o setValue
 public void setValue(Object value)
Save the current selection state of this ChartType to the one specified.

Parameters:
value - is the value that this ChartType property should be set to
Overrides:
setValue in class PropertyEditorSupport
 o getJavaInitializationString
 public String getJavaInitializationString()
Returns the default initilaization string for an object of the type, ChartType.

Overrides:
getJavaInitializationString in class PropertyEditorSupport

All Packages  Class Hierarchy  This Package  Previous  Next  Index