Uses of Interface
org.eclipse.zest.layouts.LayoutEntity
Packages that use LayoutEntity
Package
Description
- 
Uses of LayoutEntity in org.eclipse.zest.core.widgetsMethods in org.eclipse.zest.core.widgets that return LayoutEntityModifier and TypeMethodDescriptionGraphNode.getLayoutEntity()Deprecated, for removal: This API element is subject to removal in a future version.Not used in Zest 2.x.
- 
Uses of LayoutEntity in org.eclipse.zest.layoutsSubinterfaces of LayoutEntity in org.eclipse.zest.layoutsModifier and TypeInterfaceDescriptioninterfaceDeprecated, for removal: This API element is subject to removal in a future version.UseSubgraphLayoutinstead.Methods in org.eclipse.zest.layouts that return LayoutEntityModifier and TypeMethodDescriptionLayoutRelationship.getDestinationInLayout()Deprecated, for removal: This API element is subject to removal in a future version.Gets the destinationEntity of this SimpleRelation whether the relation is exchangeable or not.LayoutRelationship.getSourceInLayout()Deprecated, for removal: This API element is subject to removal in a future version.Gets the sourceEntity of this SimpleRelation whether the relation is exchangeable or not.Methods in org.eclipse.zest.layouts with parameters of type LayoutEntityModifier and TypeMethodDescriptionvoidLayoutAlgorithm.Zest1.addEntity(LayoutEntity entity) Deprecated, for removal: This API element is subject to removal in a future version.voidLayoutGraph.addEntity(LayoutEntity node) Deprecated, for removal: This API element is subject to removal in a future version.Adds a node to this graph.voidLayoutAlgorithm.Zest1.applyLayout(LayoutEntity[] entitiesToLayout, LayoutRelationship[] relationshipsToConsider, double x, double y, double width, double height, boolean asynchronous, boolean continuous) Deprecated, for removal: This API element is subject to removal in a future version.Apply the layout to the given entities.voidLayoutAlgorithm.Zest1.removeEntity(LayoutEntity entity) Deprecated, for removal: This API element is subject to removal in a future version.
- 
Uses of LayoutEntity in org.eclipse.zest.layouts.algorithmsMethods in org.eclipse.zest.layouts.algorithms with parameters of type LayoutEntityModifier and TypeMethodDescriptionvoidAbstractLayoutAlgorithm.Zest1.addEntity(LayoutEntity entity) Deprecated, for removal: This API element is subject to removal in a future version.Queues up the given entity (if it isn't in the list) to be added to the algorithm.voidAbstractLayoutAlgorithm.Zest1.applyLayout(LayoutEntity[] entitiesToLayout, LayoutRelationship[] relationshipsToConsider, double x, double y, double width, double height, boolean asynchronous, boolean continuous) Deprecated, for removal: This API element is subject to removal in a future version.This actually applies the layoutvoidAbstractLayoutAlgorithm.Zest1.removeEntity(LayoutEntity entity) Deprecated, for removal: This API element is subject to removal in a future version.Queues up the given entity to be removed from the algorithm next time it runs.static booleanAbstractLayoutAlgorithm.Zest1.verifyInput(LayoutEntity[] entitiesToLayout, LayoutRelationship[] relationshipsToConsider) Deprecated, for removal: This API element is subject to removal in a future version.Verifies the endpoints of the relationships are entities in the entitiesToLayout list.
- 
Uses of LayoutEntity in org.eclipse.zest.layouts.dataStructuresClasses in org.eclipse.zest.layouts.dataStructures that implement LayoutEntityModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.No longer used in Zest 2.x.Methods in org.eclipse.zest.layouts.dataStructures that return LayoutEntityModifier and TypeMethodDescriptionInternalRelationship.getDestinationInLayout()Deprecated, for removal: This API element is subject to removal in a future version.InternalNode.getLayoutEntity()Deprecated, for removal: This API element is subject to removal in a future version.InternalRelationship.getSourceInLayout()Deprecated, for removal: This API element is subject to removal in a future version.Constructors in org.eclipse.zest.layouts.dataStructures with parameters of type LayoutEntityModifierConstructorDescriptionInternalNode(LayoutEntity entity) Deprecated, for removal: This API element is subject to removal in a future version.