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 AbstractFXFeedbackPart
that displays the number of hidden neighbors (see
HidingModel.getHiddenNeighbors(org.eclipse.gef4.graph.Node) ) of its
first anchorage. |
HideHoverHandlePart |
The
HideHoverHandlePart is an AbstractFXSegmentHandlePart
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
AbstractFXSegmentHandlePart that displays an expansion image. |
ZestFxContentPartFactory | |
ZestFxHoverHandlePartFactory |
The
ZestFxHoverHandlePartFactory is a specialization of the
FXDefaultHoverHandlePartFactory that performs the generation of
"hide" and "show" hover handles. |
ZestFxRootPart |
The
ZestFxRootPart is an extension to FXRootPart that hides
the grid (see GridModel.setShowGrid(boolean) ) and adds a stylesheet
to the Scene (see Scene.getStylesheets() ). |
ZestFxSelectionHandlePartFactory |
The
ZestFxSelectionHandlePartFactory is a specialization of the
FXDefaultSelectionHandlePartFactory 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.