Skip navigation links
GEF4 Zest
1.0.0.201603221726
A B C D E F G H I N O P R S T U V Z 

G

getAdjacentNodes(Object) - Method in interface org.eclipse.gef4.zest.fx.jface.IGraphContentProvider
Returns all content elements which represent nodes that are adjacent to the node represented by the given content element, i.e. determines the targets of all edges that start at the given node.
getAttributes() - Method in class org.eclipse.gef4.zest.fx.layout.GraphEdgeLayout
Gets the value of the property attributes.
getAttributes() - Method in class org.eclipse.gef4.zest.fx.layout.GraphLayoutContext
Gets the value of the property attributes.
getAttributes() - Method in class org.eclipse.gef4.zest.fx.layout.GraphNodeLayout
Gets the value of the property attributes.
getChangeViewportOperation() - Method in class org.eclipse.gef4.zest.fx.operations.NavigateOperation
Returns the FXChangeViewportOperation that is used by this NavigateOperation to update the viewport.
getChangeViewportOperation() - Method in class org.eclipse.gef4.zest.fx.policies.SemanticZoomPolicy
 
getContent() - Method in class org.eclipse.gef4.zest.fx.parts.AbstractLabelPart
 
getContent() - Method in class org.eclipse.gef4.zest.fx.parts.EdgeLabelPart
 
getContent() - Method in class org.eclipse.gef4.zest.fx.parts.EdgePart
 
getContent() - Method in class org.eclipse.gef4.zest.fx.parts.GraphPart
 
getContent() - Method in class org.eclipse.gef4.zest.fx.parts.NodeLabelPart
 
getContent() - Method in class org.eclipse.gef4.zest.fx.parts.NodePart
 
getContentNodeMap() - Method in class org.eclipse.gef4.zest.fx.jface.ZestContentViewer
Returns an unmodifiable view of the content-node-map.
getContentsTransform() - Method in class org.eclipse.gef4.zest.fx.models.NavigationModel.ViewportState
Returns the contents transform associated with this NavigationModel.ViewportState.
getControl() - Method in class org.eclipse.gef4.zest.fx.jface.ZestContentViewer
 
getControlPoints(Edge) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Returns the value of the ZestProperties.EDGE_CONTROL_POINTS attribute of the given Edge.
getCopy() - Method in class org.eclipse.gef4.zest.fx.models.NavigationModel.ViewportState
Returns a copy of this NavigationModel.ViewportState.
getCssClass(Edge) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Returns the value of the ZestProperties.ELEMENT_CSS_CLASS attribute of the given Edge.
getCssClass(Node) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Returns the value of the ZestProperties.ELEMENT_CSS_CLASS attribute of the given Node.
getCssId(Edge) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Returns the value of the ZestProperties.ELEMENT_CSS_ID attribute of the given Edge.
getCssId(Node) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Returns the value of the ZestProperties.ELEMENT_CSS_ID attribute of the given Node.
getEdge() - Method in class org.eclipse.gef4.zest.fx.layout.GraphEdgeLayout
Returns the corresponding Edge.
getEdgeAttributes(Object, Object) - Method in interface org.eclipse.gef4.zest.fx.jface.IGraphAttributesProvider
Determines the attributes that should be set on the edge with the specified source and target content elements.
getEdgeCurveCssStyle(Edge) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Returns the value of the ZestProperties.EDGE_CURVE_CSS_STYLE attribute of the given Edge.
getEdgeLayout(Edge) - Method in class org.eclipse.gef4.zest.fx.layout.GraphLayoutContext
Returns the GraphEdgeLayout corresponding to the given Edge.
getEdges() - Method in class org.eclipse.gef4.zest.fx.layout.GraphLayoutContext
 
getExternalLabel(Edge) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Returns the value of the ZestProperties.ELEMENT_EXTERNAL_LABEL attribute of the given Edge.
getExternalLabel(Node) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Returns the value of the ZestProperties.ELEMENT_EXTERNAL_LABEL attribute of the given Node.
getExternalLabelCssStyle(Edge) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Returns the value of the ZestProperties.ELEMENT_LABEL_CSS_STYLE attribute of the given Edge.
getExternalLabelCssStyle(Node) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Returns the value of the ZestProperties.ELEMENT_LABEL_CSS_STYLE attribute of the given Node.
getExternalLabelPosition(Edge) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Returns the value of the ZestProperties.ELEMENT_EXTERNAL_LABEL_POSITION attribute of the given Edge.
getExternalLabelPosition(Node) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Returns the value of the ZestProperties.ELEMENT_EXTERNAL_LABEL_POSITION attribute of the given Node.
getFirstAnchorage() - Method in class org.eclipse.gef4.zest.fx.parts.EdgeLabelPart
Returns the IContentPart for which this EdgeLabelPart displays the label.
getFirstAnchorage() - Method in class org.eclipse.gef4.zest.fx.parts.NodeLabelPart
Returns the NodePart for which this NodeLabelPart displays the label.
getFisheye(Node, boolean) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Returns the value of the ZestProperties.NODE_FISHEYE attribute of the given Node.
getFXViewer() - Method in class org.eclipse.gef4.zest.fx.jface.ZestContentViewer
Returns the FXViewer that displays the contents.
getGraph() - Method in class org.eclipse.gef4.zest.fx.layout.GraphLayoutContext
Returns the transfered Graph.
getGraphAttributes() - Method in interface org.eclipse.gef4.zest.fx.jface.IGraphAttributesProvider
Determines the attributes that should be set on the root graph.
getGraphLayoutBehavior() - Method in class org.eclipse.gef4.zest.fx.behaviors.AbstractLayoutBehavior
Returns the GraphLayoutContext for which AbstractLayoutBehavior.provideToLayout() and AbstractLayoutBehavior.adaptFromLayout() shall be called before or after a layout pass, respectively.
getGraphLayoutBehavior() - Method in class org.eclipse.gef4.zest.fx.behaviors.EdgeLayoutBehavior
 
getGraphLayoutBehavior() - Method in class org.eclipse.gef4.zest.fx.behaviors.GraphLayoutBehavior
 
getGraphLayoutBehavior() - Method in class org.eclipse.gef4.zest.fx.behaviors.NodeLayoutBehavior
 
getGraphLayoutContext() - Method in class org.eclipse.gef4.zest.fx.behaviors.GraphLayoutBehavior
Returns the GraphLayoutContext that corresponds to the host.
getHeight() - Method in class org.eclipse.gef4.zest.fx.models.NavigationModel.ViewportState
Returns the viewport height associated with this NavigationModel.ViewportState.
getHiddenNeighborParts(NodePart) - Method in class org.eclipse.gef4.zest.fx.models.HidingModel
Returns a Set containing all NodeParts corresponding to the hidden neighbors of the content of the given NodePart.
getHiddenNeighbors(Node) - Method in class org.eclipse.gef4.zest.fx.models.HidingModel
Returns a Set containing all hidden neighbors of the given Node.
getHiddenNeighborsFeedbackPart() - Method in class org.eclipse.gef4.zest.fx.behaviors.NodeHidingBehavior
Returns the HiddenNeighborsFeedbackPart that is managed by this NodeHidingBehavior.
getHiddenNodesUnmodifiable() - Method in class org.eclipse.gef4.zest.fx.models.HidingModel
Returns a copy of the Set that contains all hidden Nodes.
getHidingModel() - Method in class org.eclipse.gef4.zest.fx.behaviors.AbstractHidingBehavior
Returns the HidingModel that is installed on the IViewer of the host.
getHost() - Method in class org.eclipse.gef4.zest.fx.behaviors.EdgeHidingBehavior
 
getHost() - Method in class org.eclipse.gef4.zest.fx.behaviors.EdgeLabelHidingBehavior
 
getHost() - Method in class org.eclipse.gef4.zest.fx.behaviors.EdgeLayoutBehavior
 
getHost() - Method in class org.eclipse.gef4.zest.fx.behaviors.GraphLayoutBehavior
 
getHost() - Method in class org.eclipse.gef4.zest.fx.behaviors.NodeHidingBehavior
 
getHost() - Method in class org.eclipse.gef4.zest.fx.behaviors.NodeLayoutBehavior
 
getHost() - Method in class org.eclipse.gef4.zest.fx.policies.HideOnTypePolicy
 
getHost() - Method in class org.eclipse.gef4.zest.fx.policies.HidePolicy
 
getHost() - Method in class org.eclipse.gef4.zest.fx.policies.OpenNestedGraphOnDoubleClickPolicy
 
getHost() - Method in class org.eclipse.gef4.zest.fx.policies.OpenParentGraphOnDoubleClickPolicy
 
getHost() - Method in class org.eclipse.gef4.zest.fx.policies.ShowHiddenNeighborsOnTypePolicy
 
getHost() - Method in class org.eclipse.gef4.zest.fx.policies.ShowHiddenNeighborsPolicy
 
getHost() - Method in class org.eclipse.gef4.zest.fx.policies.TransformLabelPolicy
 
getIcon(Node) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Returns the value of the ZestProperties.NODE_ICON attribute of the given Node.
getIconImageView() - Method in class org.eclipse.gef4.zest.fx.parts.NodePart
Returns the ImageView that displays the node's icon.
getIncomingConnections() - Method in class org.eclipse.gef4.zest.fx.layout.GraphNodeLayout
 
getInfiniteCanvas() - Method in class org.eclipse.gef4.zest.fx.behaviors.GraphLayoutBehavior
Returns the InfiniteCanvas of the IViewer of the host.
getInterpolator(Edge) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Returns the value of the ZestProperties.EDGE_INTERPOLATOR attribute of the given Edge.
getLabel(Edge) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Returns the value of the ZestProperties.ELEMENT_LABEL attribute for the given Edge.
getLabel(Node) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Returns the value of the ZestProperties.ELEMENT_LABEL attribute for the given Node.
getLabelCssStyle(Edge) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Returns the value of the ZestProperties.ELEMENT_LABEL_CSS_STYLE attribute of the given Edge.
getLabelCssStyle(Node) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Returns the value of the ZestProperties.ELEMENT_LABEL_CSS_STYLE attribute of the given Node.
getLabelPosition(Edge) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Returns the value of the ZestProperties.EDGE_LABEL_POSITION attribute of the given Edge.
getLabelPositionAttributeKey() - Method in class org.eclipse.gef4.zest.fx.parts.AbstractLabelPart
Retrieves the position attribute key for the given label role.
getLabelProvider() - Method in class org.eclipse.gef4.zest.fx.jface.ZestContentViewer
 
getLabelText() - Method in class org.eclipse.gef4.zest.fx.parts.NodePart
Returns the Text that displays the node's label.
getLayoutAlgorithm() - Method in class org.eclipse.gef4.zest.fx.jface.ZestContentViewer
Returns the ILayoutAlgorithm that is used for laying out the contents.
getLayoutAlgorithm(Graph) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Returns the value of the ZestProperties.GRAPH_LAYOUT_ALGORITHM attribute of the given Graph.
getLayoutIrrelevant(Edge, boolean) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Returns the value of the ZestProperties.ELEMENT_LAYOUT_IRRELEVANT attribute of the given Edge.
getLayoutIrrelevant(Node, boolean) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Returns the value of the ZestProperties.ELEMENT_LAYOUT_IRRELEVANT attribute of the given Node.
getNavigateOperation() - Method in class org.eclipse.gef4.zest.fx.policies.SemanticZoomPolicy
Returns the NavigateOperation that is used to open nested/nesting Graphs.
getNestedChildrenPane() - Method in class org.eclipse.gef4.zest.fx.parts.NodePart
Returns the Pane to which nested children are added.
getNestedGraphAttributes(Object) - Method in interface org.eclipse.gef4.zest.fx.jface.IGraphAttributesProvider
Determines the attributes that should be set on a nested graph that is nested inside the node represented by the given content element.
getNestedGraphNodes(Object) - Method in interface org.eclipse.gef4.zest.fx.jface.IGraphContentProvider
Returns the content elements representing the nodes within the graph that is nested inside the node represented by the given content element.
getNestingPart() - Method in class org.eclipse.gef4.zest.fx.behaviors.GraphLayoutBehavior
Returns the NodePart that contains the nested graph to which the GraphLayoutBehavior.getGraphLayoutBehavior() corresponds.
getNode() - Method in class org.eclipse.gef4.zest.fx.layout.GraphNodeLayout
Returns the corresponding Node.
getNodeAttributes(Object) - Method in interface org.eclipse.gef4.zest.fx.jface.IGraphAttributesProvider
Determines the attributes that should be set on the node represented by the given content element.
getNodeLabelCssStyle(Node) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Returns the value of the ZestProperties.ELEMENT_LABEL_CSS_STYLE attribute of the given Node.
getNodeLayout() - Method in class org.eclipse.gef4.zest.fx.behaviors.NodeLayoutBehavior
Returns the GraphNodeLayout that corresponds to the NodePart on which this NodeLayoutBehavior is installed.
getNodeLayout(Node) - Method in class org.eclipse.gef4.zest.fx.layout.GraphLayoutContext
Returns the GraphNodeLayout corresponding to the given Node.
getNodeRect() - Method in class org.eclipse.gef4.zest.fx.parts.NodePart
Returns the Rectangle that displays the node's border and background.
getNodeRectCssStyle(Node) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Returns the value of the ZestProperties.NODE_RECT_CSS_STYLE attribute of the given Node.
getNodes() - Method in interface org.eclipse.gef4.zest.fx.jface.IGraphContentProvider
Returns all content elements which represent nodes on the first level of the graph.
getNodes() - Method in class org.eclipse.gef4.zest.fx.layout.GraphLayoutContext
 
getOuterLayoutContainer() - Method in class org.eclipse.gef4.zest.fx.parts.NodePart
Returns the outer most layout container that is used to layout the content of this node (including nested content).
getOutgoingConnections() - Method in class org.eclipse.gef4.zest.fx.layout.GraphNodeLayout
 
getPadding() - Method in class org.eclipse.gef4.zest.fx.parts.NodePart
Returns the padding that is maintained between the node's border and its content.
getPosition(Node) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Returns the value of the ZestProperties.NODE_POSITION attribute of the given Node.
getPredecessingNodes() - Method in class org.eclipse.gef4.zest.fx.layout.GraphNodeLayout
 
getRouter(Edge) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Returns the value of the ZestProperties.EDGE_ROUTER attribute of the given Edge.
getSelection() - Method in class org.eclipse.gef4.zest.fx.jface.ZestContentViewer
 
getSelectionModel() - Method in class org.eclipse.gef4.zest.fx.jface.ZestContentViewer
Retrieves the SelectionModel used by the viewer ( ZestContentViewer.getFXViewer())
getSize(Node) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Returns the value of the ZestProperties.NODE_SIZE attribute of the given Node.
getSource() - Method in class org.eclipse.gef4.zest.fx.layout.GraphEdgeLayout
 
getSourceDecoration(Edge) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Returns the value of the ZestProperties.EDGE_SOURCE_DECORATION attribute of the given Edge.
getSourceLabel(Edge) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Returns the value of the ZestProperties.EDGE_SOURCE_LABEL attribute of the given Edge.
getSourceLabelPosition(Edge) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Returns the value of the ZestProperties.EDGE_SOURCE_LABEL_POSITION attribute of the given Edge.
getStoredLabelPosition() - Method in class org.eclipse.gef4.zest.fx.parts.AbstractLabelPart
Retrieves the stored position for the label.
getSuccessingNodes() - Method in class org.eclipse.gef4.zest.fx.layout.GraphNodeLayout
 
getTarget() - Method in class org.eclipse.gef4.zest.fx.layout.GraphEdgeLayout
 
getTargetDecoration(Edge) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Returns the value of the ZestProperties.EDGE_TARGET_DECORATION attribute of the given Edge.
getTargetLabel(Edge) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Returns the value of the ZestProperties.EDGE_TARGET_LABEL attribute of the given Edge.
getTargetLabelPosition(Edge) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Returns the value of the ZestProperties.EDGE_TARGET_LABEL_POSITION attribute of the given Edge.
getText() - Method in class org.eclipse.gef4.zest.fx.parts.AbstractLabelPart
Returns the text visual.
getTooltip(Node) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Returns the value of the ZestProperties.NODE_TOOLTIP attribute of the given Node.
getTranslateX() - Method in class org.eclipse.gef4.zest.fx.models.NavigationModel.ViewportState
Returns the horizontal translation associated with this NavigationModel.ViewportState.
getTranslateY() - Method in class org.eclipse.gef4.zest.fx.models.NavigationModel.ViewportState
Returns the vertical translation associated with this NavigationModel.ViewportState.
getViewportState(Graph) - Method in class org.eclipse.gef4.zest.fx.models.NavigationModel
Retrieves the NavigationModel.ViewportState that is currently saved for the given Graph.
getWidth() - Method in class org.eclipse.gef4.zest.fx.models.NavigationModel.ViewportState
Returns the viewport width associated with this NavigationModel.ViewportState .
GRAPH_LAYOUT_ALGORITHM - Static variable in class org.eclipse.gef4.zest.fx.ZestProperties
This attribute determines the ILayoutAlgorithm used to layout the graph.
GraphEdgeLayout - Class in org.eclipse.gef4.zest.fx.layout
The GraphEdgeLayout is an Edge-specific IEdgeLayout implementation.
GraphEdgeLayout(GraphLayoutContext, Edge) - Constructor for class org.eclipse.gef4.zest.fx.layout.GraphEdgeLayout
Constructs a new GraphEdgeLayout for the given Edge in the given GraphLayoutContext.
GraphLayoutBehavior - Class in org.eclipse.gef4.zest.fx.behaviors
The GraphLayoutBehavior is responsible for initiating layout passes.
GraphLayoutBehavior() - Constructor for class org.eclipse.gef4.zest.fx.behaviors.GraphLayoutBehavior
 
GraphLayoutContext - Class in org.eclipse.gef4.zest.fx.layout
The GraphLayoutContext is a Graph-specific ILayoutContext implementation.
GraphLayoutContext() - Constructor for class org.eclipse.gef4.zest.fx.layout.GraphLayoutContext
Constructs a new GraphLayoutContext without nodes and edges.
GraphLayoutContext(Graph) - Constructor for class org.eclipse.gef4.zest.fx.layout.GraphLayoutContext
Constructs a new GraphLayoutContext from the given Graph.
GraphNodeLayout - Class in org.eclipse.gef4.zest.fx.layout
The GraphNodeLayout is a Node-specific INodeLayout implementation.
GraphNodeLayout(GraphLayoutContext, Node) - Constructor for class org.eclipse.gef4.zest.fx.layout.GraphNodeLayout
Constructs a new GraphNodeLayout for the given Node in the given GraphLayoutContext.
GraphPart - Class in org.eclipse.gef4.zest.fx.parts
The GraphPart is the controller for a Graph content object.
GraphPart() - Constructor for class org.eclipse.gef4.zest.fx.parts.GraphPart
 
A B C D E F G H I N O P R S T U V Z 
Skip navigation links
GEF4 Zest
1.0.0.201603221726

Copyright (c) 2014 itemis AG and others. All rights reserved.