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 

S

scheduleAdaptToLayout(Runnable) - Method in class org.eclipse.gef4.zest.fx.behaviors.GraphLayoutBehavior
Schedules the given "adapt to layout" Runnable for execution after a layout pass.
schedulePostLayoutPass(Runnable) - Method in class org.eclipse.gef4.zest.fx.behaviors.GraphLayoutBehavior
Schedules the given "update label" Runnable for execution after a layout pass and after all "adapt to layout" runnables.
scheduleProvideLayout(Runnable) - Method in class org.eclipse.gef4.zest.fx.behaviors.GraphLayoutBehavior
Schedules the given "provide layout" Runnable for execution before a layout pass.
SemanticZoomPolicy - Class in org.eclipse.gef4.zest.fx.policies
The SemanticZoomPolicy extends the FXChangeViewportPolicy for associating semantic changes with viewport changes, i.e. opening of nested/nesting graphs when the zoom level is changed below/above a certain threshold.
SemanticZoomPolicy() - Constructor for class org.eclipse.gef4.zest.fx.policies.SemanticZoomPolicy
 
setContent(Object) - Method in class org.eclipse.gef4.zest.fx.parts.GraphPart
 
setControlPoints(Edge, List<Point>) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Sets the value of the ZestProperties.EDGE_CONTROL_POINTS attribute of the given Edge to the given value.
setCssClass(Edge, String) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Sets the value of the ZestProperties.ELEMENT_CSS_CLASS attribute of the given Edge to the given value.
setCssClass(Node, String) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Sets the value of the ZestProperties.ELEMENT_CSS_CLASS attribute of the given Node to the given value.
setCssId(Edge, String) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Sets the value of the ZestProperties.ELEMENT_CSS_ID attribute of the given Edge to the given value.
setCssId(Node, String) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Sets the value of the ZestProperties.ELEMENT_CSS_ID attribute of the given Node to the given value.
setEdgeCurveCssStyle(Edge, String) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Sets the value of the ZestProperties.EDGE_CURVE_CSS_STYLE attribute of the given Edge to the given value.
setExternalLabel(Edge, Provider<String>) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Sets the value of the ZestProperties.ELEMENT_EXTERNAL_LABEL attribute of the given Edge to the given provider.
setExternalLabel(Edge, String) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Sets the value of the ZestProperties.ELEMENT_EXTERNAL_LABEL attribute of the given Edge to the given value.
setExternalLabel(Node, Provider<String>) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Sets the value of the ZestProperties.ELEMENT_EXTERNAL_LABEL attribute of the given Node to the given provider.
setExternalLabel(Node, String) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Sets the value of the ZestProperties.ELEMENT_EXTERNAL_LABEL attribute of the given Node to the given value.
setExternalLabelCssStyle(Edge, String) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Sets the value of the ZestProperties.ELEMENT_EXTERNAL_LABEL_CSS_STYLE attribute of the given Edge to the given value.
setExternalLabelCssStyle(Node, String) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Sets the value of the ZestProperties.ELEMENT_EXTERNAL_LABEL_CSS_STYLE attribute of the given Node to the given value.
setExternalLabelPosition(Edge, Point) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Sets the value of the ZestProperties.ELEMENT_EXTERNAL_LABEL_POSITION attribute of the given Edge to the given value.
setExternalLabelPosition(Node, Point) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Sets the value of the ZestProperties.ELEMENT_EXTERNAL_LABEL_POSITION attribute of the given Node to the given value.
setFinalState(Graph, boolean) - Method in class org.eclipse.gef4.zest.fx.operations.NavigateOperation
Changes this NavigateOperation's final state so that the given finalGraph is opened.
setFisheye(Node, Boolean) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Sets the value of the ZestProperties.NODE_FISHEYE attribute of the given Node to the given value.
setGraph(Graph) - Method in class org.eclipse.gef4.zest.fx.layout.GraphLayoutContext
Transfers the given Graph into this GraphLayoutContext, i.e. creates GraphNodeLayouts and GraphEdgeLayouts for the Nodes and Edges of the given Graph.
setGraph(Graph) - Method in class org.eclipse.gef4.zest.fx.ui.parts.ZestFxUiView
Changes the contents of the AbstractFXView.getViewer() to the given Graph.
setIcon(Node, Image) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Sets the value of the ZestProperties.NODE_ICON attribute of the given Node to the given value.
setInterpolator(Edge, IConnectionInterpolator) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Sets the value of the ZestProperties.EDGE_INTERPOLATOR attribute of the given Edge to the given value.
setLabel(Edge, Provider<String>) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Sets the ZestProperties.ELEMENT_LABEL attribute of the given Edge to the given provider.
setLabel(Edge, String) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Sets the ZestProperties.ELEMENT_LABEL attribute of the given Edge to the given value.
setLabel(Node, Provider<String>) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Sets the ZestProperties.ELEMENT_LABEL attribute of the given Node to the given provider.
setLabel(Node, String) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Sets the ZestProperties.ELEMENT_LABEL attribute of the given Node to the given value.
setLabelCssStyle(Edge, String) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Sets the value of the ZestProperties.ELEMENT_LABEL_CSS_STYLE attribute of the given Edge to the given value.
setLabelCssStyle(Node, String) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Sets the value of the ZestProperties.ELEMENT_LABEL_CSS_STYLE attribute of the given Node to the given value.
setLabelPosition(Edge, Point) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Sets the value of the ZestProperties.EDGE_LABEL_POSITION attribute of the given Edge to the given value.
setLayoutAlgorithm(ILayoutAlgorithm) - Method in class org.eclipse.gef4.zest.fx.jface.ZestContentViewer
Changes the ILayoutAlgorithm that is used for laying out the contents to the given value.
setLayoutAlgorithm(Graph, ILayoutAlgorithm) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Sets the value of the ZestProperties.GRAPH_LAYOUT_ALGORITHM attribute of the given Graph to the given value.
setLayoutIrrelevant(Edge, Boolean) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Sets the value of the ZestProperties.ELEMENT_LAYOUT_IRRELEVANT attribute of the given Edge to the given value.
setLayoutIrrelevant(Node, Boolean) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Sets the value of the ZestProperties.ELEMENT_LAYOUT_IRRELEVANT attribute of the given Node to the given value.
setNodeRectCssStyle(Node, String) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Sets the value of the ZestProperties.NODE_RECT_CSS_STYLE attribute of the given Node to the given value.
setPosition(Node, Point) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Sets the value of the ZestProperties.NODE_POSITION attribute of the given Node to the given value.
setRouter(Edge, IConnectionRouter) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Sets the value of the ZestProperties.EDGE_ROUTER attribute of the given Edge to the given value.
setSelection(ISelection, boolean) - Method in class org.eclipse.gef4.zest.fx.jface.ZestContentViewer
 
setSize(Node, Dimension) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Sets the value of the ZestProperties.NODE_SIZE attribute of the given Node to the given value.
setSourceDecoration(Edge, Shape) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Sets the value of the ZestProperties.EDGE_SOURCE_DECORATION attribute of the given Edge to the given value.
setSourceLabel(Edge, Provider<String>) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Sets the value of the ZestProperties.EDGE_SOURCE_LABEL attribute of the given Edge to the given provider.
setSourceLabel(Edge, String) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Sets the value of the ZestProperties.EDGE_SOURCE_LABEL attribute of the given Edge to the given value.
setSourceLabelPosition(Edge, Point) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Sets the value of the ZestProperties.EDGE_SOURCE_LABEL_POSITION attribute of the given Edge to the given value.
setStoredLabelPosition(Point) - Method in class org.eclipse.gef4.zest.fx.parts.AbstractLabelPart
Sets the stored label position to the given value.
setTargetDecoration(Edge, Shape) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Sets the value of the ZestProperties.EDGE_TARGET_DECORATION attribute of the given Edge to the given value.
setTargetLabel(Edge, Provider<String>) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Sets the value of the ZestProperties.EDGE_TARGET_LABEL attribute of the given Edge to the given provider.
setTargetLabel(Edge, String) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Sets the value of the ZestProperties.EDGE_TARGET_LABEL attribute of the given Edge to the given value.
setTargetLabelPosition(Edge, Point) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Sets the value of the ZestProperties.EDGE_TARGET_LABEL_POSITION attribute of the given Edge to the given value.
setTooltip(Node, Provider<String>) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Sets the value of the ZestProperties.NODE_TOOLTIP attribute of the given Node to the given provider.
setTooltip(Node, String) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Sets the value of the ZestProperties.NODE_TOOLTIP attribute of the given Node to the given value.
setViewportState(Graph, NavigationModel.ViewportState) - Method in class org.eclipse.gef4.zest.fx.models.NavigationModel
Saves the given NavigationModel.ViewportState for the given Graph.
show() - Method in class org.eclipse.gef4.zest.fx.behaviors.AbstractHidingBehavior
Shows the host.
show(NodePart) - Method in class org.eclipse.gef4.zest.fx.models.HidingModel
Remove the content of the given NodePart from the Set of hidden Node s.
show(Node) - Method in class org.eclipse.gef4.zest.fx.models.HidingModel
Remove the given Node from the Set of hidden Node s.
showHiddenNeighbors() - Method in class org.eclipse.gef4.zest.fx.policies.ShowHiddenNeighborsPolicy
Executes an operation on the history that shows the host NodePart.
ShowHiddenNeighborsHoverHandlePart - Class in org.eclipse.gef4.zest.fx.parts
The ShowHiddenNeighborsHoverHandlePart is an AbstractFXSegmentHandlePart that displays an expansion image.
ShowHiddenNeighborsHoverHandlePart() - Constructor for class org.eclipse.gef4.zest.fx.parts.ShowHiddenNeighborsHoverHandlePart
 
ShowHiddenNeighborsOfFirstAnchorageOnClickPolicy - Class in org.eclipse.gef4.zest.fx.policies
The ShowHiddenNeighborsOfFirstAnchorageOnClickPolicy is an IFXOnClickPolicy that shows all hidden neighbors of its host upon mouse click by removing them from the HidingModel.
ShowHiddenNeighborsOfFirstAnchorageOnClickPolicy() - Constructor for class org.eclipse.gef4.zest.fx.policies.ShowHiddenNeighborsOfFirstAnchorageOnClickPolicy
 
ShowHiddenNeighborsOnTypePolicy - Class in org.eclipse.gef4.zest.fx.policies
The ShowHiddenNeighborsOnTypePolicy is an IFXOnTypePolicy that shows all hidden neighbors of its host upon KeyCode.E key press.
ShowHiddenNeighborsOnTypePolicy() - Constructor for class org.eclipse.gef4.zest.fx.policies.ShowHiddenNeighborsOnTypePolicy
 
ShowHiddenNeighborsOperation - Class in org.eclipse.gef4.zest.fx.operations
The ShowHiddenNeighborsOperation can be used to remove the neighbors of a given NodePart from the HidingModel of a given IViewer.
ShowHiddenNeighborsOperation(IViewer<Node>, NodePart) - Constructor for class org.eclipse.gef4.zest.fx.operations.ShowHiddenNeighborsOperation
Constructs a new ShowHiddenNeighborsOperation that will show all hidden neighbors of the given NodePart by removing them from the HidingModel of the given IViewer upon execution.
ShowHiddenNeighborsPolicy - Class in org.eclipse.gef4.zest.fx.policies
The ShowHiddenNeighborsPolicy can be installed on NodePart to show its hidden neighbours
ShowHiddenNeighborsPolicy() - Constructor for class org.eclipse.gef4.zest.fx.policies.ShowHiddenNeighborsPolicy
 
STYLES_CSS_FILE - Static variable in class org.eclipse.gef4.zest.fx.parts.ZestFxRootPart
The url to the stylesheet that is added to the Scene.
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.