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

S

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
 
setControlPoints(Edge, List<Point>) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Sets the value of the ZestProperties.CONTROL_POINTS__E 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.CSS_CLASS__NE 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.CSS_CLASS__NE attribute of the given Node to the given value.
setCssId(Edge, Provider<String>) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Sets the value of the ZestProperties.CSS_ID__NE attribute of the given Edge to the given value.
setCssId(Edge, String) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Sets the value of the ZestProperties.CSS_ID__NE attribute of the given Edge to the given value.
setCssId(Node, Provider<String>) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Sets the value of the ZestProperties.CSS_ID__NE attribute of the given Node to the given value.
setCssId(Node, String) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Sets the value of the ZestProperties.CSS_ID__NE attribute of the given Node to the given value.
setCurve(Edge, Node) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Sets the value of the ZestProperties.SHAPE__N attribute of the given Edge to the given value.
setCurveCssStyle(Edge, String) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Sets the value of the ZestProperties.CURVE_CSS_STYLE__E attribute of the given Edge to the given value.
setEndPoint(Edge, Point) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Sets the value of the ZestProperties.END_POINT__E 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.EXTERNAL_LABEL__NE 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.EXTERNAL_LABEL__NE 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.EXTERNAL_LABEL__NE 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.EXTERNAL_LABEL__NE 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.EXTERNAL_LABEL_CSS_STYLE__NE 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.EXTERNAL_LABEL_CSS_STYLE__NE 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.EXTERNAL_LABEL_POSITION__NE 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.EXTERNAL_LABEL_POSITION__NE 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.
setGraph(Graph) - Method in class org.eclipse.gef4.zest.fx.ui.parts.ZestFxUiView
Changes the contents of the AbstractFXView.getContentViewer() to the given Graph.
setIcon(Node, Image) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Sets the value of the ZestProperties.ICON__N 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.INTERPOLATOR__E attribute of the given Edge to the given value.
setInvisible(Edge, Boolean) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Sets the value of the ZestProperties.INVISIBLE__NE attribute of the given Edge to the given value.
setInvisible(Node, Boolean) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Sets the value of the ZestProperties.INVISIBLE__NE attribute of the given Node to the given value.
setLabel(Edge, Provider<String>) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Sets the ZestProperties.LABEL__NE 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.LABEL__NE 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.LABEL__NE 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.LABEL__NE 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.LABEL_CSS_STYLE__E 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.LABEL_CSS_STYLE__E 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.LABEL_POSITION__E 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.LAYOUT_ALGORITHM__G 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.LAYOUT_IRRELEVANT__NE 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.LAYOUT_IRRELEVANT__NE 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.POSITION__N 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.ROUTER__E attribute of the given Edge to the given value.
setSelection(ISelection, boolean) - Method in class org.eclipse.gef4.zest.fx.jface.ZestContentViewer
 
setShape(Node, Node) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Sets the value of the ZestProperties.SHAPE__N attribute of the given Node to the given value.
setShapeCssStyle(Node, String) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Sets the value of the ZestProperties.SHAPE_CSS_STYLE__N attribute of the given Node to the given value.
setSize(Node, Dimension) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Sets the value of the ZestProperties.SIZE__N attribute of the given Node to the given value.
setSourceDecoration(Edge, Node) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Sets the value of the ZestProperties.SOURCE_DECORATION__E attribute of the given Edge to the given value.
setSourceDecorationCssStyle(Edge, String) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Sets the value of the ZestProperties.SOURCE_DECORATION_CSS_STYLE__E 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.SOURCE_LABEL__E 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.SOURCE_LABEL__E attribute of the given Edge to the given value.
setSourceLabelCssStyle(Edge, String) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Sets the value of the ZestProperties.SOURCE_LABEL_CSS_STYLE__E 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.SOURCE_LABEL_POSITION__E attribute of the given Edge to the given value.
setStartPoint(Edge, Point) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Sets the value of the ZestProperties.START_POINT__E 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, Node) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Sets the value of the ZestProperties.TARGET_DECORATION__E attribute of the given Edge to the given value.
setTargetDecorationCssStyle(Edge, String) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Sets the value of the ZestProperties.TARGET_DECORATION_CSS_STYLE__E 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.TARGET_LABEL__E 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.TARGET_LABEL__E attribute of the given Edge to the given value.
setTargetLabelCssStyle(Edge, String) - Static method in class org.eclipse.gef4.zest.fx.ZestProperties
Sets the value of the ZestProperties.TARGET_LABEL_CSS_STYLE__E 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.TARGET_LABEL_POSITION__E 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.TOOLTIP__N 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.TOOLTIP__N 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.
SHAPE__N - Static variable in class org.eclipse.gef4.zest.fx.ZestProperties
This attribute determines the shape being used for background and outline visualization of the node.
SHAPE_CSS_STYLE__N - Static variable in class org.eclipse.gef4.zest.fx.ZestProperties
This attribute determines the CSS style for a node rectangle.
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
 
SIZE__N - Static variable in class org.eclipse.gef4.zest.fx.ZestProperties
This attribute determines the size for a Node.
SOURCE_DECORATION__E - Static variable in class org.eclipse.gef4.zest.fx.ZestProperties
This attribute determines the source decoration for an edge.
SOURCE_DECORATION_CSS_STYLE__E - Static variable in class org.eclipse.gef4.zest.fx.ZestProperties
This attribute determines the CSS style for the source decoration of an edge.
SOURCE_LABEL__E - Static variable in class org.eclipse.gef4.zest.fx.ZestProperties
This attribute determines the source label for an edge.
SOURCE_LABEL_CSS_STYLE__E - Static variable in class org.eclipse.gef4.zest.fx.ZestProperties
This attribute determines the CSS style for the source edge label.
SOURCE_LABEL_POSITION__E - Static variable in class org.eclipse.gef4.zest.fx.ZestProperties
This attribute determines the position of an edge's source label (in case it exists).
SOURCE_ROLE - Static variable in class org.eclipse.gef4.zest.fx.parts.EdgePart
The role used for attaching to the source node.
START_POINT__E - Static variable in class org.eclipse.gef4.zest.fx.ZestProperties
This attribute determines the start point being used for the visualization of the edge.
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 L N O P R S T U V Z 
Skip navigation links
GEF4 Zest
1.0.0.201605181347

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