All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.eou.swingchart.StringListEditor

java.lang.Object
   |
   +----java.beans.PropertyEditorSupport
           |
           +----com.ibm.eou.swingchart.StringListEditor

public class StringListEditor
extends PropertyEditorSupport
PropertyEditor for bean properties defined as a StringList.


Constructor Index

 o StringListEditor()
Default constructor

Method Index

 o copyright()
IBM Copyright statement
 o firePropertyChange()
 o getCustomEditor()
 o getJavaInitializationString()
 o getValue()
Called on this class by bean support mechanisms to retrieve the new values acquired by this editor.
 o isPaintable()
Called on this class by the bean support mechanisms to determine if the properties can be painted.
 o paintValue(Graphics, Rectangle)
Called on this class by the bean support mechanisms to paint a view of the properties in the visual builder.
 o setAsText(String)
 o setValue(Object)
Called on this class by bean support mechanisms to supply the original value to this editor.
 o supportsCustomEditor()

Constructors

 o StringListEditor
 public StringListEditor()
Default constructor

Methods

 o copyright
 public static String copyright()
IBM Copyright statement

 o firePropertyChange
 public void firePropertyChange()
Overrides:
firePropertyChange in class PropertyEditorSupport
 o getCustomEditor
 public Component getCustomEditor()
Overrides:
getCustomEditor in class PropertyEditorSupport
 o getJavaInitializationString
 public String getJavaInitializationString()
Overrides:
getJavaInitializationString in class PropertyEditorSupport
 o getValue
 public Object getValue()
Called on this class by bean support mechanisms to retrieve the new values acquired by this editor.

Overrides:
getValue in class PropertyEditorSupport
 o isPaintable
 public boolean isPaintable()
Called on this class by the bean support mechanisms to determine if the properties can be painted.

Overrides:
isPaintable in class PropertyEditorSupport
 o paintValue
 public void paintValue(Graphics g,
                        Rectangle r)
Called on this class by the bean support mechanisms to paint a view of the properties in the visual builder.

Overrides:
paintValue in class PropertyEditorSupport
 o setAsText
 public void setAsText(String text) throws IllegalArgumentException
Overrides:
setAsText in class PropertyEditorSupport
 o setValue
 public void setValue(Object o)
Called on this class by bean support mechanisms to supply the original value to this editor.

Overrides:
setValue in class PropertyEditorSupport
 o supportsCustomEditor
 public boolean supportsCustomEditor()
Overrides:
supportsCustomEditor in class PropertyEditorSupport

All Packages  Class Hierarchy  This Package  Previous  Next  Index