Index

A B C D E F G H I L M N O P R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

R

RadialLayoutAlgorithm - Class in org.eclipse.zest.layouts.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.zest.layouts.algorithms.RadialLayoutAlgorithm
 
RadialLayoutAlgorithm(int) - Constructor for class org.eclipse.zest.layouts.algorithms.RadialLayoutAlgorithm
Deprecated.
Since Zest 2.0, use RadialLayoutAlgorithm().
RadialLayoutAlgorithm.Zest1 - Class in org.eclipse.zest.layouts.algorithms
Deprecated, for removal: This API element is subject to removal in a future version.
Use RadialLayoutAlgorithm instead. This class will be removed in a future release.
recomputeTree() - Method in class org.eclipse.zest.layouts.algorithms.TreeLayoutObserver
Recomputes all the information about the tree structure (the same effect as creating new TreeLayoutObserver).
RectTree - Class in org.eclipse.zest.cloudio.util
A two-dimensional tree structure to store non-overlapping rectangles.
RectTree(SmallRect, int) - Constructor for class org.eclipse.zest.cloudio.util.RectTree
 
redrawTextLayerImage() - Method in class org.eclipse.zest.cloudio.TagCloud
 
referenceBase - Variable in class org.eclipse.zest.core.widgets.custom.TriangleSubgraph.TriangleParameters
 
referenceHeight - Variable in class org.eclipse.zest.core.widgets.custom.TriangleSubgraph.TriangleParameters
 
refresh() - Method in class org.eclipse.zest.cloudio.TagCloudViewer
 
refresh(Object) - Method in class org.eclipse.zest.core.viewers.GraphViewer
NOTE: If a layout algorithm is set in the receiver, layout is performed after the refresh.
refresh(Object, boolean) - Method in class org.eclipse.zest.core.viewers.GraphViewer
NOTE: If a layout algorithm is set in the receiver, layout is performed after the refresh.
refreshConnectionsVisibility(ConnectionLayout[]) - Method in class org.eclipse.zest.core.widgets.DefaultSubgraph
 
refreshLayout(boolean) - Method in class org.eclipse.zest.layouts.algorithms.SpaceTreeLayoutAlgorithm
 
refreshLocation() - Method in class org.eclipse.zest.core.widgets.DefaultSubgraph
Makes sure that value returned by DefaultSubgraph.getLocation() will be equal to current location of this subgraph.
refreshLocation() - Method in class org.eclipse.zest.core.widgets.FigureSubgraph
 
refreshLocation() - Method in class org.eclipse.zest.core.widgets.GraphContainer
 
refreshLocation() - Method in class org.eclipse.zest.core.widgets.GraphNode
 
refreshSize() - Method in class org.eclipse.zest.core.widgets.DefaultSubgraph
Makes sure that value returned by DefaultSubgraph.getSize() will be equal to current size of this subgraph.
registerConnection(GraphNode, GraphNode) - Method in class org.eclipse.zest.core.widgets.GraphConnection
 
releaseRects() - Method in class org.eclipse.zest.cloudio.util.RectTree
 
REMOVE - Static variable in class org.eclipse.zest.cloudio.Activator
 
removeContextListener(ContextListener) - Method in interface org.eclipse.zest.layouts.interfaces.LayoutContext
Removes a context listener from this context.
removeDisposedNodes() - Method in class org.eclipse.zest.core.widgets.DefaultSubgraph
 
removeEntity(LayoutEntity) - Method in class org.eclipse.zest.layouts.algorithms.AbstractLayoutAlgorithm.Zest1
Deprecated.
Queues up the given entity to be removed from the algorithm next time it runs.
removeEntity(LayoutEntity) - Method in interface org.eclipse.zest.layouts.LayoutAlgorithm.Zest1
Deprecated.
 
removeFisheyeListener(FisheyeListener) - Method in class org.eclipse.zest.core.widgets.Graph
 
removeGraphModelConnection(Object) - Method in class org.eclipse.zest.core.viewers.AbstractStructuredGraphViewer
 
removeGraphModelNode(Object) - Method in class org.eclipse.zest.core.viewers.AbstractStructuredGraphViewer
 
removeGraphStructureListener(GraphStructureListener) - Method in interface org.eclipse.zest.layouts.interfaces.LayoutContext
Removes a graph structure listener from this context.
removeHideNodeListener(HideNodeHelper.HideNodeListener) - Method in class org.eclipse.zest.core.widgets.HideNodeHelper
Remove listener that gets notified when the node gets hidden/revealed
removeLayoutFilter(LayoutFilter) - Method in class org.eclipse.zest.core.widgets.Graph
Removes given layout filter.
removeLayoutListener(LayoutListener) - Method in interface org.eclipse.zest.layouts.interfaces.LayoutContext
Removes a layout listener from this context.
removeMouseListener(MouseListener) - Method in class org.eclipse.zest.cloudio.TagCloud
 
removeMouseMoveListener(MouseMoveListener) - Method in class org.eclipse.zest.cloudio.TagCloud
 
removeMouseTrackListener(MouseTrackListener) - Method in class org.eclipse.zest.cloudio.TagCloud
 
removeMouseWheelListener(MouseWheelListener) - Method in class org.eclipse.zest.cloudio.TagCloud
 
removeNode(Object) - Method in class org.eclipse.zest.core.viewers.AbstractStructuredGraphViewer
Removes the given element from the layout algorithm and the model.
removeNodes(NodeLayout[]) - Method in class org.eclipse.zest.core.widgets.DefaultSubgraph
 
removeNodes(NodeLayout[]) - Method in class org.eclipse.zest.core.widgets.FigureSubgraph
 
removeNodes(NodeLayout[]) - Method in interface org.eclipse.zest.layouts.interfaces.SubgraphLayout
Removes nodes from this subgraph.
removeProgressListener(ProgressListener) - Method in class org.eclipse.zest.layouts.algorithms.AbstractLayoutAlgorithm.Zest1
Deprecated.
Removes the given progress listener, preventing it from receiving any more updates.
removeProgressListener(ProgressListener) - Method in interface org.eclipse.zest.layouts.LayoutAlgorithm.Zest1
Deprecated.
Removes the given progress listener, preventing it from receiving any more updates.
removePruningListener(PruningListener) - Method in interface org.eclipse.zest.layouts.interfaces.LayoutContext
Removes a pruning structure listener from this context.
removeRelationship(Object) - Method in class org.eclipse.zest.core.viewers.AbstractStructuredGraphViewer
Removes the given connection object from the layout algorithm and the model.
removeRelationship(LayoutRelationship) - Method in class org.eclipse.zest.layouts.algorithms.AbstractLayoutAlgorithm.Zest1
Deprecated.
Queues up the given relationship to be removed from the algorithm next time it runs.
removeRelationship(LayoutRelationship) - Method in interface org.eclipse.zest.layouts.LayoutAlgorithm.Zest1
Deprecated.
 
removeRelationships(Collection<? extends LayoutRelationship>) - Method in class org.eclipse.zest.layouts.algorithms.AbstractLayoutAlgorithm.Zest1
Deprecated.
 
removeRelationships(List<? extends LayoutRelationship>) - Method in class org.eclipse.zest.layouts.algorithms.AbstractLayoutAlgorithm.Zest1
Deprecated.
Queues up all the relationships in the list to be removed.
removeRelationships(List<? extends LayoutRelationship>) - Method in interface org.eclipse.zest.layouts.LayoutAlgorithm.Zest1
Deprecated.
 
removeSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.zest.core.viewers.GraphViewer
 
removeSelectionListener(SelectionListener) - Method in class org.eclipse.zest.cloudio.TagCloud
 
removeSelectionListener(SelectionListener) - Method in class org.eclipse.zest.core.widgets.Graph
 
removeTreeListener(TreeLayoutObserver.TreeListener) - Method in class org.eclipse.zest.layouts.algorithms.TreeLayoutObserver
Removes a listener from list of listener to be informed about changes in tree structure.
reset() - Method in class org.eclipse.zest.cloudio.util.CloudMatrix
 
reset() - Method in class org.eclipse.zest.cloudio.util.RectTree
 
reset(IProgressMonitor, boolean) - Method in class org.eclipse.zest.cloudio.TagCloudViewer
Resets the TagCloud.
resetCounter() - Method in class org.eclipse.zest.core.widgets.HideNodeHelper
Resets buttons and label
resizeEntitiesAfterLayout - Variable in class org.eclipse.zest.layouts.algorithms.AbstractLayoutAlgorithm.Zest1
Deprecated.
 
reveal(Object) - Method in class org.eclipse.zest.core.viewers.AbstractStructuredGraphViewer
 
reveal(Object) - Method in class org.eclipse.zest.core.viewers.GraphViewer
 
RIGHT_LEFT - Static variable in class org.eclipse.zest.layouts.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.zest.layouts.algorithms.TreeLayoutAlgorithm
Tree direction constant for which root is placed at the right and branches spread to the left
RIGHT_LEFT - Static variable in interface org.eclipse.zest.layouts.interfaces.SubgraphLayout
Constant for direction from right to left.
RotateGestureListener - Class in org.eclipse.zest.core.widgets.gestures
A gesture listener for rotate gestures in Graph widgets.
RotateGestureListener() - Constructor for class org.eclipse.zest.core.widgets.gestures.RotateGestureListener
 
rowHeight - Variable in class org.eclipse.zest.layouts.algorithms.GridLayoutAlgorithm
 
rowPadding - Variable in class org.eclipse.zest.layouts.algorithms.GridLayoutAlgorithm
 
rowPadding - Variable in class org.eclipse.zest.layouts.algorithms.GridLayoutAlgorithm.Zest1
Deprecated.
 
rows - Variable in class org.eclipse.zest.layouts.algorithms.GridLayoutAlgorithm
 
A B C D E F G H I L M N O P R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form