Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractLayoutAlgorithm - Class in org.eclipse.zest.layouts.algorithms
-
Handles common elements in all layout algorithms [irbull] Refactored into a template pattern.
- AbstractLayoutAlgorithm() - Constructor for class org.eclipse.zest.layouts.algorithms.AbstractLayoutAlgorithm
- AbstractLayoutAlgorithm.Zest1 - Class in org.eclipse.zest.layouts.algorithms
-
Deprecated, for removal: This API element is subject to removal in a future version.No longer used in Zest 2.x. This class will be removed in a future release.
- AbstractStructuredGraphViewer - Class in org.eclipse.zest.core.viewers
-
Abstraction of graph viewers to implement functionality used by all of them.
- AbstractStructuredGraphViewer(int) - Constructor for class org.eclipse.zest.core.viewers.AbstractStructuredGraphViewer
- AbstractZoomableViewer - Class in org.eclipse.zest.core.viewers
-
A simple interface that provides zooming capabilites.
- AbstractZoomableViewer() - Constructor for class org.eclipse.zest.core.viewers.AbstractZoomableViewer
- Activator - Class in org.eclipse.zest.cloudio
- Activator() - Constructor for class org.eclipse.zest.cloudio.Activator
-
The constructor
- ADD - Static variable in class org.eclipse.zest.cloudio.Activator
- addBendPoint(double, double) - Method in class org.eclipse.zest.layouts.dataStructures.InternalRelationship
-
Deprecated.Ensure this is called in order of source to target node position.
- addBendPoint(double, double, boolean) - Method in class org.eclipse.zest.layouts.dataStructures.InternalRelationship
-
Deprecated.Ensure this is called in order of source to target node position.
- addChild(TreeLayoutObserver.TreeNode) - Method in class org.eclipse.zest.layouts.algorithms.TreeLayoutObserver.TreeNode
-
Adds given node to the list of this node's children and set its parent to this node.
- addColorButtons(Composite) - Method in class org.eclipse.zest.cloudio.CloudOptionsComposite
- addConstraintAdapter(ConstraintAdapter) - Method in class org.eclipse.zest.core.viewers.AbstractStructuredGraphViewer
-
Adds a new constraint adapter to the list of constraints
- addConstraintAdapter(ConstraintAdapter) - Method in class org.eclipse.zest.core.widgets.Graph
-
Deprecated, for removal: This API element is subject to removal in a future version.No longer used in Zest 2.x. This class will be removed in a future release in accordance with the two year deprecation policy.
- addContextListener(ContextListener) - Method in interface org.eclipse.zest.layouts.interfaces.LayoutContext
-
Adds a listener to the context that will be notified about changes related to its configuration.
- addEntity(LayoutEntity) - Method in class org.eclipse.zest.layouts.algorithms.AbstractLayoutAlgorithm.Zest1
-
Deprecated.Queues up the given entity (if it isn't in the list) to be added to the algorithm.
- addEntity(LayoutEntity) - Method in interface org.eclipse.zest.layouts.LayoutAlgorithm.Zest1
-
Deprecated.
- addEntity(LayoutEntity) - Method in interface org.eclipse.zest.layouts.LayoutGraph
-
Deprecated.Adds a node to this graph.
- addFisheyeListener(FisheyeListener) - Method in class org.eclipse.zest.core.widgets.Graph
-
Adds a listener that will be notified when fisheyed figures change in this graph.
- addFontButtons(Composite) - Method in class org.eclipse.zest.cloudio.CloudOptionsComposite
- addGraphModelConnection(Object, GraphNode, GraphNode) - Method in class org.eclipse.zest.core.viewers.AbstractStructuredGraphViewer
- addGraphModelContainer(Object) - Method in class org.eclipse.zest.core.viewers.AbstractStructuredGraphViewer
- addGraphModelNode(Object, IFigure) - Method in class org.eclipse.zest.core.viewers.AbstractStructuredGraphViewer
- addGraphModelNode(IContainer, Object) - Method in class org.eclipse.zest.core.viewers.AbstractStructuredGraphViewer
- addGraphStructureListener(GraphStructureListener) - Method in interface org.eclipse.zest.layouts.interfaces.LayoutContext
-
Adds a listener to the context that will be notified about changes in graph structure, that is addition and removal of nodes and connections.
- addGroups() - Method in class org.eclipse.zest.cloudio.CloudOptionsComposite
- addHideNodeListener(HideNodeHelper.HideNodeListener) - Method in class org.eclipse.zest.core.widgets.HideNodeHelper
-
Add listener to be notified when the node gets hidden/revealed
- addLayoutButtons(Composite) - Method in class org.eclipse.zest.cloudio.CloudOptionsComposite
- addLayoutFilter(LayoutFilter) - Method in class org.eclipse.zest.core.widgets.Graph
-
Adds a filter used for hiding elements from layout algorithm.
- addLayoutListener(LayoutListener) - Method in interface org.eclipse.zest.layouts.interfaces.LayoutContext
-
Adds a listener to the context that will be notified about changes in this context's layout, that is movement and resizing of nodes / subgraphs.
- addMouseListener(MouseListener) - Method in class org.eclipse.zest.cloudio.TagCloud
- addMouseMoveListener(MouseMoveListener) - Method in class org.eclipse.zest.cloudio.TagCloud
- addMouseTrackListener(MouseTrackListener) - Method in class org.eclipse.zest.cloudio.TagCloud
- addMouseWheelListener(MouseWheelListener) - Method in class org.eclipse.zest.cloudio.TagCloud
- addNode(Object) - Method in class org.eclipse.zest.core.viewers.AbstractStructuredGraphViewer
-
Creates a new node and adds it to the graph.
- addNode(GraphNode) - Method in class org.eclipse.zest.core.widgets.Graph
- addNode(GraphNode) - Method in class org.eclipse.zest.core.widgets.GraphContainer
- addNode(GraphNode) - Method in interface org.eclipse.zest.core.widgets.IContainer2
- addNodes(NodeLayout[]) - Method in class org.eclipse.zest.core.widgets.DefaultSubgraph
- addNodes(NodeLayout[]) - Method in class org.eclipse.zest.core.widgets.FigureSubgraph
-
Adds nodes to this subgraph.
- addNodes(NodeLayout[]) - Method in interface org.eclipse.zest.layouts.interfaces.SubgraphLayout
-
Adds nodes to this subgraph.
- addProgressListener(ProgressListener) - Method in class org.eclipse.zest.layouts.algorithms.AbstractLayoutAlgorithm.Zest1
-
Deprecated.A layout algorithm could take an uncomfortable amout of time to complete.
- addProgressListener(ProgressListener) - Method in interface org.eclipse.zest.layouts.LayoutAlgorithm.Zest1
-
Deprecated.A layout algorithm could take an uncomfortable amout of time to complete.
- addProgressListener(ProgressListener) - Method in interface org.eclipse.zest.layouts.Stoppable
-
Deprecated.
- addPruningListener(PruningListener) - Method in interface org.eclipse.zest.layouts.interfaces.LayoutContext
-
Adds a listener to the context that will be notified about changes in graph pruning, that is hiding and showing of nodes.
- addRelationship(Object) - Method in class org.eclipse.zest.core.viewers.AbstractStructuredGraphViewer
-
Adds a new relationship given the connection.
- addRelationship(Object, Object, Object) - Method in class org.eclipse.zest.core.viewers.AbstractStructuredGraphViewer
-
Creates a new relationship between the source node and the destination node.
- addRelationship(LayoutRelationship) - Method in class org.eclipse.zest.layouts.algorithms.AbstractLayoutAlgorithm.Zest1
-
Deprecated.Queues up the given relationshp (if it isn't in the list) to be added to the algorithm.
- addRelationship(LayoutRelationship) - Method in interface org.eclipse.zest.layouts.LayoutAlgorithm.Zest1
-
Deprecated.
- addRelationship(LayoutRelationship) - Method in interface org.eclipse.zest.layouts.LayoutGraph
-
Deprecated.Adds the given relationship.
- addScheme(RGB...) - Method in class org.eclipse.zest.cloudio.CloudOptionsComposite
- addSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.zest.core.viewers.GraphViewer
- addSelectionListener(SelectionListener) - Method in class org.eclipse.zest.cloudio.TagCloud
- addSelectionListener(SelectionListener) - Method in class org.eclipse.zest.core.widgets.Graph
-
This adds a listener to the set of listeners that will be called when a selection event occurs.
- addSubgraphFigure(IFigure) - Method in class org.eclipse.zest.core.widgets.Graph
- addSubgraphFigure(IFigure) - Method in class org.eclipse.zest.core.widgets.GraphContainer
- addSubgraphFigure(IFigure) - Method in interface org.eclipse.zest.core.widgets.IContainer2
- addTreeListener(TreeLayoutObserver.TreeListener) - Method in class org.eclipse.zest.layouts.algorithms.TreeLayoutObserver
-
Adds a listener that will be informed about changes in tree structure.
- AlgorithmHelper - Class in org.eclipse.zest.layouts.algorithms
- AlgorithmHelper() - Constructor for class org.eclipse.zest.layouts.algorithms.AlgorithmHelper
- angle - Variable in class org.eclipse.zest.cloudio.Word
- ANIMATION_TIME - Static variable in class org.eclipse.zest.core.widgets.Graph
- applyLayout() - Method in class org.eclipse.zest.core.viewers.AbstractStructuredGraphViewer
-
Applies the viewers layouts.
- applyLayout() - Method in class org.eclipse.zest.core.viewers.GraphViewer
-
Applys the current layout to the viewer
- applyLayout() - Method in class org.eclipse.zest.core.widgets.Graph
-
Runs the layout on this graph.
- applyLayout() - Method in class org.eclipse.zest.core.widgets.GraphContainer
- applyLayout() - Method in interface org.eclipse.zest.core.widgets.IContainer
-
Re-applies the current layout algorithm
- applyLayout(boolean) - Method in class org.eclipse.zest.layouts.algorithms.AbstractLayoutAlgorithm.Zest1
-
Deprecated.
- applyLayout(boolean) - Method in class org.eclipse.zest.layouts.algorithms.CompositeLayoutAlgorithm
- applyLayout(boolean) - Method in class org.eclipse.zest.layouts.algorithms.DirectedGraphLayoutAlgorithm
- applyLayout(boolean) - Method in class org.eclipse.zest.layouts.algorithms.GridLayoutAlgorithm
- applyLayout(boolean) - Method in class org.eclipse.zest.layouts.algorithms.HorizontalShiftAlgorithm
- applyLayout(boolean) - Method in class org.eclipse.zest.layouts.algorithms.RadialLayoutAlgorithm
- applyLayout(boolean) - Method in class org.eclipse.zest.layouts.algorithms.SpaceTreeLayoutAlgorithm
- applyLayout(boolean) - Method in class org.eclipse.zest.layouts.algorithms.SpringLayoutAlgorithm
- applyLayout(boolean) - Method in class org.eclipse.zest.layouts.algorithms.SugiyamaLayoutAlgorithm
- applyLayout(boolean) - Method in class org.eclipse.zest.layouts.algorithms.TreeLayoutAlgorithm
- applyLayout(boolean) - Method in interface org.eclipse.zest.layouts.LayoutAlgorithm
-
Makes this algorithm perform layout computation and apply it to its context.
- applyLayout(LayoutEntity[], LayoutRelationship[], double, double, double, double, boolean, boolean) - Method in class org.eclipse.zest.layouts.algorithms.AbstractLayoutAlgorithm.Zest1
-
Deprecated.This actually applies the layout
- applyLayout(LayoutEntity[], LayoutRelationship[], double, double, double, double, boolean, boolean) - Method in interface org.eclipse.zest.layouts.LayoutAlgorithm.Zest1
-
Deprecated.Apply the layout to the given entities.
- applyLayoutChanges() - Method in class org.eclipse.zest.core.widgets.DefaultSubgraph
- applyLayoutChanges() - Method in class org.eclipse.zest.core.widgets.FigureSubgraph
- applyLayoutInternal(InternalNode[], InternalRelationship[], double, double, double, double) - Method in class org.eclipse.zest.layouts.algorithms.AbstractLayoutAlgorithm.Zest1
-
Deprecated.Apply the layout to the given entities.
- applyLayoutInternal(InternalNode[], InternalRelationship[], double, double, double, double) - Method in class org.eclipse.zest.layouts.algorithms.CompositeLayoutAlgorithm.Zest1
-
Deprecated.
- applyLayoutInternal(InternalNode[], InternalRelationship[], double, double, double, double) - Method in class org.eclipse.zest.layouts.algorithms.ContinuousLayoutAlgorithm
-
Deprecated.Calculates and applies the positions of the given entities based on a spring layout using the given relationships.
- applyLayoutInternal(InternalNode[], InternalRelationship[], double, double, double, double) - Method in class org.eclipse.zest.layouts.algorithms.DirectedGraphLayoutAlgorithm.Zest1
-
Deprecated.
- applyLayoutInternal(InternalNode[], InternalRelationship[], double, double, double, double) - Method in class org.eclipse.zest.layouts.algorithms.GridLayoutAlgorithm.Zest1
-
Deprecated.Use this algorithm to layout the given entities, using the given relationships and bounds.
- applyLayoutInternal(InternalNode[], InternalRelationship[], double, double, double, double) - Method in class org.eclipse.zest.layouts.algorithms.HorizontalShift
-
Deprecated.
- applyLayoutInternal(InternalNode[], InternalRelationship[], double, double, double, double) - Method in class org.eclipse.zest.layouts.algorithms.TreeLayoutAlgorithm.Zest1
-
Deprecated.
- applyLayoutInternal(EntityLayout[], DisplayIndependentRectangle) - Method in class org.eclipse.zest.layouts.algorithms.GridLayoutAlgorithm
-
Use this algorithm to layout the given entities and bounds.
- applyLayoutNow() - Method in class org.eclipse.zest.core.widgets.Graph
-
Apply this graphs's layout cleanly and display all changes.
- aspectRatio - Variable in class org.eclipse.zest.layouts.algorithms.GridLayoutAlgorithm
- ATTR_PREFERRED_HEIGHT - Static variable in interface org.eclipse.zest.layouts.LayoutEntity
-
Deprecated.
- ATTR_PREFERRED_WIDTH - Static variable in interface org.eclipse.zest.layouts.LayoutEntity
-
Deprecated.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form