| Package | Description |
|---|---|
| org.eclipse.gef4.zest.fx.behaviors |
This package provides behaviors for transferring information between graph
model elements and layout abstractions (
LayoutContextBehavior,
AbstractLayoutBehavior,
NodeLayoutBehavior,
EdgeLayoutBehavior),
hiding/unhiding of nodes and related edges (
AbstractHidingBehavior,
HidingBehavior,
EdgeHidingBehavior,
EdgeLabelHidingBehavior), as well
as navigation of nested graphs via semantic zooming (
SynchronizeChildrenOnZoomBehavior,
OpenNestedGraphOnZoomBehavior,
OpenParentGraphOnZoomBehavior). |
| Class and Description |
|---|
| AbstractHidingBehavior
The
AbstractHidingBehavior registers listeners on the
HidingModel upon activation. |
| AbstractLayoutBehavior
The
AbstractLayoutBehavior is an abstract behavior that schedules
AbstractLayoutBehavior.preLayout() and AbstractLayoutBehavior.postLayout() to be called before or after a
layout pass, respectively. |
Copyright (c) 2014 itemis AG and others. All rights reserved.