Package org.eclipse.gef.zest.fx.policies
package org.eclipse.gef.zest.fx.policies
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.-
ClassDescriptionThe
HidePolicy
can be installed onNodePart
to hide the contents.TheSemanticZoomPolicy
extends theViewportPolicy
for associating semantic changes with viewport changes, i.e. opening of nested/nesting graphs when the zoom level is changed below/above a certain threshold.TheShowHiddenNeighborsPolicy
can be installed onNodePart
to show its hidden neighboursTheTransformLabelPolicy
is a specialization of theTransformPolicy
that chains aChangeAttributeOperation
to affect the underlying model when transforming nodes.