This plugin provides a base implementation for graphical editors using the GEF framework (to be replaced with a JavaFX based implementation).
It contains the following main packages:
annotation
:
GUI support of annotation framework.
editingsupport
: contains editing support to edit annotations into the generic table-based annotation view.labelprovider
: contains label providers support to display annotations in the generic table-based annotation view.view
: provides abstract base classes and a generic table-based view part to display and edit annotations.databinding
: Eclipse data binding support.dialog
: Basic dialog classes.dnd
: JFace and GEF-based drag'n'drop.editor
: various (model) editorseditpart
: GEF edit part base classes.fieldassist
: Auto-completion support.javafx
: JavaFX-based UI support (under development).layout
: Diagram layout configurations, including automatic layout.utils
: Utility classes.viewers
: Editor editing support and label providers.