Uses of Package
org.eclipse.gef.zest.fx.operations
Packages that use org.eclipse.gef.zest.fx.operations
Package
Description
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.-
Classes in org.eclipse.gef.zest.fx.operations used by org.eclipse.gef.zest.fx.policiesClassDescriptionThe
NavigateOperation
is aReverseUndoCompositeOperation
that combines aChangeContentsOperation
and anChangeViewportOperation
to navigate between nested and parentGraph
s.