- parent - Variable in class org.eclipse.zest.core.widgets.GraphNode
-
- performAnotherNonContinuousIteration() - Method in class org.eclipse.zest.layouts.algorithms.ContinuousLayoutAlgorithm
-
The logic to determine if a layout should continue running or not
- performAnotherNonContinuousIteration() - Method in class org.eclipse.zest.layouts.algorithms.SpringLayoutAlgorithm
-
- placeRandomly(InternalNode[]) - Method in class org.eclipse.zest.layouts.algorithms.SpringLayoutAlgorithm
-
Puts vertices in random places, all between (0,0) and (1,1).
- pointSize - Variable in class org.eclipse.zest.layouts.constraints.LabelLayoutConstraint
-
- populateConstraint(Object, LayoutConstraint) - Method in interface org.eclipse.zest.core.widgets.ConstraintAdapter
-
- populateLayoutConstraint(LayoutConstraint) - Method in interface org.eclipse.zest.layouts.LayoutEntity
-
Classes should update the specified layout constraint if recognized
- populateLayoutConstraint(LayoutConstraint) - Method in interface org.eclipse.zest.layouts.LayoutRelationship
-
Classes should update the specirfied layout constraint if recognized
- postLayoutAlgorithm(InternalNode[], InternalRelationship[]) - Method in class org.eclipse.zest.layouts.algorithms.AbstractLayoutAlgorithm
-
Code called after the layout algorithm ends
- postLayoutAlgorithm(InternalNode[], InternalRelationship[]) - Method in class org.eclipse.zest.layouts.algorithms.CompositeLayoutAlgorithm
-
- postLayoutAlgorithm(InternalNode[], InternalRelationship[]) - Method in class org.eclipse.zest.layouts.algorithms.DirectedGraphLayoutAlgorithm
-
- postLayoutAlgorithm(InternalNode[], InternalRelationship[]) - Method in class org.eclipse.zest.layouts.algorithms.GridLayoutAlgorithm
-
- postLayoutAlgorithm(InternalNode[], InternalRelationship[]) - Method in class org.eclipse.zest.layouts.algorithms.HorizontalShift
-
- postLayoutAlgorithm(InternalNode[], InternalRelationship[]) - Method in class org.eclipse.zest.layouts.algorithms.HorizontalTreeLayoutAlgorithm
-
- postLayoutAlgorithm(InternalNode[], InternalRelationship[]) - Method in class org.eclipse.zest.layouts.algorithms.RadialLayoutAlgorithm
-
- postLayoutAlgorithm(InternalNode[], InternalRelationship[]) - Method in class org.eclipse.zest.layouts.algorithms.SpringLayoutAlgorithm
-
- postLayoutAlgorithm(InternalNode[], InternalRelationship[]) - Method in class org.eclipse.zest.layouts.algorithms.TreeLayoutAlgorithm
-
- preferredHeight - Variable in class org.eclipse.zest.layouts.constraints.BasicEntityConstraint
-
- preferredWidth - Variable in class org.eclipse.zest.layouts.constraints.BasicEntityConstraint
-
- preferredX - Variable in class org.eclipse.zest.layouts.constraints.BasicEntityConstraint
-
- preferredY - Variable in class org.eclipse.zest.layouts.constraints.BasicEntityConstraint
-
- preLayoutAlgorithm(InternalNode[], InternalRelationship[], double, double, double, double) - Method in class org.eclipse.zest.layouts.algorithms.AbstractLayoutAlgorithm
-
Code called before the layout algorithm starts
- preLayoutAlgorithm(InternalNode[], InternalRelationship[], double, double, double, double) - Method in class org.eclipse.zest.layouts.algorithms.CompositeLayoutAlgorithm
-
- preLayoutAlgorithm(InternalNode[], InternalRelationship[], double, double, double, double) - Method in class org.eclipse.zest.layouts.algorithms.DirectedGraphLayoutAlgorithm
-
- preLayoutAlgorithm(InternalNode[], InternalRelationship[], double, double, double, double) - Method in class org.eclipse.zest.layouts.algorithms.GridLayoutAlgorithm
-
- preLayoutAlgorithm(InternalNode[], InternalRelationship[], double, double, double, double) - Method in class org.eclipse.zest.layouts.algorithms.HorizontalShift
-
- preLayoutAlgorithm(InternalNode[], InternalRelationship[], double, double, double, double) - Method in class org.eclipse.zest.layouts.algorithms.HorizontalTreeLayoutAlgorithm
-
- preLayoutAlgorithm(InternalNode[], InternalRelationship[], double, double, double, double) - Method in class org.eclipse.zest.layouts.algorithms.RadialLayoutAlgorithm
-
- preLayoutAlgorithm(InternalNode[], InternalRelationship[], double, double, double, double) - Method in class org.eclipse.zest.layouts.algorithms.SpringLayoutAlgorithm
-
- preLayoutAlgorithm(InternalNode[], InternalRelationship[], double, double, double, double) - Method in class org.eclipse.zest.layouts.algorithms.TreeLayoutAlgorithm
-
Executes this TreeLayoutAlgorithm layout algorithm by referencing the
data stored in the repository system.
- priority - Variable in class org.eclipse.zest.layouts.constraints.EntityPriorityConstraint
-
- progressEnded(ProgressEvent) - Method in interface org.eclipse.zest.layouts.progress.ProgressListener
-
- ProgressEvent - Class in org.eclipse.zest.layouts.progress
-
When an algorithm wants to notify everyone it has completely part of its task, it
throws a ProgressEvent.
- ProgressEvent(int, int) - Constructor for class org.eclipse.zest.layouts.progress.ProgressEvent
-
Creates a progress event.
- ProgressListener - Interface in org.eclipse.zest.layouts.progress
-
Listens for ProgressEvents which are thrown by layout algorithms at frequent intervals.
- progressStarted(ProgressEvent) - Method in interface org.eclipse.zest.layouts.progress.ProgressListener
-
- progressUpdated(ProgressEvent) - Method in interface org.eclipse.zest.layouts.progress.ProgressListener
-
Called when the progress of a layout changes