Uses of Class
org.eclipse.gef.zest.fx.parts.NodePart
Packages that use NodePart
Package
Description
This package provides behaviors for transferring information between graph
model elements and layout abstractions (
GraphLayoutBehavior
,
AbstractLayoutBehavior
,
NodeLayoutBehavior
,
EdgeLayoutBehavior
), as well as
hiding/unhiding of nodes and related edges (
AbstractHidingBehavior
,
NodeHidingBehavior
,
EdgeHidingBehavior
,
EdgeLabelHidingBehavior
).This package provides handler implementations for Zest interactions.
This package provides viewer models to support hiding/unhiding of nodes (
HidingModel
) as well as semantic
zooming (NavigationModel
).This package provides an
IUndoableOperation
to support
hiding/unhiding of nodes and related edges (
HideOperation
).This package provides policy implementations to support hiding/unhiding of
nodes and related edges (
HidePolicy
,
ShowHiddenNeighborsPolicy
), as well
as semantic zooming (
SemanticZoomPolicy
), and label
transformation.-
Uses of NodePart in org.eclipse.gef.zest.fx.behaviors
Methods in org.eclipse.gef.zest.fx.behaviors that return NodePartModifier and TypeMethodDescriptionNodeHidingBehavior.getHost()
NodeLayoutBehavior.getHost()
protected NodePart
GraphLayoutBehavior.getNestingPart()
Returns theNodePart
that contains the nested graph to which the behavior corresponds, if this behavior is related to a nested graph. -
Uses of NodePart in org.eclipse.gef.zest.fx.handlers
Methods in org.eclipse.gef.zest.fx.handlers that return NodePartModifier and TypeMethodDescriptionHideOnTypeHandler.getHost()
OpenNestedGraphOnDoubleClickHandler.getHost()
ShowHiddenNeighborsOnTypeHandler.getHost()
Methods in org.eclipse.gef.zest.fx.handlers with parameters of type NodePartModifier and TypeMethodDescriptionprotected List<AbstractLabelPart>
LabelOffsetSupport.getNodeLabelParts
(NodePart nodePart) Returns theAbstractLabelPart
s attached to the givenNodePart
. -
Uses of NodePart in org.eclipse.gef.zest.fx.models
Methods in org.eclipse.gef.zest.fx.models that return types with arguments of type NodePartMethods in org.eclipse.gef.zest.fx.models with parameters of type NodePartModifier and TypeMethodDescriptionHidingModel.getHiddenNeighborParts
(NodePart nodePart) boolean
HidingModel.hasHiddenNeighbors
(NodePart nodePart) Returnstrue
if at least one neighbor of the givenNodePart
is currently hidden.void
boolean
void
-
Uses of NodePart in org.eclipse.gef.zest.fx.operations
Constructors in org.eclipse.gef.zest.fx.operations with parameters of type NodePartModifierConstructorDescriptionHideOperation
(IViewer viewer, NodePart nodePart) Constructs a newHideOperation
that will hide the givenNodePart
upon execution.ShowHiddenNeighborsOperation
(IViewer viewer, NodePart nodePart) Constructs a newShowHiddenNeighborsOperation
that will show all hidden neighbors of the givenNodePart
by removing them from theHidingModel
of the givenIViewer
upon execution. -
Uses of NodePart in org.eclipse.gef.zest.fx.policies
Methods in org.eclipse.gef.zest.fx.policies that return NodePartMethods in org.eclipse.gef.zest.fx.policies that return types with arguments of type NodePartMethods in org.eclipse.gef.zest.fx.policies with parameters of type NodePartModifier and TypeMethodDescriptionprotected ITransactionalOperation
HidePolicy.createDeselectOperation
(NodePart part) Returns anITransactionalOperation
that removes the givenNodePart
from theSelectionModel
of the correspondingIViewer
.protected ITransactionalOperation
HidePolicy.createHideOperation
(NodePart part) protected ITransactionalOperation
HidePolicy.createUnfocusOperation
(NodePart part) Returns anITransactionalOperation
that removes the givenNodePart
from theFocusModel
of the correspondingIViewer
.