Uses of Interface
org.eclipse.zest.layouts.interfaces.SubgraphLayout
Packages that use SubgraphLayout
Package
Description
- 
Uses of SubgraphLayout in org.eclipse.zest.core.widgetsClasses in org.eclipse.zest.core.widgets that implement SubgraphLayoutModifier and TypeClassDescriptionclassDefault implementation ofSubgraphLayout.classA subgraph layout that represents a subgraph as a single figure.Methods in org.eclipse.zest.core.widgets that return SubgraphLayoutModifier and TypeMethodDescriptionDefaultSubgraph.DefaultSubgraphFactory.createSubgraph(NodeLayout[] nodes, LayoutContext context) DefaultSubgraph.LabelSubgraphFactory.createSubgraph(NodeLayout[] nodes, LayoutContext context) DefaultSubgraph.PrunedSuccessorsSubgraphFactory.createSubgraph(NodeLayout[] nodes, LayoutContext context) DefaultSubgraph.TriangleSubgraphFactory.createSubgraph(NodeLayout[] nodes, LayoutContext context) SubgraphFactory.createSubgraph(NodeLayout[] nodes, LayoutContext context) 
- 
Uses of SubgraphLayout in org.eclipse.zest.core.widgets.customClasses in org.eclipse.zest.core.widgets.custom that implement SubgraphLayoutModifier and TypeClassDescriptionclassA subgraph layout that displays a label showing number of items pruned within it.classA subgraph that is visualized in a graph as a triangle.
- 
Uses of SubgraphLayout in org.eclipse.zest.layouts.interfacesMethods in org.eclipse.zest.layouts.interfaces that return SubgraphLayoutModifier and TypeMethodDescriptionLayoutContext.createSubgraph(NodeLayout[] nodes) Creates a subgraph containing given nodes and adds it to this context.NodeLayout.getSubgraph()LayoutContext.getSubgraphs()Returns all the subgraphs this context's nodes were pruned to.Methods in org.eclipse.zest.layouts.interfaces with parameters of type SubgraphLayoutModifier and TypeMethodDescriptionbooleanPruningListener.nodesPruned(LayoutContext context, SubgraphLayout[] subgraph) This method is called when some nodes are pruned in a layout context.voidNodeLayout.prune(SubgraphLayout subgraph) booleanLayoutListener.subgraphMoved(LayoutContext context, SubgraphLayout subgraph) This method is called whenever location of a particular subgraph is changed within observed context.booleanLayoutListener.subgraphResized(LayoutContext context, SubgraphLayout subgraph) This method is called whenever size of a particular subgraph is changed within observed context.