- RadialLayoutAlgorithm - Class in org.eclipse.gef4.layout.algorithms
-
This layout will take the given entities, apply a tree layout to them, and
then display the tree in a circular fashion with the roots in the center.
- RadialLayoutAlgorithm() - Constructor for class org.eclipse.gef4.layout.algorithms.RadialLayoutAlgorithm
-
Default constructor.
- recomputeTree() - Method in class org.eclipse.gef4.layout.algorithms.TreeLayoutObserver
-
Recomputes all the information about the tree structure (the same effect
as creating new TreeLayoutObserver
).
- refreshLayout(boolean) - Method in class org.eclipse.gef4.layout.algorithms.SpaceTreeLayoutAlgorithm
-
Called in response to layout context changes.
- removeContextListener(IContextListener) - Method in class org.eclipse.gef4.layout.AbstractLayoutContext
-
- removeContextListener(IContextListener) - Method in interface org.eclipse.gef4.layout.ILayoutContext
-
Removes a context listener from this context.
- removeContextListener(IContextListener) - Method in class org.eclipse.gef4.layout.listeners.LayoutListenerSupport
-
Removes the given
IContextListener
from the list of listeners
which are notified about context changes.
- removeEdge(IConnectionLayout) - Method in class org.eclipse.gef4.layout.AbstractLayoutContext
-
Removes the given
IConnectionLayout
from the list of edges and
fires a corresponding connection-removed-event.
- removeGraphStructureListener(IGraphStructureListener) - Method in class org.eclipse.gef4.layout.AbstractLayoutContext
-
- removeGraphStructureListener(IGraphStructureListener) - Method in interface org.eclipse.gef4.layout.ILayoutContext
-
Removes a graph structure listener from this context.
- removeGraphStructureListener(IGraphStructureListener) - Method in class org.eclipse.gef4.layout.listeners.LayoutListenerSupport
-
- removeLayoutFilter(ILayoutFilter) - Method in class org.eclipse.gef4.layout.AbstractLayoutContext
-
- removeLayoutFilter(ILayoutFilter) - Method in interface org.eclipse.gef4.layout.ILayoutContext
-
- removeLayoutListener(ILayoutListener) - Method in class org.eclipse.gef4.layout.AbstractLayoutContext
-
- removeLayoutListener(ILayoutListener) - Method in interface org.eclipse.gef4.layout.ILayoutContext
-
Removes a layout listener from this context.
- removeLayoutListener(ILayoutListener) - Method in class org.eclipse.gef4.layout.listeners.LayoutListenerSupport
-
Removes the given
ILayoutListener
from the list of listeners
which are notified about layout changes.
- removeNode(INodeLayout) - Method in class org.eclipse.gef4.layout.AbstractLayoutContext
-
Removes the given
INodeLayout
from the managed list of nodes and
fires a corresponding node-removed-event.
- removeNodes(INodeLayout[]) - Method in interface org.eclipse.gef4.layout.ISubgraphLayout
-
Removes nodes from this subgraph.
- removePropertyChangeListener(PropertyChangeListener) - Method in class org.eclipse.gef4.layout.AbstractLayoutContext
-
- removePruningListener(IPruningListener) - Method in class org.eclipse.gef4.layout.AbstractLayoutContext
-
- removePruningListener(IPruningListener) - Method in interface org.eclipse.gef4.layout.ILayoutContext
-
Removes a pruning structure listener from this context.
- removePruningListener(IPruningListener) - Method in class org.eclipse.gef4.layout.listeners.LayoutListenerSupport
-
Removes the given
IPruningListener
from the list of listeners
which are notified about pruning changes.
- removeTreeListener(TreeLayoutObserver.TreeListener) - Method in class org.eclipse.gef4.layout.algorithms.TreeLayoutObserver
-
Removes a listener from list of listener to be informed about changes in
tree structure.
- RESIZABLE_PROPERTY - Static variable in class org.eclipse.gef4.layout.LayoutProperties
-
Stores the resizable state of this EntityLayout.
- RIGHT_LEFT - Static variable in class org.eclipse.gef4.layout.algorithms.SpaceTreeLayoutAlgorithm
-
Tree direction constant for which root is placed at the right and
branches spread to the left
- RIGHT_LEFT - Static variable in class org.eclipse.gef4.layout.algorithms.TreeLayoutAlgorithm
-
Tree direction constant for which root is placed at the right and
branches spread to the left
- rowHeight - Variable in class org.eclipse.gef4.layout.algorithms.GridLayoutAlgorithm
-
The row height.
- rowPadding - Variable in class org.eclipse.gef4.layout.algorithms.GridLayoutAlgorithm
-
The padding around rows.
- rows - Variable in class org.eclipse.gef4.layout.algorithms.GridLayoutAlgorithm
-
The number of rows.