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
).See: Description
Class | Description |
---|---|
AbstractLabelPart |
Abstract base class for external labels, i.e. labels that are not part of the
visualization of another controller.
|
EdgeLabelPart |
The
EdgeLabelPart is an AbstractLabelPart that is used to
display the label of an edge. |
EdgePart | |
GraphPart | |
HiddenNeighborsFeedbackPart |
The
HiddenNeighborsFeedbackPart is an AbstractFeedbackPart
that displays the number of hidden neighbors (see
HidingModel.getHiddenNeighbors(org.eclipse.gef.graph.Node) ) of its
first anchorage. |
HideHoverHandlePart |
The
HideHoverHandlePart is an AbstractSegmentHandlePart
that displays a "collapse" image. |
NodeLabelPart |
The
NodeLabelPart is an AbstractVisualPart that is used to
display the external label of a node. |
NodePart | |
NodePart.NestedGraphIcon |
JavaFX Node displaying a small icon representing a nested graph.
|
ShowHiddenNeighborsHoverHandlePart |
The
ShowHiddenNeighborsHoverHandlePart is an
AbstractSegmentHandlePart that displays an expansion image. |
ZestFxContentPartFactory | |
ZestFxHoverIntentHandlePartFactory |
The
ZestFxHoverIntentHandlePartFactory is a specialization of the
DefaultHoverIntentHandlePartFactory that performs the generation
of "hide" and "show" hover handles. |
ZestFxRootPart |
The
ZestFxRootPart is an extension to LayeredRootPart that hides
the grid (see GridModel.setShowGrid(boolean) ) and adds a stylesheet
to the Scene (see Scene.getStylesheets() ). |
ZestFxSelectionFeedbackPartFactory |
A specific
IFeedbackPartFactory for selection feedback. |
ZestFxSelectionHandlePartFactory |
The
ZestFxSelectionHandlePartFactory is a specialization of the
DefaultSelectionHandlePartFactory that suppresses the generation of
multi selection handles. |
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
).Copyright (c) 2014 itemis AG and others. All rights reserved.