Uses of Interface
org.eclipse.zest.layouts.LayoutRelationship
Packages that use LayoutRelationship
Package
Description
-
Uses of LayoutRelationship in org.eclipse.zest.core.widgets
Methods 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.layouts
Methods in org.eclipse.zest.layouts with parameters of type LayoutRelationshipModifier and TypeMethodDescriptionvoidLayoutAlgorithm.Zest1.addRelationship(LayoutRelationship relationship) Deprecated.voidLayoutGraph.addRelationship(LayoutRelationship relationship) Deprecated.voidLayoutAlgorithm.Zest1.applyLayout(LayoutEntity[] entitiesToLayout, LayoutRelationship[] relationshipsToConsider, double x, double y, double width, double height, boolean asynchronous, boolean continuous) Deprecated.voidLayoutAlgorithm.Zest1.removeRelationship(LayoutRelationship relationship) Deprecated.Method parameters in org.eclipse.zest.layouts with type arguments of type LayoutRelationshipModifier and TypeMethodDescriptionvoidLayoutAlgorithm.Zest1.removeRelationships(List<? extends LayoutRelationship> relationships) Deprecated. -
Uses of LayoutRelationship in org.eclipse.zest.layouts.algorithms
Methods in org.eclipse.zest.layouts.algorithms with parameters of type LayoutRelationshipModifier and TypeMethodDescriptionvoidAbstractLayoutAlgorithm.Zest1.addRelationship(LayoutRelationship relationship) Deprecated.voidAbstractLayoutAlgorithm.Zest1.applyLayout(LayoutEntity[] entitiesToLayout, LayoutRelationship[] relationshipsToConsider, double x, double y, double width, double height, boolean asynchronous, boolean continuous) Deprecated.voidAbstractLayoutAlgorithm.Zest1.removeRelationship(LayoutRelationship relationship) Deprecated.static booleanAbstractLayoutAlgorithm.Zest1.verifyInput(LayoutEntity[] entitiesToLayout, LayoutRelationship[] relationshipsToConsider) Deprecated.Method parameters in org.eclipse.zest.layouts.algorithms with type arguments of type LayoutRelationshipModifier and TypeMethodDescriptionvoidAbstractLayoutAlgorithm.Zest1.removeRelationships(Collection<? extends LayoutRelationship> collection) Deprecated.voidAbstractLayoutAlgorithm.Zest1.removeRelationships(List<? extends LayoutRelationship> relationships) Deprecated. -
Uses of LayoutRelationship in org.eclipse.zest.layouts.dataStructures
Classes 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 LayoutRelationshipConstructors in org.eclipse.zest.layouts.dataStructures with parameters of type LayoutRelationshipModifierConstructorDescriptionInternalRelationship(LayoutRelationship externalRelationship, InternalNode source, InternalNode destination) Deprecated.