Uses of Interface
org.eclipse.zest.layouts.LayoutAlgorithm
Packages that use LayoutAlgorithm
Package
Description
- 
Uses of LayoutAlgorithm in org.eclipse.zest.core.viewersMethods in org.eclipse.zest.core.viewers that return LayoutAlgorithmModifier and TypeMethodDescriptionprotected abstract LayoutAlgorithmAbstractStructuredGraphViewer.getLayoutAlgorithm()Gets the current layout algorithm.protected LayoutAlgorithmGraphViewer.getLayoutAlgorithm()Methods in org.eclipse.zest.core.viewers with parameters of type LayoutAlgorithmModifier and TypeMethodDescriptionvoidAbstractStructuredGraphViewer.setLayoutAlgorithm(LayoutAlgorithm algorithm) Equivalent to setLayoutAlgorithm(algorithm, false).abstract voidAbstractStructuredGraphViewer.setLayoutAlgorithm(LayoutAlgorithm algorithm, boolean run) Sets the layout algorithm for this viewer.voidGraphViewer.setLayoutAlgorithm(LayoutAlgorithm algorithm) voidGraphViewer.setLayoutAlgorithm(LayoutAlgorithm algorithm, boolean runLayout) Sets the layout algorithm to use for this viewer.
- 
Uses of LayoutAlgorithm in org.eclipse.zest.core.widgetsMethods in org.eclipse.zest.core.widgets that return LayoutAlgorithmMethods in org.eclipse.zest.core.widgets with parameters of type LayoutAlgorithmModifier and TypeMethodDescriptionvoidGraph.setLayoutAlgorithm(LayoutAlgorithm algorithm, boolean applyLayout) voidGraphContainer.setLayoutAlgorithm(LayoutAlgorithm algorithm, boolean applyLayout) voidIContainer.setLayoutAlgorithm(LayoutAlgorithm algorithm, boolean applyLayout) Sets the LayoutAlgorithm for this container and optionally applies it.
- 
Uses of LayoutAlgorithm in org.eclipse.zest.layoutsSubinterfaces of LayoutAlgorithm in org.eclipse.zest.layoutsModifier and TypeInterfaceDescriptionstatic interfaceDeprecated, for removal: This API element is subject to removal in a future version.
- 
Uses of LayoutAlgorithm in org.eclipse.zest.layouts.algorithmsClasses in org.eclipse.zest.layouts.algorithms that implement LayoutAlgorithmModifier and TypeClassDescriptionclassHandles common elements in all layout algorithms [irbull] Refactored into a template pattern.static classDeprecated, for removal: This API element is subject to removal in a future version.No longer used in Zest 2.x.classLayout algorithm that places all elements in one column or one row, depending on set orientation.classstatic classDeprecated, for removal: This API element is subject to removal in a future version.UseCompositeLayoutAlgorithminstead.classDeprecated, for removal: This API element is subject to removal in a future version.No longer used in Zest 2.x.classstatic classDeprecated, for removal: This API element is subject to removal in a future version.UseDirectedGraphLayoutAlgorithminstead.classstatic classDeprecated, for removal: This API element is subject to removal in a future version.UseGridLayoutAlgorithminstead.classDeprecated, for removal: This API element is subject to removal in a future version.No longer used in Zest 2.x.classDeprecated, for removal: This API element is subject to removal in a future version.UseHorizontalShiftAlgorithminstead.classThis layout shifts overlapping nodes to the right.classDeprecated, for removal: This API element is subject to removal in a future version.No longer used in Zest 2.x.classThis layout will take the given entities, apply a tree layout to them, and then display the tree in a circular fashion with the roots in the center.static classDeprecated, for removal: This API element is subject to removal in a future version.UseRadialLayoutAlgorithminstead.classLayout algorithm implementing SpaceTree.classThe SpringLayoutAlgorithm has its own data repository and relation repository.static classDeprecated, for removal: This API element is subject to removal in a future version.UseSpringLayoutAlgorithminstead.classThe SugiyamaLayoutAlgorithm class implements an algorithm to arrange a directed graph in a layered tree-like layout.classThe TreeLayoutAlgorithm class implements a simple algorithm to arrange graph nodes in a layered tree-like layout.static classDeprecated, for removal: This API element is subject to removal in a future version.UseTreeLayoutAlgorithminstead.classDeprecated, for removal: This API element is subject to removal in a future version.No longer used in Zest 2.x.Constructors in org.eclipse.zest.layouts.algorithms with parameters of type LayoutAlgorithmModifierConstructorDescriptionCompositeLayoutAlgorithm(int style, LayoutAlgorithm[] layoutAlgorithms) Deprecated.Since Zest 2.0, useCompositeLayoutAlgorithm(LayoutAlgorithm[])CompositeLayoutAlgorithm(LayoutAlgorithm[] algorithms) 
- 
Uses of LayoutAlgorithm in org.eclipse.zest.layouts.interfacesMethods in org.eclipse.zest.layouts.interfaces that return LayoutAlgorithmMethods in org.eclipse.zest.layouts.interfaces with parameters of type LayoutAlgorithmModifier and TypeMethodDescriptionvoidLayoutContext.setMainLayoutAlgorithm(LayoutAlgorithm algorithm) Sets the main layout algorithm for this context.
LayoutAlgorithminstead.