Uses of Interface
org.eclipse.zest.layouts.interfaces.LayoutContext
Packages that use LayoutContext
Package
Description
- 
Uses of LayoutContext in org.eclipse.zest.core.widgetsMethods in org.eclipse.zest.core.widgets that return LayoutContextModifier and TypeMethodDescriptionfinal LayoutContextGraph.getLayoutContext()final LayoutContextGraphContainer.getLayoutContext()IContainer2.getLayoutContext()Methods in org.eclipse.zest.core.widgets with parameters of type LayoutContextModifier and TypeMethodDescriptionbooleanDAGExpandCollapseManager.canCollapse(LayoutContext context, NodeLayout node) booleanDAGExpandCollapseManager.canExpand(LayoutContext context, NodeLayout node) DefaultSubgraph.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) voidDAGExpandCollapseManager.initExpansion(LayoutContext context2) voidDAGExpandCollapseManager.setExpanded(LayoutContext context, NodeLayout node, boolean expanded) Constructors in org.eclipse.zest.core.widgets with parameters of type LayoutContextModifierConstructorDescriptionprotectedDefaultSubgraph(LayoutContext context2) protectedFigureSubgraph(NodeLayout[] nodes, LayoutContext context) 
- 
Uses of LayoutContext in org.eclipse.zest.core.widgets.customConstructors in org.eclipse.zest.core.widgets.custom with parameters of type LayoutContextModifierConstructorDescriptionLabelSubgraph(NodeLayout[] nodes, LayoutContext context, Color foregroundColor, Color backgroundColor) TriangleSubgraph(NodeLayout[] nodes, LayoutContext context, TriangleSubgraph.TriangleParameters triangleParameters) 
- 
Uses of LayoutContext in org.eclipse.zest.layoutsMethods in org.eclipse.zest.layouts with parameters of type LayoutContextModifier and TypeMethodDescriptionvoidLayoutAlgorithm.setLayoutContext(LayoutContext context) Sets the layout context for this algorithm.
- 
Uses of LayoutContext in org.eclipse.zest.layouts.algorithmsFields in org.eclipse.zest.layouts.algorithms declared as LayoutContextMethods in org.eclipse.zest.layouts.algorithms with parameters of type LayoutContextModifier and TypeMethodDescriptionvoidAbstractLayoutAlgorithm.setLayoutContext(LayoutContext context) voidAbstractLayoutAlgorithm.Zest1.setLayoutContext(LayoutContext context) Deprecated, for removal: This API element is subject to removal in a future version.voidCompositeLayoutAlgorithm.setLayoutContext(LayoutContext context) voidRadialLayoutAlgorithm.setLayoutContext(LayoutContext context) voidSpaceTreeLayoutAlgorithm.setLayoutContext(LayoutContext context) voidSpringLayoutAlgorithm.setLayoutContext(LayoutContext context) voidTreeLayoutAlgorithm.setLayoutContext(LayoutContext context) Constructors in org.eclipse.zest.layouts.algorithms with parameters of type LayoutContextModifierConstructorDescriptionTreeLayoutObserver(LayoutContext context, TreeLayoutObserver.TreeNodeFactory nodeFactory) Creates a
- 
Uses of LayoutContext in org.eclipse.zest.layouts.interfacesMethods in org.eclipse.zest.layouts.interfaces with parameters of type LayoutContextModifier and TypeMethodDescriptionvoidContextListener.backgroundEnableChanged(LayoutContext context) This method is called whenever background layout is enabled or disabled in a layout context.voidContextListener.Stub.backgroundEnableChanged(LayoutContext context) booleanContextListener.boundsChanged(LayoutContext context) This method is called whenever the bounds available in a layout context change.booleanContextListener.Stub.boundsChanged(LayoutContext context) booleanExpandCollapseManager.canCollapse(LayoutContext context, NodeLayout node) Checks if given node can be collapsed.booleanExpandCollapseManager.canExpand(LayoutContext context, NodeLayout node) Checks if given node can be expanded.booleanGraphStructureListener.connectionAdded(LayoutContext context, ConnectionLayout connection) This method is called whenever a connection is added to a context.booleanGraphStructureListener.Stub.connectionAdded(LayoutContext context, ConnectionLayout connection) booleanGraphStructureListener.connectionRemoved(LayoutContext context, ConnectionLayout connection) This method is called whenever a connection is removed from a context.booleanGraphStructureListener.Stub.connectionRemoved(LayoutContext context, ConnectionLayout connection) voidExpandCollapseManager.initExpansion(LayoutContext context) Initializes the expansion state of all nodes in given layout context.booleanGraphStructureListener.nodeAdded(LayoutContext context, NodeLayout node) This method is called whenever a node is added to a context.booleanGraphStructureListener.Stub.nodeAdded(LayoutContext context, NodeLayout node) booleanLayoutListener.nodeMoved(LayoutContext context, NodeLayout node) This method is called whenever location of a particular node is changed within observed context.booleanGraphStructureListener.nodeRemoved(LayoutContext context, NodeLayout node) This method is called whenever a node is removed from a context.booleanGraphStructureListener.Stub.nodeRemoved(LayoutContext context, NodeLayout node) booleanLayoutListener.nodeResized(LayoutContext context, NodeLayout node) This method is called whenever size of a particular node is changed within observed context.booleanPruningListener.nodesPruned(LayoutContext context, SubgraphLayout[] subgraph) This method is called when some nodes are pruned in a layout context.booleanPruningListener.nodesUnpruned(LayoutContext context, NodeLayout[] nodes) This method is called when some nodes are unpruned in a layout context, that is they are no longer part of a subgraph.booleanContextListener.pruningEnablementChanged(LayoutContext context) This method is called whenever graph pruning is enabled or disabled in a layout context.booleanContextListener.Stub.pruningEnablementChanged(LayoutContext context) voidExpandCollapseManager.setExpanded(LayoutContext context, NodeLayout node, boolean expanded) Changes the expanded state of given node.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.