Uses of Class
org.eclipse.gef.zest.fx.parts.AbstractLabelPart
Packages that use AbstractLabelPart
Package
Description
This package provides handler implementations for Zest interactions.
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
).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.-
Uses of AbstractLabelPart in org.eclipse.gef.zest.fx.handlers
Methods in org.eclipse.gef.zest.fx.handlers that return types with arguments of type AbstractLabelPartModifier and TypeMethodDescriptionprotected List<AbstractLabelPart>
LabelOffsetSupport.getEdgeLabelParts
(EdgePart edgePart) Returns theAbstractLabelPart
s attached to the givenEdgePart
.protected List<AbstractLabelPart>
LabelOffsetSupport.getLabelParts
(List<? extends IVisualPart<? extends Node>> targets) Computes theAbstractLabelPart
s that are attached to the targets of thisLabelOffsetSupport
.protected List<AbstractLabelPart>
LabelOffsetSupport.getNodeLabelParts
(NodePart nodePart) Returns theAbstractLabelPart
s attached to the givenNodePart
. -
Uses of AbstractLabelPart in org.eclipse.gef.zest.fx.parts
Subclasses of AbstractLabelPart in org.eclipse.gef.zest.fx.partsModifier and TypeClassDescriptionclass
TheEdgeLabelPart
is anAbstractLabelPart
that is used to display the label of an edge.class
TheNodeLabelPart
is anAbstractVisualPart
that is used to display the external label of a node. -
Uses of AbstractLabelPart in org.eclipse.gef.zest.fx.policies
Methods in org.eclipse.gef.zest.fx.policies that return AbstractLabelPart