All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.eou.swingchart.DoubleGridEditor

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

public class DoubleGridEditor
extends PropertyEditorSupport
PropertyEditor for bean properties defined as 1d arrays of doubles. Uses custom editor component TextGrid.


Constructor Index

 o DoubleGridEditor()

Method Index

 o copyright()
 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 beanbox.
 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 DoubleGridEditor
 public DoubleGridEditor()

Methods

 o copyright
 public static String copyright()
 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 beanbox.

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