Package | Description |
---|---|
org.eclipse.gef4.zest.fx.behaviors |
This package provides behaviors for transferring information between graph
model elements and layout abstractions (
GraphLayoutBehavior ,
AbstractLayoutBehavior ,
NodeLayoutBehavior ,
EdgeLayoutBehavior ), as well as
hiding/unhiding of nodes and related edges (
AbstractHidingBehavior ,
NodeHidingBehavior ,
EdgeHidingBehavior ,
EdgeLabelHidingBehavior ). |
org.eclipse.gef4.zest.fx.models |
This package provides viewer models to support hiding/unhiding of nodes (
HidingModel ) as well as semantic
zooming (NavigationModel ). |
org.eclipse.gef4.zest.fx.operations |
This package provides an
IUndoableOperation to support
hiding/unhiding of nodes and related edges (
HideOperation ). |
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
). |
Class and Description |
---|
EdgeLabelPart
The
EdgeLabelPart is an AbstractVisualPart that is used to
display the label of an edge. |
EdgePart |
GraphPart |
NodePart |
Class and Description |
---|
NodePart |
Class and Description |
---|
NodePart |
Class and Description |
---|
AbstractLabelPart
Abstract base class for external labels.
|
Class and Description |
---|
AbstractLabelPart
Abstract base class for external labels.
|
NodePart |
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() ). |
Copyright (c) 2014 itemis AG and others. All rights reserved.