Uses of Interface
org.openbp.jaspira.propertybrowser.editor.PropertyEditorOwner

Packages that use PropertyEditorOwner
org.openbp.jaspira.propertybrowser.editor   
org.openbp.jaspira.propertybrowser.nodes   
 

Uses of PropertyEditorOwner in org.openbp.jaspira.propertybrowser.editor
 

Fields in org.openbp.jaspira.propertybrowser.editor declared as PropertyEditorOwner
protected  PropertyEditorOwner AbstractPropertyEditor.owner
          The owner of the editor.
 

Methods in org.openbp.jaspira.propertybrowser.editor that return PropertyEditorOwner
 PropertyEditorOwner PropertyEditor.getOwner()
          Gets the the owner of the editor.
 PropertyEditorOwner AbstractPropertyEditor.getOwner()
          Gets the the owner of the editor.
 

Methods in org.openbp.jaspira.propertybrowser.editor with parameters of type PropertyEditorOwner
 void PropertyEditor.setOwner(PropertyEditorOwner owner)
          Sets the the owner of the editor.
 void AbstractPropertyEditor.setOwner(PropertyEditorOwner owner)
          Sets the the owner of the editor.
 

Uses of PropertyEditorOwner in org.openbp.jaspira.propertybrowser.nodes
 

Classes in org.openbp.jaspira.propertybrowser.nodes that implement PropertyEditorOwner
 class PropertyNode
          A property descriptor node represents a single non-collection property of an object.
 



Copyright © 2011. All Rights Reserved.