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