Uses of Interface
org.eclipse.zest.layouts.LayoutEntity
Packages that use LayoutEntity
Package
Description
-
Uses of LayoutEntity in org.eclipse.zest.core.widgets
Methods 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.layouts
Subinterfaces of LayoutEntity in org.eclipse.zest.layoutsModifier and TypeInterfaceDescriptioninterface
Deprecated, for removal: This API element is subject to removal in a future version.UseSubgraphLayout
instead.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 TypeMethodDescriptionvoid
LayoutAlgorithm.Zest1.addEntity
(LayoutEntity entity) Deprecated, for removal: This API element is subject to removal in a future version.void
LayoutGraph.addEntity
(LayoutEntity node) Deprecated, for removal: This API element is subject to removal in a future version.Adds a node to this graph.void
LayoutAlgorithm.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.void
LayoutAlgorithm.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.algorithms
Methods in org.eclipse.zest.layouts.algorithms with parameters of type LayoutEntityModifier and TypeMethodDescriptionvoid
AbstractLayoutAlgorithm.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.void
AbstractLayoutAlgorithm.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 layoutvoid
AbstractLayoutAlgorithm.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 boolean
AbstractLayoutAlgorithm.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.dataStructures
Classes in org.eclipse.zest.layouts.dataStructures that implement LayoutEntityModifier and TypeClassDescriptionclass
Deprecated, 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.