|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PropertyEditorOwner
This interface defines the methods that an object that 'owns' a property editor must support.
| Method Summary | |
|---|---|
PropertyValidator |
getValidator()
Gets the the property validator used by this property editor.. |
void |
handleKeyEvent(java.awt.event.KeyEvent e)
Handles a key event that is not consumed by the property editor. |
void |
reloadProperty(java.lang.String propertyName)
Forces a reload of a particular property from the modified object and redisplays the specified property. |
| Method Detail |
|---|
PropertyValidator getValidator()
void reloadProperty(java.lang.String propertyName)
propertyName - Property namevoid handleKeyEvent(java.awt.event.KeyEvent e)
e - The key event
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||