All Classes Interface Summary Class Summary Exception Summary Annotation Types Summary
| Class |
Description |
| AppFxRdcBundle |
Bundle for app-package in tentackle-fx-rdc.
|
| Backends |
Controller to add, edit and remove backends.
|
| CollapseItem<T extends org.tentackle.pdo.PersistentDomainObject<T>> |
Menu item to collapse this and all childnodes of a PDO.
|
| DefaultGuiProvider<T extends org.tentackle.pdo.PersistentDomainObject<T>> |
Default implementation of a GuiProvider.
Can be used as an adapter.
|
| DefaultGuiProviderFactory |
The default GUI provider factory.
|
| DefaultPdoContextMenuFactory |
The default GUI provider factory.
|
| DefaultPdoEditor<T extends org.tentackle.pdo.PersistentDomainObject<T>> |
A default pdo editor.
The view is generated from the PDO model via reflection.
|
| DefaultPdoFinder<T extends org.tentackle.pdo.PersistentDomainObject<T>> |
The simple default finder.
Provides normtext-search criteria (if entity provides a normtext).
|
| DefaultRdcFactory |
The default RDC factory.
|
| DefaultSecurityDialogFactory |
|
| DesktopApplication<C extends org.tentackle.fx.FxController> |
Java FX tentackle desktop application.
|
| EditItem<T extends org.tentackle.pdo.PersistentDomainObject<T>> |
Menu item to edit a PDO.
|
| 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.
|
| ExpandItem<T extends org.tentackle.pdo.PersistentDomainObject<T>> |
Menu item to expand this and all childnodes of a PDO.
|
| FileUtilities |
File-related utility methods.
|
| FxApplication |
Tentackle FX application base class.
|
| GuiProvider<T extends org.tentackle.pdo.PersistentDomainObject<T>> |
Provider of GUI-functionality for a pdo.
|
| GuiProviderFactory |
|
| GuiProviderService |
Annotation to express that the annotated class
is a GuiProvider for PDO.
|
| GuiProviderServiceAnnotationProcessor |
Annotation processor for the @GuiProviderService annotation.
Enforces the implementation of the following constructors:
(PersistentDomainObject)
|
| Hook |
Hook for the fx rdc module.
|
| Login |
Login controller.
|
| LoginApplication |
The login FX application.
|
| LoginFailedHandler |
To handle login failed exceptions.
|
| PdoCollectionTreeItemTranslator<T extends org.tentackle.pdo.PersistentDomainObject<T>,C extends java.util.Collection<T>> |
PDO-aware collection to TreeItem translator for FxTreeView and FxTreeTableView.
Used if the model provides a collection.
|
| PdoComponentAddon<T extends org.tentackle.pdo.PersistentDomainObject<T>> |
Adds style, context-menu, DnD and function-keys to components bound to a PDO.
|
| PdoContextMenuFactory |
A factory for PDO context menus.
The context menus are used as popups.
|
| PdoController<T extends org.tentackle.pdo.PersistentDomainObject<T>> |
FX controller for a persistent domain object.
|
| PdoCrud<T extends org.tentackle.pdo.PersistentDomainObject<T>> |
CRUD controller for PDOs.
|
| PdoEditor<T extends org.tentackle.pdo.PersistentDomainObject<T>> |
FxController to edit a PDO.
|
| PdoEvent |
Event related to persistence operations on a PDO.
|
| PdoFinder<T extends org.tentackle.pdo.PersistentDomainObject<T>> |
FxController to search for PDOs.
Holds the view of the selection criteria and runs the query.
|
| PdoObservableListTranslator<T extends org.tentackle.pdo.PersistentDomainObject<T>,C extends java.util.List<T>> |
List translator.
Replaces ObservableListTranslator and adds PDO detection for automatic
configuration via GuiProvider for tables.
|
| PdoSearch<T extends org.tentackle.pdo.PersistentDomainObject<T>> |
Search controller for PDOs.
|
| PdoStringTranslator<T extends org.tentackle.pdo.PersistentDomainObject<T>> |
PDO to String translator.
|
| PdoTableCell<S,T extends org.tentackle.pdo.PersistentDomainObject<T>> |
A PDO table cell.
Used for cells containing a PDO.
|
| PdoTableCellType<T extends org.tentackle.pdo.PersistentDomainObject<T>> |
PDO cell type.
Not covered by the default ObjectTableCellType because PersistentDomainObject is an interface.
This cell type does not set the graphics icon.
|
| PdoTableContextMenuItem<T extends org.tentackle.pdo.PersistentDomainObject<T>> |
A context menu item.
Context menu items are used in popup menus for PdoTableCells.
|
| PdoTableContextMenuItemService |
|
| PdoTableContextMenuItemServiceAnnotationProcessor |
Annotation processor for the @PdoTableContextMenuItemService annotation.
Enforces the implementation of the following constructors:
( PdoTableCell)
|
| PdoTreeCell<T extends org.tentackle.pdo.PersistentDomainObject<T>> |
A PDO tree cell.
|
| PdoTreeContextMenuItem<T extends org.tentackle.pdo.PersistentDomainObject<T>> |
A context menu item.
Context menu items are used in popup menus for PdoTreeCells.
|
| PdoTreeContextMenuItemService |
|
| PdoTreeContextMenuItemServiceAnnotationProcessor |
Annotation processor for the @PdoTreeContextMenuItemService annotation.
Enforces the implementation of the following constructors:
( PdoTreeCell)
|
| PdoTreeItem<T extends org.tentackle.pdo.PersistentDomainObject<T>> |
Tree item for a PDO.
|
| PdoTreeItemTranslator<T extends org.tentackle.pdo.PersistentDomainObject<T>> |
PDO-awqre TreeItem translator for FxTreeView and
FxTreeTableView.
|
| PdoTreeTableCell<S,T extends org.tentackle.pdo.PersistentDomainObject<T>> |
A PDO tree table cell.
Used for cells containing a PDO.
|
| PdoTreeTableContextMenuItem<T extends org.tentackle.pdo.PersistentDomainObject<T>> |
A context menu item.
Context menu items are used in popup menus for PdoTreeTableCells.
|
| PdoTreeTableContextMenuItemService |
|
| PdoViewer<T extends org.tentackle.pdo.PersistentDomainObject<T>,C extends PdoController<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.
|
| RdcBoxDelegateImpl |
Common implementation for choice- and combobox delegates.
|
| RdcChoiceBox<T> |
PDO-aware choice box.
|
| RdcChoiceBoxBuilder |
Builder to create a ChoiceBox.
|
| RdcChoiceBoxDelegate |
Delegate for RdcChoiceBox.
|
| RdcComboBox<T> |
PDO-aware combo box.
|
| RdcComboBoxBuilder |
Builder to create a ComboBox.
|
| RdcComboBoxDelegate |
Delegate for RdcComboBox.
|
| RdcFactory |
A factory for FX-RDC-related stuff.
|
| RdcFxFactory |
PDO-aware FxFactory.
|
| RdcFxRdcBundle |
Bundle for rdc-package in tentackle-swing-rdc.
|
| RdcFxUtilities |
FxUtilities for RDC.
|
| RdcRuntimeException |
RDC runtime exception.
|
| RdcShortLongTextCellFactory<T> |
Extended ShortLongTextCellFactory with security checks.
|
| RdcTableColumnConfiguration<S,T> |
PDO-aware configuration for a table column.
|
| RdcTableConfiguration<S> |
PDO-aware table configuration.
|
| RdcUtilities |
RDC-related utility methods.
|
| SecurityDialogFactory |
A factory for security dialogs.
|
| SecurityEditor |
Security permissions editor.
|
| SecurityGuiProvider |
GUI provider for Security.
|
| SecurityRulesView |
Security editor controller.
|
| SessionsView |
View showing all sessions logged in to the middle tier.
Allows killing sessions as well.
|
| TablePopup<S> |
Table popup.
Provides a context menu with several handy features such as export to excel,
save and load table settings, etc...
The popup can be used for tables and treetables.
|
| TablePrinter |
A controller to print a table.
|
| TableUtilities |
Table-related utility methods.
|
| ViewItem<T extends org.tentackle.pdo.PersistentDomainObject<T>> |
Menu item to view a PDO.
|