| Interface | Description |
|---|---|
| GuiProvider<T extends PersistentDomainObject<T>> |
Provider of GUI-functionality for a pdo.
|
| GuiProviderFactory |
A factory for
GuiProviders. |
| InteractiveError |
Description of an error.
|
| InteractiveErrorFactory |
A factory for interactive errors.
|
| PdoContextMenuFactory |
A factory for PDO context menus.
The context menus are used as popups. |
| PdoTableContextMenuItem<S,T extends PersistentDomainObject<T>> |
A context menu item.
Context menu items are used in popup menus for PdoTableCells. |
| PdoTreeContextMenuItem<T extends PersistentDomainObject<T>> |
A context menu item.
Context menu items are used in popup menus for PdoTreeCells. |
| RdcFactory |
A factory for FX-RDC-related stuff.
|
| Class | Description |
|---|---|
| DefaultGuiProvider<T extends PersistentDomainObject<T>> |
Default implementation of a
GuiProvider.Can be used as an adapter. |
| DefaultGuiProviderFactory |
The default GUI provider factory.
|
| DefaultInteractiveError |
Default implementation for an interactive error.
|
| DefaultInteractiveErrorFactory |
Default interactive error factory.
|
| DefaultPdoContextMenuFactory |
The default GUI provider factory.
|
| DefaultRdcFactory |
The default RDC factory.
|
| EventListenerProxy<T extends javafx.event.Event> |
Event listener proxy for event handlers and filters.
Provides access to all registered listeners and delegates them to a Node. |
| PdoEditor<T extends PersistentDomainObject<T>> |
FxController to edit a PDO.
|
| PdoEvent |
Event related to persistence operations on a PDO.
|
| PdoFinder<T extends PersistentDomainObject<T>> |
FxController to search for PDOs.
Holds the view of the selection criteria and runs the query. |
| PdoTableCell<S,T extends PersistentDomainObject<T>> |
A PDO tree cell.
|
| PdoTreeCell<T extends PersistentDomainObject<T>> |
A PDO tree cell.
|
| PdoTreeItem<T extends PersistentDomainObject<T>> |
Tree item for a PDO.
|
| PdoViewer<T extends PersistentDomainObject<T>,C extends FxController & PdoHolder<T>> |
A wrapper for some view controller that can be used as a pdo editor.
Useful to view PDOs that cannot be edited. |
| Rdc |
Collected factory methods for FX-RDC-related stuff.
Enhances code readability. |
| RdcFxRdcBundle |
Bundle for rdc-package in tentackle-swing-rdc.
|
| RdcFxUtilities |
FxUtilities for RDC. |
| RdcUtilities |
RDC-related utility methods.
|
| Exception | Description |
|---|---|
| RdcRuntimeException |
RDC runtime exception.
|
| Annotation Type | Description |
|---|---|
| GuiProviderService |
Annotation to express that the annotated class
is a
GuiProvider for PDO. |
| PdoTableContextMenuItemService |
Annotation to express that the annotated class is a
PdoTableContextMenuItem. |
| PdoTreeContextMenuItemService |
Annotation to express that the annotated class is a
PdoTreeContextMenuItem. |
Tentackle - distributed, domain- and model-driven