Methods
| Name | Description |
|---|---|
| addPropertyChangeListener(PropertyChangeListener) | Register a listener for the PropertyChange event. |
| getAsText() | |
| getCustomEditor() | A PropertyEditor may choose to make available a full custom Component that edits its property value. |
| getJavaInitializationString() | This method is intended for use when generating Java code to set the value of the property. |
| getTags() | If the property value must be one of a set of known tagged values, then this method should return an array of the tags. |
| getValue() | |
| isPaintable() | |
| paintValue(Graphics, Rectangle) | Paint a representation of the value into a given area of screen real estate. |
| removePropertyChangeListener(PropertyChangeListener) | Remove a listener for the PropertyChange event. |
| setAsText(String) | Set the property value by parsing a given String. |
| setValue(Object) | Set (or change) the object that is to be edited. |
| supportsCustomEditor() |