Skip navigation links
GEF4 Layout
1.0.0.201603221726
A B C D F G H I L M N O P R S T U V W 

A

AbstractLayoutContext - Class in org.eclipse.gef4.layout
The AbstractLayoutContext is an abstract ILayoutContext implementation which supports the (un-)registration of PropertyChangeListeners and firing of events, the (un-)registration of any layout listeners and firing of events, the handling and execution of pre and post Runnables, and filtering of layout objects using ILayoutFilter.
AbstractLayoutContext() - Constructor for class org.eclipse.gef4.layout.AbstractLayoutContext
 
addAssignedNode(INodeLayout, int) - Method in class org.eclipse.gef4.layout.algorithms.SugiyamaLayoutAlgorithm.DFSLayerProvider
Assigns the given layer to the given INodeLayout.
addChild(TreeLayoutObserver.TreeNode) - Method in class org.eclipse.gef4.layout.algorithms.TreeLayoutObserver.TreeNode
Adds given node to the list of this node's children and set its parent to this node.
addEdge(IEdgeLayout) - Method in class org.eclipse.gef4.layout.AbstractLayoutContext
Adds the given IEdgeLayout to the list of edges and fires a corresponding connection-added-event.
addLayoutFilter(ILayoutFilter) - Method in class org.eclipse.gef4.layout.AbstractLayoutContext
 
addLayoutFilter(ILayoutFilter) - Method in interface org.eclipse.gef4.layout.ILayoutContext
Adds the given ILayoutFilter to this ILayoutContext.
addNode(INodeLayout) - Method in class org.eclipse.gef4.layout.AbstractLayoutContext
Adds the given INodeLayout to the list of nodes and fires a corresponding node-added-event.
addTreeListener(TreeLayoutObserver.TreeListener) - Method in class org.eclipse.gef4.layout.algorithms.TreeLayoutObserver
Adds a listener that will be informed about changes in tree structure.
applyLayout(boolean) - Method in class org.eclipse.gef4.layout.AbstractLayoutContext
 
applyLayout(boolean) - Method in class org.eclipse.gef4.layout.algorithms.CompositeLayoutAlgorithm
 
applyLayout(boolean) - Method in class org.eclipse.gef4.layout.algorithms.GridLayoutAlgorithm
 
applyLayout(boolean) - Method in class org.eclipse.gef4.layout.algorithms.HorizontalShiftAlgorithm
 
applyLayout(boolean) - Method in class org.eclipse.gef4.layout.algorithms.RadialLayoutAlgorithm
 
applyLayout(boolean) - Method in class org.eclipse.gef4.layout.algorithms.SpaceTreeLayoutAlgorithm
 
applyLayout(boolean) - Method in class org.eclipse.gef4.layout.algorithms.SpringLayoutAlgorithm
 
applyLayout(boolean) - Method in class org.eclipse.gef4.layout.algorithms.SugiyamaLayoutAlgorithm
 
applyLayout(boolean) - Method in class org.eclipse.gef4.layout.algorithms.TreeLayoutAlgorithm
 
applyLayout(boolean) - Method in interface org.eclipse.gef4.layout.ILayoutAlgorithm
Makes this algorithm perform layout computation and apply it to its context.
applyLayout(boolean) - Method in interface org.eclipse.gef4.layout.ILayoutContext
Applies the layout algorithm of this LayoutContext.
ASPECT_RATIO_PROPERTY - Static variable in class org.eclipse.gef4.layout.LayoutProperties
Stores the preferred aspect ratio (width / height) for this EntityLayout.
A B C D F G H I L M N O P R S T U V W 
Skip navigation links
GEF4 Layout
1.0.0.201603221726

Copyright (c) 2014 itemis AG and others. All rights reserved.