com.elj.editors
Class BoundsEditor
java.lang.Object
|
+--java.beans.PropertyEditorSupport
|
+--com.elj.editors.BoundsEditor
- All Implemented Interfaces:
- java.beans.PropertyEditor
- public class BoundsEditor
- extends java.beans.PropertyEditorSupport
This class provides the editor for the Bounds.
| Methods inherited from class java.beans.PropertyEditorSupport |
addPropertyChangeListener, firePropertyChange, getTags, getValue, removePropertyChangeListener, setAsText, setValue |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BoundsEditor
public BoundsEditor()
- Default constructor.
supportsCustomEditor
public boolean supportsCustomEditor()
- Overrides:
supportsCustomEditor in class java.beans.PropertyEditorSupport
isPaintable
public boolean isPaintable()
- Overrides:
isPaintable in class java.beans.PropertyEditorSupport
paintValue
public void paintValue(java.awt.Graphics g,
java.awt.Rectangle r)
- Overrides:
paintValue in class java.beans.PropertyEditorSupport
getCustomEditor
public java.awt.Component getCustomEditor()
- Overrides:
getCustomEditor in class java.beans.PropertyEditorSupport
getJavaInitializationString
public java.lang.String getJavaInitializationString()
- Overrides:
getJavaInitializationString in class java.beans.PropertyEditorSupport
getAsText
public java.lang.String getAsText()
- Overrides:
getAsText in class java.beans.PropertyEditorSupport