|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractNode | |
|---|---|
| org.openbp.jaspira.propertybrowser | |
| org.openbp.jaspira.propertybrowser.nodes | |
| Uses of AbstractNode in org.openbp.jaspira.propertybrowser |
|---|
| Fields in org.openbp.jaspira.propertybrowser declared as AbstractNode | |
|---|---|
AbstractNode |
PropertyBrowserEvent.node
Node |
| Methods in org.openbp.jaspira.propertybrowser that return AbstractNode | |
|---|---|
AbstractNode |
PropertyBrowserImpl.addNewNode()
Adds a new node to the object collection the current node refers to |
AbstractNode |
PropertyBrowserImpl.pasteNode()
Pastes a node value from the clipboard into a new node of the object collection the current node refers to. |
AbstractNode |
PropertyBrowserImpl.removeNode()
Removes the current node from the object collection the node refers to. |
| Methods in org.openbp.jaspira.propertybrowser with parameters of type AbstractNode | |
|---|---|
protected void |
PropertyBrowserModel.performDefaultExpansion(AbstractNode node)
Performs the default expansion. |
void |
PropertyBrowserImpl.selectNode(AbstractNode node,
int rowOffset,
int column)
Selects the given node. |
void |
PropertyBrowserModel.structureChanged(AbstractNode node)
Called when the tree structure changed |
| Constructors in org.openbp.jaspira.propertybrowser with parameters of type AbstractNode | |
|---|---|
PropertyBrowserEvent(int eventType,
PropertyBrowser propertyBrowser,
AbstractNode node)
Constructor. |
|
| Uses of AbstractNode in org.openbp.jaspira.propertybrowser.nodes |
|---|
| Subclasses of AbstractNode in org.openbp.jaspira.propertybrowser.nodes | |
|---|---|
class |
CollectionNode
Property browser tree node that implements the parent node of a collection member of the object. |
class |
GroupNode
Property browser tree node that reflects a group node of a property group as specified in the object descriptor. |
class |
ObjectNode
An object descriptor node is either the root node of an property browser tree, represents an object contained in a collection (see CollectionNode) or the value of a complex type property. |
class |
PropertyNode
A property descriptor node represents a single non-collection property of an object. |
| Fields in org.openbp.jaspira.propertybrowser.nodes declared as AbstractNode | |
|---|---|
protected AbstractNode |
AbstractNode.parentNode
The parent node to this node. |
| Methods in org.openbp.jaspira.propertybrowser.nodes that return AbstractNode | |
|---|---|
AbstractNode |
CollectionNode.addNewNodeAfter(AbstractNode posNode,
java.lang.Object instance)
Adds a new node of the same type as the exisiting child nodes and inserts it into the child list at the given position. |
AbstractNode |
AbstractNode.findNodeForProperty(java.lang.String propertyName)
Finds the specified node. |
AbstractNode |
CollectionNode.removeNode(AbstractNode node)
Removes a sepcified node from the collection. |
| Methods in org.openbp.jaspira.propertybrowser.nodes with parameters of type AbstractNode | |
|---|---|
protected void |
AbstractNode.add(AbstractNode node)
Adds a new AbstractNode to the receiver node. |
protected void |
AbstractNode.add(int index,
AbstractNode node)
Adds a new AbstractNode to the receiver node. |
AbstractNode |
CollectionNode.addNewNodeAfter(AbstractNode posNode,
java.lang.Object instance)
Adds a new node of the same type as the exisiting child nodes and inserts it into the child list at the given position. |
int |
CollectionNode.getChildIndex(AbstractNode node)
Gets the child index of the given node. |
void |
CollectionNode.moveNodeDown(AbstractNode node)
Moves the given node one position down in the child node list. |
void |
CollectionNode.moveNodeUp(AbstractNode node)
Moves the given node one position up in the child node list. |
AbstractNode |
CollectionNode.removeNode(AbstractNode node)
Removes a sepcified node from the collection. |
void |
AbstractNode.setParent(AbstractNode node)
Sets the parent tree node of this node. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||