Package | Description |
---|---|
org.eclipse.gef4.zest.fx.behaviors |
This package provides behaviors for transferring information between graph
model elements and layout abstractions (
GraphLayoutBehavior ,
AbstractLayoutBehavior ,
NodeLayoutBehavior ,
EdgeLayoutBehavior ), as well as
hiding/unhiding of nodes and related edges (
AbstractHidingBehavior ,
NodeHidingBehavior ,
EdgeHidingBehavior ,
EdgeLabelHidingBehavior ). |
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.