Package | Description |
---|---|
org.eclipse.gef.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 ). |
org.eclipse.gef.zest.fx.handlers |
This package provides handler implementations for Zest interactions.
|
Modifier and Type | Method and Description |
---|---|
EdgePart |
EdgeLayoutBehavior.getHost() |
EdgePart |
EdgeHidingBehavior.getHost() |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<AbstractLabelPart> |
LabelOffsetSupport.getEdgeLabelParts(EdgePart edgePart)
Returns the
AbstractLabelPart s attached to the given
EdgePart . |
Copyright (c) 2014 itemis AG and others. All rights reserved.