ibm_ilog.diagram.interactors.TreeNavigator
This class implements the Tree Navigation style.
Method Summary
- backward(e)
- constructor(diagram)
- forward(e)
- getFocusedElement() gets the focused Node from the diagram return: ibm_ilog.diagram.Node
- next(e)
- nextNode(ge)
- previous(e)
- previousNode(ge)
- setFocusedElement(ge)
Methods
closes the currently selected Node if it is an opened Subgraph. If is is a closed subgraph, or if it is not a Subgraph, it focus the parent of the currently selected node, provided that the parent it not the root graph. In this case, it does nothing.
Parameter | Type | Description |
---|---|---|
e |
opens the currently selected Node if it is a closed Subgraph. If it is an opened Subgraph, or if it is not a Subgraph, it does nothing.
Parameter | Type | Description |
---|---|---|
e |
focus the next sibling of the currently selected Node. If there is no such sibling, it focus the next sibling of the parent of the currently selected node, provided that the parent it not the root graph. In this case, it does nothing.
Parameter | Type | Description |
---|---|---|
e |
focus the next sibling of the currently selected Node. If there is no such sibling, it focus the next sibling of the parent of the currently selected node, provided that the parent it not the root graph. In this case, it does nothing.
Parameter | Type | Description |
---|---|---|
e |