|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PropertyEditor
description
Field Summary | |
---|---|
static java.lang.String |
PROPERTY_VALUE_NAME
|
Method Summary | |
---|---|
void |
addPropertyChangeListener(java.beans.PropertyChangeListener l)
Registers a PropertyChangeListener for this editor, which will be updated when a "propertyValue" property changes. |
java.lang.String |
getDescription()
Returns the description for this editor. |
java.lang.Object |
getPropertyValue()
Returns the value contained in this editor. |
void |
removePropertyChangeListener(java.beans.PropertyChangeListener l)
Deregisters a PropertyChangeListener from this editor. |
void |
setDescription(java.lang.String description)
|
boolean |
setPropertyValue(java.lang.Object value)
PropertyEditor should set the value specified and display it accordingly. |
Field Detail |
---|
static final java.lang.String PROPERTY_VALUE_NAME
Method Detail |
---|
java.lang.Object getPropertyValue()
boolean setPropertyValue(java.lang.Object value)
value
- Value to set
java.lang.String getDescription()
If editor is unable to display the description, it must return null. This will allow for automatic creation of description and properly wrap the methods. If editor can display description but its value has not yet been defined, this method should return empty string.
void setDescription(java.lang.String description)
void addPropertyChangeListener(java.beans.PropertyChangeListener l)
void removePropertyChangeListener(java.beans.PropertyChangeListener l)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |