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.
-
DoubleGridEditor()
-
-
copyright()
-
-
getCustomEditor()
-
-
getJavaInitializationString()
-
-
getValue()
- Called on this class by bean support mechanisms
to retrieve the new values acquired by this editor.
-
isPaintable()
- Called on this class by the bean support mechanisms
to determine if the properties can be painted.
-
paintValue(Graphics, Rectangle)
- Called on this class by the bean support mechanisms
to paint a view of the properties in the beanbox.
-
setAsText(String)
-
-
setValue(Object)
- Called on this class by bean support mechanisms
to supply the original value to this editor.
-
supportsCustomEditor()
-
DoubleGridEditor
public DoubleGridEditor()
copyright
public static String copyright()
getCustomEditor
public Component getCustomEditor()
- Overrides:
- getCustomEditor in class PropertyEditorSupport
getJavaInitializationString
public String getJavaInitializationString()
- Overrides:
- getJavaInitializationString in class PropertyEditorSupport
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
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
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
setAsText
public void setAsText(String text) throws IllegalArgumentException
- Overrides:
- setAsText in class PropertyEditorSupport
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
supportsCustomEditor
public boolean supportsCustomEditor()
- Overrides:
- supportsCustomEditor in class PropertyEditorSupport
All Packages Class Hierarchy This Package Previous Next Index