GEF Zest API Reference

Packages
Package
Description
This package provides a Guice Module ( ZestFxModule) with bindings for Zest.FX, as well a class (ZestProperties) that defines all supported graph attributes for visualization and layout.
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).
This package provides handler implementations for Zest interactions.
This package provides a specific ContentViewer to render graphs ( ZestContentViewer) and related content and label providers ( IGraphContentProvider, IGraphAttributesProvider).
This package provides viewer models to support hiding/unhiding of nodes ( HidingModel) as well as semantic zooming (NavigationModel).
This package provides an IUndoableOperation to support hiding/unhiding of nodes and related edges ( HideOperation).
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.
 
This package provides a Guice Module ( ZestFxUiModule) with bindings for Zest.FX.UI.
This package provides a ViewPart ( ZestFxUiView) to render graphs.