- node - Variable in class org.eclipse.gef4.layout.algorithms.TreeLayoutObserver.TreeNode
-
- nodeAdded(TreeLayoutObserver.TreeNode) - Method in class org.eclipse.gef4.layout.algorithms.TreeLayoutObserver.TreeListener
-
Called when new node is added to the tree structure.
- nodeAdded(ILayoutContext, INodeLayout) - Method in interface org.eclipse.gef4.layout.listeners.IGraphStructureListener
-
This method is called whenever a node is added to a context.
- nodeAdded(ILayoutContext, INodeLayout) - Method in class org.eclipse.gef4.layout.listeners.IGraphStructureListener.Stub
-
- nodeMoved(ILayoutContext, INodeLayout) - Method in interface org.eclipse.gef4.layout.listeners.ILayoutListener
-
This method is called whenever location of a particular node is changed
within observed context.
- nodeRemoved(TreeLayoutObserver.TreeNode) - Method in class org.eclipse.gef4.layout.algorithms.TreeLayoutObserver.TreeListener
-
Called when a node is removed from the tree structure.
- nodeRemoved(ILayoutContext, INodeLayout) - Method in interface org.eclipse.gef4.layout.listeners.IGraphStructureListener
-
This method is called whenever a node is removed from a context.
- nodeRemoved(ILayoutContext, INodeLayout) - Method in class org.eclipse.gef4.layout.listeners.IGraphStructureListener.Stub
-
- nodeResized(ILayoutContext, INodeLayout) - Method in interface org.eclipse.gef4.layout.listeners.ILayoutListener
-
This method is called whenever size of a particular node is changed
within observed context.
- nodesPruned(ILayoutContext, ISubgraphLayout[]) - Method in interface org.eclipse.gef4.layout.listeners.IPruningListener
-
This method is called when some nodes are pruned in a layout context.
- nodesUnpruned(ILayoutContext, INodeLayout[]) - Method in interface org.eclipse.gef4.layout.listeners.IPruningListener
-
This method is called when some nodes are unpruned in a layout context,
that is they are no longer part of a subgraph.
- numChildren - Variable in class org.eclipse.gef4.layout.algorithms.GridLayoutAlgorithm
-
The number of nodes.
- numOfDescendants - Variable in class org.eclipse.gef4.layout.algorithms.TreeLayoutObserver.TreeNode
-
The number of descendants.
- numOfLeaves - Variable in class org.eclipse.gef4.layout.algorithms.TreeLayoutObserver.TreeNode
-
The number of leaves.