| Interface | Description |
|---|---|
| FormTableFactory |
The formtable factory.
Allows application specific replacement in RDC. |
| 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.
|
| LoginDialog |
A generic login dialog.
|
| PdoEditDialogFactory |
A factory for
PdoEditDialogs. |
| PdoNavigationDialogFactory |
A factory for
PdoNavigationDialogs. |
| PdoNavigationPanelFactory |
A factory for
PdoNavigationPanels. |
| PdoSearch<T extends PersistentDomainObject<T>> |
A PDO search.
Combines arbitrary search criteria, a panel to edit those criteria, the execution and display of the search. |
| PdoSearchDialogFactory |
A factory for
PdoSearchDialogs. |
| PdoTreeExtension |
Interface to add features to objects displayed in an
PdoTree. |
| PdoTreeExtensionEditor |
Interface editors in
PdoTreeExtension must implement. |
| PdoTreeFactory |
A factory for
PdoTrees. |
| SelectionFilter |
A filter to check whether an object is selectable or not.
|
| Class | Description |
|---|---|
| AboutDialog |
About dialog.
Displays the application's logo (icon), versioning information and a memory/GC-button. |
| AbstractGuiProviderFactory |
Base implementation of a gui provider factory.
|
| AbstractPdoSearch<T extends PersistentDomainObject<T>> |
Common base class for a PDO search.
|
| CancelSaveDiscardDialog |
A dialog to prompt the user for cancel, save or discard.
|
| DefaultFormTableFactory |
Default implementation of a formtable factory.
|
| 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.
|
| DefaultLoginDialog |
The default tentackle login dialog.
|
| DefaultPdoEditDialogFactory |
Default factory for
PdoEditDialogs. |
| DefaultPdoNavigationDialogFactory |
Default factory for
PdoNavigationDialogs. |
| DefaultPdoNavigationPanelFactory |
Default factory for
PdoNavigationPanels. |
| DefaultPdoSearchDialogFactory |
Default factory for
PdoSearchDialogs. |
| DefaultPdoTableEntry<T extends PersistentDomainObject<T>> |
A default formtable entry for an
PersistentDomainObject. |
| DefaultPdoTreeFactory |
A factory for
PdoTrees. |
| DefaultSearch<T extends PersistentDomainObject<T>> |
A default implementation of a PDO search.
|
| DefaultSearchPanel |
The default search panel for the normtext search.
|
| PasswordDialog |
Password dialog.
|
| PdoComboBox<T extends PersistentDomainObject<T>> |
A combobox for PDOs.
|
| PdoComboBoxBeanInfo |
BeanInfo for
PdoComboBox. |
| PdoCursorProgressDialog |
Progress dialog for search cursors.
|
| PdoEditDialog<T extends PersistentDomainObject<T>> |
Edit dialog for
PersistentDomainObjects. |
| PdoEditDialogPool |
Pool for
PdoEditDialogs. |
| PdoFieldPanel<T extends PersistentDomainObject<T>> |
A panel containing a FormField representing the key to select the data object
and buttons for editing/viewing/searching.
|
| PdoFieldPanelBeanInfo |
BeanInfo for
PdoFieldPanel. |
| PdoFormTableEntry<T extends PersistentDomainObject<T>> |
A
FormTableEntry aware of PDOs. |
| PdoLinkPanel<T extends PersistentDomainObject<T>> |
A panel containing a non-editable FormField representing showing the short text (unique key)
of the data object, an optional info field (long text) and buttons for editing, search (link)
and clear (unlink).
|
| PdoLinkPanelBeanInfo |
BeanInfo for
PdoLinkPanel. |
| PdoNavigationDialog<T extends PersistentDomainObject<T>> |
Navigation dialog for a list of
PersistentDomainObjects. |
| PdoNavigationPanel<T extends PersistentDomainObject<T>> |
Panel for object navigation.
|
| PdoNavigationPanelBeanInfo |
BeanInfo for
PdoNavigationPanel. |
| PdoPanel<T extends PersistentDomainObject<T>> |
Panel to view and/or edit an
PersistentDomainObject. |
| PdoSearchDialog<T extends PersistentDomainObject<T>> |
A generic search dialog.
|
| PdoTableCellRenderer |
A table cell renderer for
PersistentDomainObjects. |
| PdoTablePanel<T extends PersistentDomainObject<T>> | |
| PdoTablePanelBeanInfo |
BeanInfo for
PdoTablePanel. |
| PdoTransferable<T extends PersistentDomainObject<T>> |
Transferable for Drag and Drop of
PersistentDomainObjects or lists of. |
| PdoTransferData<T extends PersistentDomainObject<T>> |
Transfer data for an
PersistentDomainObject. |
| PdoTree |
An extended
FormTree that implements object navigation,
drag and drop, clipboard functionality for PersistentDomainObjects,
and provides a context-sensitive popup menu, |
| PdoTreeBeanInfo |
BeanInfo for
PdoTree. |
| PdoTreeCellRenderer |
The default renderer for an
PdoTree. |
| PdoTreeExtensionToggleNode |
A childnode for nodes in an
PdoTree to add a popup-menu-item
for toggling the display of subtrees. |
| PdoTreeExtensionUsageToggleNode |
A toggle node to display the "usage of..." an
PersistentDomainObject. |
| PdoTreeObject |
Object wrapper associated to a node in an
PdoTree. |
| PdoTreeToggleNodeObject |
Extended
PdoTreeObject for displaying subtrees as childnodes
in an PdoTree. |
| PermissionEditor |
An editor for
Permissions. |
| Rdc |
Collected factory methods for the RDC client.
Combines all the rdc factories and enhances code readability. |
| RdcSwingRdcBundle |
Bundle for rdc-package in tentackle-swing-rdc.
|
| TooltipAndErrorPanel |
Provides a tooltip-like info field and an error-list the user can
click on set the focus to the related component.
|
| TooltipAndErrorPanelBeanInfo |
BeanInfo for
TooltipAndErrorPanel. |
| Enum | Description |
|---|---|
| PdoNavigationPanel.ViewMode |
The view mode.
|
| Annotation Type | Description |
|---|---|
| GuiProviderService |
Annotation to express that the annotated class
is a GUI-provider for PDO.
|
Notice: the Swing layer is legacy since Tentackle 2.0 and only provided
to migrate old TT1-applications to TT2.
Consider using FX for new desktop applications.
Tentackle - a domain driven enterprise framework