Package | Description |
---|---|
org.eclipse.gef4.zest.fx.behaviors |
This package provides behaviors for transferring information between graph
model elements and layout abstractions (
LayoutContextBehavior ,
AbstractLayoutBehavior ,
NodeLayoutBehavior ,
EdgeLayoutBehavior ),
hiding/unhiding of nodes and related edges (
AbstractHidingBehavior ,
HidingBehavior ,
EdgeHidingBehavior ,
EdgeLabelHidingBehavior ), as well
as navigation of nested graphs via semantic zooming (
SynchronizeChildrenOnZoomBehavior ,
OpenNestedGraphOnZoomBehavior ,
OpenParentGraphOnZoomBehavior ). |
org.eclipse.gef4.zest.fx.operations |
This package provides an
IUndoableOperation to support
hiding/unhiding of nodes and related edges (
HideOperation ). |
org.eclipse.gef4.zest.fx.policies |
This package provides policy implementations to support hiding/unhiding of
nodes and related edges (
HideNodePolicy ,
HideOnTypePolicy ), selection and
hovering (
FocusAndSelectFirstAnchorageOnClickPolicy
, HoverFirstAnchorageOnHoverPolicy
), dragging of edge labels (
OffsetEdgeLabelOnDragPolicy ), and
navigating nested graphs via double-click (
OpenNestedGraphOnDoubleClickPolicy ,
OpenParentGraphOnDoubleClickPolicy
). |
Modifier and Type | Method and Description |
---|---|
NodeContentPart |
SynchronizeChildrenOnZoomBehavior.getHost() |
NodeContentPart |
NodeLayoutBehavior.getHost() |
NodeContentPart |
OpenNestedGraphOnZoomBehavior.getHost() |
NodeContentPart |
HidingBehavior.getHost() |
protected NodeContentPart |
LayoutContextBehavior.getNestingPart()
Returns the
NodeContentPart that contains the nested graph to
which the LayoutContextBehavior.getGraphLayoutContext() corresponds. |
Modifier and Type | Method and Description |
---|---|
static HideOperation |
HideOperation.hide(NodeContentPart toHide)
Constructs a new
HideOperation that will hide the given
NodeContentPart upon execution. |
static HideOperation |
HideOperation.show(NodeContentPart toShow)
Constructs a new
HideOperation that will show the given
NodeContentPart upon execution. |
Constructor and Description |
---|
HideOperation(NodeContentPart node,
boolean isHidden)
Constructs a new
HideOperation that will show or hide the given
NodeContentPart depending on the isHidden flag. |
Modifier and Type | Method and Description |
---|---|
NodeContentPart |
OpenNestedGraphOnDoubleClickPolicy.getHost() |
NodeContentPart |
HideOnTypePolicy.getHost() |
Copyright (c) 2014 itemis AG and others. All rights reserved.