Uses of Interface
org.eclipse.zest.layouts.LayoutRelationship
Packages that use LayoutRelationship
Package
Description
- 
Uses of LayoutRelationship in org.eclipse.zest.core.widgetsMethods in org.eclipse.zest.core.widgets that return LayoutRelationshipModifier and TypeMethodDescriptionGraphConnection.getLayoutRelationship()Deprecated, for removal: This API element is subject to removal in a future version.Not used in Zest 2.x.
- 
Uses of LayoutRelationship in org.eclipse.zest.layoutsMethods in org.eclipse.zest.layouts with parameters of type LayoutRelationshipModifier and TypeMethodDescriptionvoidLayoutAlgorithm.Zest1.addRelationship(LayoutRelationship relationship) Deprecated, for removal: This API element is subject to removal in a future version.voidLayoutGraph.addRelationship(LayoutRelationship relationship) Deprecated, for removal: This API element is subject to removal in a future version.Adds the given relationship.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.removeRelationship(LayoutRelationship relationship) Deprecated, for removal: This API element is subject to removal in a future version.Method parameters in org.eclipse.zest.layouts with type arguments of type LayoutRelationshipModifier and TypeMethodDescriptionvoidLayoutAlgorithm.Zest1.removeRelationships(List<? extends LayoutRelationship> relationships) Deprecated, for removal: This API element is subject to removal in a future version.
- 
Uses of LayoutRelationship in org.eclipse.zest.layouts.algorithmsMethods in org.eclipse.zest.layouts.algorithms with parameters of type LayoutRelationshipModifier and TypeMethodDescriptionvoidAbstractLayoutAlgorithm.Zest1.addRelationship(LayoutRelationship relationship) Deprecated, for removal: This API element is subject to removal in a future version.Queues up the given relationshp (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.removeRelationship(LayoutRelationship relationship) Deprecated, for removal: This API element is subject to removal in a future version.Queues up the given relationship 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.Method parameters in org.eclipse.zest.layouts.algorithms with type arguments of type LayoutRelationshipModifier and TypeMethodDescriptionvoidAbstractLayoutAlgorithm.Zest1.removeRelationships(Collection<? extends LayoutRelationship> collection) Deprecated, for removal: This API element is subject to removal in a future version.voidAbstractLayoutAlgorithm.Zest1.removeRelationships(List<? extends LayoutRelationship> relationships) Deprecated, for removal: This API element is subject to removal in a future version.Queues up all the relationships in the list to be removed.
- 
Uses of LayoutRelationship in org.eclipse.zest.layouts.dataStructuresClasses in org.eclipse.zest.layouts.dataStructures that implement LayoutRelationshipModifier 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 LayoutRelationshipModifier and TypeMethodDescriptionInternalRelationship.getLayoutRelationship()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 LayoutRelationshipModifierConstructorDescriptionInternalRelationship(LayoutRelationship externalRelationship, InternalNode source, InternalNode destination) Deprecated, for removal: This API element is subject to removal in a future version.