| Package | Description |
|---|---|
| org.eclipse.gef4.zest.fx.parts |
This package provides a specific root part that enables support for CSS
styling (
ZestFxRootPart), specific
content parts for graphs, nodes, and edges (
GraphPart,
NodePart,
EdgePart), (hover) handle parts
to realize hiding/unhiding of nodes (
HideHoverHandlePart,
ShowHiddenNeighborsHoverHandlePart), as well as
feedback parts to indicate hidden nodes (
HiddenNeighborsFeedbackPart). |
| org.eclipse.gef4.zest.fx.policies |
This package provides policy implementations to support hiding/unhiding of
nodes and related edges (
HidePolicy,
ShowHiddenNeighborsOnTypePolicy),
navigating nested graphs via double-click (
OpenNestedGraphOnDoubleClickPolicy,
OpenParentGraphOnDoubleClickPolicy
). |
| Modifier and Type | Class and Description |
|---|---|
class |
EdgeLabelPart
The
EdgeLabelPart is an AbstractLabelPart that is used to
display the label of an edge. |
class |
NodeLabelPart
The
NodeLabelPart is an AbstractVisualPart that is used to
display the external label of a node. |
| Modifier and Type | Method and Description |
|---|---|
AbstractLabelPart |
TransformLabelPolicy.getHost() |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<AbstractLabelPart> |
TranslateSelectedAndRelocateLabelsOnDragPolicy.computeLabelParts()
Computes the
AbstractLabelParts that are anchored to the
AbstractPolicy.getHost() of this policy and need to be relocated together with
the host. |
protected java.util.List<AbstractLabelPart> |
TranslateSelectedAndRelocateLabelsOnDragPolicy.getLabelParts()
Returns the
AbstractLabelParts that were previously determined if
available, otherwise the label parts are computed and saved. |
Copyright (c) 2014 itemis AG and others. All rights reserved.