org.openbp.jaspira.propertybrowser.editor
Interface PropertyEditorOwner

All Known Implementing Classes:
PropertyNode

public interface PropertyEditorOwner

This interface defines the methods that an object that 'owns' a property editor must support.

Author:
Heiko Erhardt

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

getValidator

PropertyValidator getValidator()
Gets the the property validator used by this property editor..


reloadProperty

void reloadProperty(java.lang.String propertyName)
Forces a reload of a particular property from the modified object and redisplays the specified property. This method can be used by validators to redisplay properties they have changed.

Parameters:
propertyName - Property name

handleKeyEvent

void handleKeyEvent(java.awt.event.KeyEvent e)
Handles a key event that is not consumed by the property editor.

Parameters:
e - The key event


Copyright © 2011. All Rights Reserved.