Uses of Interface
org.eclipse.zest.layouts.interfaces.SubgraphLayout
Packages that use SubgraphLayout
Package
Description
-
Uses of SubgraphLayout in org.eclipse.zest.core.widgets
Classes in org.eclipse.zest.core.widgets that implement SubgraphLayoutModifier and TypeClassDescriptionclass
Default implementation ofSubgraphLayout
.class
A 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.custom
Classes in org.eclipse.zest.core.widgets.custom that implement SubgraphLayoutModifier and TypeClassDescriptionclass
A subgraph layout that displays a label showing number of items pruned within it.class
A subgraph that is visualized in a graph as a triangle. -
Uses of SubgraphLayout in org.eclipse.zest.layouts.interfaces
Methods 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 TypeMethodDescriptionboolean
PruningListener.nodesPruned
(LayoutContext context, SubgraphLayout[] subgraph) This method is called when some nodes are pruned in a layout context.void
NodeLayout.prune
(SubgraphLayout subgraph) boolean
LayoutListener.subgraphMoved
(LayoutContext context, SubgraphLayout subgraph) This method is called whenever location of a particular subgraph is changed within observed context.boolean
LayoutListener.subgraphResized
(LayoutContext context, SubgraphLayout subgraph) This method is called whenever size of a particular subgraph is changed within observed context.