Developer Documentation for org.fortiss.tooling.ext.reuse.ui
Plugin description
This is the user interface part of the tooling.ext.reuse plugin. It provides the reuse library
view as well as the visualization of reuse elements in the already existing model element
view and standard UI for the basic reuse actions like library creation, deletion, element
adding and updating, etc.
Package description
- reuse.ui: main package with the UI plugin activator.
- reuse.ui.commands: implementation for commands like add element to library,
update it in library or update it from library.
- reuse.ui.dialog: dialog implementation for the reuse commands.
- reuse.ui.handler: implementation of handlers for reuse elements/libraries.
- reuse.ui.prototypes: prototypes for reuse elements/libraries.
- reuse.ui.utils: utility classes for reuse UI.
- reuse.ui.views.fx: implementation of reuse library view (FX-based).