Uses of Class
org.eclipse.gef.zest.fx.operations.NavigateOperation
Packages that use NavigateOperation
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.-
Uses of NavigateOperation in org.eclipse.gef.zest.fx.policies
Methods in org.eclipse.gef.zest.fx.policies that return NavigateOperationModifier and TypeMethodDescriptionprotected NavigateOperation
SemanticZoomPolicy.getNavigateOperation()
Returns theNavigateOperation
that is used to open nested/nestingGraph
s.