GraphRootPart
), specific
content parts for graphs, nodes, and edges (
GraphContentPart
,
NodeContentPart
,
EdgeContentPart
), (hover) handle parts
to realize hiding/unhiding of nodes (
ZestFxHidingHandlePart
,
ZestFxExpandingHandlePart
), as well as
feedback parts to indicate hidden nodes (
HiddenNeighborsPart
) and edge label
anchor links (
ZestFxEdgeLinkFeedbackPart
).See: Description
Class | Description |
---|---|
AbstractHidingHandlePart |
The
AbstractHidingHandlePart is an
AbstractFXSegmentHandlePart that displays an
FXImageViewHoverOverlay that uses the image and
hover image that are provided by subclasses. |
ContentPartFactory | |
EdgeContentPart |
The
EdgeContentPart is the controller for an Edge content
object. |
EdgeContentPart.ArrowHead |
The
EdgeContentPart.ArrowHead is an IFXDecoration implementation that can
be used to displays an arrow at either side of an FXConnection . |
EdgeLabelPart |
The
EdgeLabelPart is an AbstractVisualPart that is used to
display the label of an edge. |
GraphContentPart |
The
GraphContentPart is the controller for a Graph content
object. |
GraphRootPart |
The
GraphRootPart is an extension to FXRootPart that hides
the grid (see GridModel.setShowGrid(boolean) ) and adds a stylesheet
to the Scene (see Scene.getStylesheets() ). |
HiddenNeighborsPart |
The
HiddenNeighborsPart is an AbstractFXFeedbackPart that
displays the number of hidden neighbors (see
HidingModel.getHiddenNeighbors(org.eclipse.gef4.graph.Node) ) of its
first anchorage. |
NodeContentPart |
The
NodeContentPart is the controller for a
Node content object. |
NodeContentPart.NestedGraphIcon |
JavaFX Node displaying a small icon representing a nested graph.
|
ZestFxCursorProvider |
The
ZestFxCursorProvider is a
Provider<Map<KeyCode, Cursor>> implementation that
provides the mouse cursor for a modifier key in the context of a Zest.FX
application. |
ZestFxEdgeLinkFeedbackPart |
The
ZestFxEdgeLinkFeedbackPart displays link feedback (a dashes line)
between an EdgeContentPart and its anchored EdgeLabelPart . |
ZestFxExpandingHandlePart |
The
ZestFxExpandingHandlePart is an AbstractHidingHandlePart
that displays an expansion image. |
ZestFxFeedbackPartFactory |
The
ZestFxFeedbackPartFactory is an extension to the
FXDefaultFeedbackPartFactory that creates link feedback for edges and
their labels (see
ZestFxFeedbackPartFactory.createEdgeLabelLinkFeedbackPart(EdgeContentPart, EdgeLabelPart) ). |
ZestFxHandlePartFactory |
The
ZestFxHandlePartFactory is an extension to
FXDefaultHandlePartFactory that creates
ZestFxHidingHandlePart s and ZestFxExpandingHandlePart s for
hovered NodeContentPart s. |
ZestFxHidingHandlePart |
The
ZestFxHidingHandlePart is an AbstractHidingHandlePart
that displays a "collapse" image. |
GraphRootPart
), specific
content parts for graphs, nodes, and edges (
GraphContentPart
,
NodeContentPart
,
EdgeContentPart
), (hover) handle parts
to realize hiding/unhiding of nodes (
ZestFxHidingHandlePart
,
ZestFxExpandingHandlePart
), as well as
feedback parts to indicate hidden nodes (
HiddenNeighborsPart
) and edge label
anchor links (
ZestFxEdgeLinkFeedbackPart
).Copyright (c) 2014 itemis AG and others. All rights reserved.