Package org.eclipse.gef.zest.fx.operations
This package provides an
IUndoableOperation
to support
hiding/unhiding of nodes and related edges (
HideOperation
).-
Class Summary Class Description ChangeAttributeOperation TheChangeAttributeOperation
can be used to manipulate the value of an attribute of anIAttributeStore
.HideOperation NavigateOperation TheNavigateOperation
is aReverseUndoCompositeOperation
that combines aChangeContentsOperation
and anChangeViewportOperation
to navigate between nested and parentGraph
s.ShowHiddenNeighborsOperation TheShowHiddenNeighborsOperation
can be used to remove the neighbors of a givenNodePart
from theHidingModel
of a givenIViewer
.