Index
All Classes and Interfaces|All Packages|Constant Field Values
I
- ILayoutAlgorithm - Interface in org.eclipse.gef.layout
-
An interface for all layout algorithms.
- ILayoutFilter - Interface in org.eclipse.gef.layout
-
An
ILayoutFilter
can be used to filter layout objects, so that they are not reported to anyILayoutAlgorithm
. - isAncestorOf(TreeLayoutHelper.TreeNode) - Method in class org.eclipse.gef.layout.algorithms.TreeLayoutHelper.TreeNode
- isBetterParent(TreeLayoutHelper.TreeNode) - Method in class org.eclipse.gef.layout.algorithms.TreeLayoutHelper.TreeNode
-
Checks if a potential parent would be better for this node than its current parent.
- isFirstChild() - Method in class org.eclipse.gef.layout.algorithms.TreeLayoutHelper.TreeNode
- isLastChild() - Method in class org.eclipse.gef.layout.algorithms.TreeLayoutHelper.TreeNode
- isLayoutIrrelevant(Edge) - Method in interface org.eclipse.gef.layout.ILayoutFilter
-
Returns
true
to indicate that the givenEdge
is irrelevant for layout. - isLayoutIrrelevant(Edge) - Method in class org.eclipse.gef.layout.LayoutContext
-
Returns
true
when the givenEdge
is not relevant for layout according to the configuredlayout filters
. - isLayoutIrrelevant(Node) - Method in interface org.eclipse.gef.layout.ILayoutFilter
-
Returns
true
to indicate that the givenNode
is irrelevant for layout. - isLayoutIrrelevant(Node) - Method in class org.eclipse.gef.layout.LayoutContext
-
Returns
true
when the givenNode
is not relevant for layout according to the configuredlayout filters
. - isMovable(Node) - Static method in class org.eclipse.gef.layout.LayoutProperties
-
Returns the value of the
LayoutProperties.MOVABLE_PROPERTY
of the givenNode
. - isResizable(Node) - Static method in class org.eclipse.gef.layout.LayoutProperties
-
Returns the value of the
LayoutProperties.RESIZABLE_PROPERTY
of the givenNode
. - isResizing() - Method in class org.eclipse.gef.layout.algorithms.GridLayoutAlgorithm
- isResizing() - Method in class org.eclipse.gef.layout.algorithms.RadialLayoutAlgorithm
- isResizing() - Method in class org.eclipse.gef.layout.algorithms.SpringLayoutAlgorithm
- isResizing() - Method in class org.eclipse.gef.layout.algorithms.TreeLayoutAlgorithm
All Classes and Interfaces|All Packages|Constant Field Values