Constructors
Name | Description |
---|---|
PropertyEditorSupport() | Constructor for use by derived PropertyEditor classes. |
PropertyEditorSupport(Object) | Constructor for use when a PropertyEditor is delegating to us. |
Methods
Name | Description |
---|---|
addPropertyChangeListener(PropertyChangeListener) | Register a listener for the PropertyChange event. |
firePropertyChange() | Report that we have been modified to any interested listeners. |
getAsText() | |
getCustomEditor() | A PropertyEditor may chose 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 tag values. |
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() |