Uses of Class
org.openbp.jaspira.propertybrowser.nodes.ObjectNode

Packages that use ObjectNode
org.openbp.jaspira.propertybrowser   
org.openbp.jaspira.propertybrowser.nodes   
 

Uses of ObjectNode in org.openbp.jaspira.propertybrowser
 

Methods in org.openbp.jaspira.propertybrowser that return ObjectNode
 ObjectNode NodeStructureMgr.createEditorStructureFor(java.lang.Class classType)
          Determines the ObjectNode for a specfied class type and returns a copy of it.
 

Methods in org.openbp.jaspira.propertybrowser with parameters of type ObjectNode
 void PropertyBrowserImpl.setObject(java.lang.Object object, boolean isObjectNew, ObjectNode rootNode)
          Sets the object to be displayed/edited.
 void PropertyBrowser.setObject(java.lang.Object object, boolean isObjectNew, ObjectNode rootNode)
          Sets the object to be displayed/edited.
 void PropertyBrowserImpl.setObject(java.lang.Object object, java.lang.Object modifiedObject, boolean isObjectNew, MultiIcon rootIcon, ObjectNode rootNode)
          Sets the object to be displayed/edited.
 void PropertyBrowser.setObject(java.lang.Object object, java.lang.Object modifiedObject, boolean isObjectNew, MultiIcon rootIcon, ObjectNode rootNode)
          Sets the object to be displayed/edited.
 void PropertyBrowserModel.setObject(java.lang.Object object, ObjectNode rootNode)
          Sets the object to edit.
 

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

Methods in org.openbp.jaspira.propertybrowser.nodes that return ObjectNode
 ObjectNode AbstractNode.getObjectNode()
          Gets the parent object descriptor node of this node.
 



Copyright © 2011. All Rights Reserved.