Skip navigation links
A B C D E F G H I K L M N O P R S T U V 

A

AboutDialog - Class in org.tentackle.swing.rdc
About dialog.
Displays the application's logo (icon), versioning information and a memory/GC-button.
AboutDialog(String, Icon) - Constructor for class org.tentackle.swing.rdc.AboutDialog
Creates an about dialog.
AbstractGuiProviderFactory - Class in org.tentackle.swing.rdc
Base implementation of a gui provider factory.
AbstractGuiProviderFactory() - Constructor for class org.tentackle.swing.rdc.AbstractGuiProviderFactory
 
AbstractPdoSearch<T extends PersistentDomainObject<T>> - Class in org.tentackle.swing.rdc
Common base class for a PDO search.
AbstractPdoSearch(Class<T>, DomainContext, int, int, int) - Constructor for class org.tentackle.swing.rdc.AbstractPdoSearch
Creates a PDO search.
AbstractPdoSearch(Class<T>, DomainContext) - Constructor for class org.tentackle.swing.rdc.AbstractPdoSearch
ACTION_CANCEL - Static variable in class org.tentackle.swing.rdc.PdoEditDialog
action string for "cancel"
ACTION_CANCEL - Static variable in class org.tentackle.swing.rdc.PdoNavigationPanel
"cancel" action
ACTION_CANCEL - Static variable in class org.tentackle.swing.rdc.PdoTablePanel
 
ACTION_CLOSE - Static variable in class org.tentackle.swing.rdc.PdoNavigationPanel
"close" action
ACTION_DELETE - Static variable in class org.tentackle.swing.rdc.PdoEditDialog
action string for "delete"
ACTION_NEW - Static variable in class org.tentackle.swing.rdc.PdoEditDialog
action string for "new"
ACTION_NEXT - Static variable in class org.tentackle.swing.rdc.PdoEditDialog
action string for "next"
ACTION_PREVIOUS - Static variable in class org.tentackle.swing.rdc.PdoEditDialog
action string for "previous"
ACTION_SAVE - Static variable in class org.tentackle.swing.rdc.PdoEditDialog
action string for "save"
ACTION_SAVE - Static variable in class org.tentackle.swing.rdc.PdoTablePanel
 
ACTION_SEARCH - Static variable in class org.tentackle.swing.rdc.PdoEditDialog
action string for "search"
ACTION_SELECT - Static variable in class org.tentackle.swing.rdc.PdoNavigationPanel
"select" action
add(T) - Method in class org.tentackle.swing.rdc.PdoTablePanel
Adds an object to the list.
In unordered lists the object will always be appended to the end of the list.
addActionListener(ActionListener) - Method in class org.tentackle.swing.rdc.PdoEditDialog
Adds an action listener that will be invoked as soon as delete, save or cancel has been pressed.
addDialog(PdoEditDialog<?>) - Method in class org.tentackle.swing.rdc.PdoEditDialogPool
Adds a dialog to the pool.
addListSelectionListener(ListSelectionListener) - Method in class org.tentackle.swing.rdc.PdoNavigationPanel
Adds a selection changed listener.
addSelectionInterval(int, int) - Method in class org.tentackle.swing.rdc.PdoNavigationPanel
Adds a selection for a given range of objects.
addTableModelListener(TableModelListener) - Method in class org.tentackle.swing.rdc.PdoTablePanel
Adds a TableModelListener.
ALLOW - Static variable in class org.tentackle.swing.rdc.security.SecurityTableEntry
 
allowsTreeChildObjects() - Method in class org.tentackle.swing.rdc.DefaultGuiProvider
 
allowsTreeChildObjects() - Method in interface org.tentackle.swing.rdc.GuiProvider
Determines whether this object may have child objects that should be visible in a navigatable tree.
allowsTreeChildObjects() - Method in interface org.tentackle.swing.rdc.PdoTreeExtension
Determines whether this object may have child objects that should be visible in a navigatable tree.
allowsTreeParentObjects() - Method in class org.tentackle.swing.rdc.DefaultGuiProvider
 
allowsTreeParentObjects() - Method in interface org.tentackle.swing.rdc.GuiProvider
Determines whether the navigatable object tree should show the parents of this object.
Objects may be childs of different parents in terms of "being referenced from" or any other relation, for example: the warehouses this customer visited.
announceDelete() - Method in class org.tentackle.swing.rdc.PdoPanel
Announce that a delete is going to happen.
As opposed to PdoPanel.prepareDelete() this method is invoked by PdoEditDialog before the transaction is started.
announceSave() - Method in class org.tentackle.swing.rdc.PdoPanel
Announce that a save is going to happen.
As opposed to PdoPanel.prepareSave() this method is invoked by PdoEditDialog before the transaction is started.
applyClazz(Class<?>) - Method in class org.tentackle.swing.rdc.PermissionEditor
Applies the protected class.
applyLock(T) - Method in class org.tentackle.swing.rdc.PdoEditDialog
Applies a token lock to the object.
AppSwingRdcBundle - Class in org.tentackle.swing.rdc.app
Bundle for app-package in tentackle-swing-rdc.
areValuesChanged() - Method in class org.tentackle.swing.rdc.PdoEditDialog
 
areValuesChanged() - Method in class org.tentackle.swing.rdc.TooltipAndErrorPanel
 

B

begin(String) - Method in class org.tentackle.swing.rdc.PdoEditDialog
Begin a transaction.
buildTree(Collection<?>) - Method in class org.tentackle.swing.rdc.PdoTree
Builds the tree from a collection of objects.

C

CANCEL - Static variable in class org.tentackle.swing.rdc.CancelSaveDiscardDialog
return code for "cancel"
CancelSaveDiscardDialog - Class in org.tentackle.swing.rdc
A dialog to prompt the user for cancel, save or discard.
CancelSaveDiscardDialog() - Constructor for class org.tentackle.swing.rdc.CancelSaveDiscardDialog
 
changeLookAndFeel(String) - Method in class org.tentackle.swing.rdc.app.DesktopApplication
Changes the look and feel.
checkAutoClose() - Method in class org.tentackle.swing.rdc.PdoSearchDialog
checkObject(Object, Class<T>) - Method in class org.tentackle.swing.rdc.PdoFieldPanel
Checks the returned object against null and creates the error popup if enabled.
clear() - Method in class org.tentackle.swing.rdc.PdoEditDialogPool
Clears the pool.
clearEditedBy() - Method in class org.tentackle.swing.rdc.PdoEditDialog
clears the editedby token.
clearErrors() - Method in class org.tentackle.swing.rdc.TooltipAndErrorPanel
Clears all errors and removes the errorpane.
clearPdo() - Method in class org.tentackle.swing.rdc.PdoEditDialog
Clears the pdo.
Implemented by replacing the current pdo with a new pdo.
clearResult() - Method in class org.tentackle.swing.rdc.PdoSearchDialog
Clears the search result.
clearSelection() - Method in class org.tentackle.swing.rdc.PdoNavigationPanel
Clears the selections.
collapseAll() - Method in class org.tentackle.swing.rdc.PdoTree
Collapses all childnodes of the root.
collapseItem - Variable in class org.tentackle.swing.rdc.PdoTree
 
columnNames - Static variable in class org.tentackle.swing.rdc.security.SecurityTableEntry
 
commit() - Method in class org.tentackle.swing.rdc.PdoEditDialog
Commit the current transaction
configureModificationTracker() - Method in class org.tentackle.swing.rdc.app.DesktopApplication
 
configurePreferences() - Method in class org.tentackle.swing.rdc.app.DesktopApplication
Installs the preferences backend.
The option "systemprefs" forces usage of system preferences only.
configureTable(FormTable<Security>) - Method in class org.tentackle.swing.rdc.security.SecurityDialog
Configures a table.
CONTEXT - Static variable in class org.tentackle.swing.rdc.security.SecurityTableEntry
 
contextClasses - Static variable in class org.tentackle.swing.rdc.security.SecurityTableEntry
For multi-tenancy the base context class and all its child context classes may be defined here.
convertValueToText(Object, boolean, boolean, boolean, int, boolean) - Method in class org.tentackle.swing.rdc.PdoTree
copyItem - Variable in class org.tentackle.swing.rdc.PdoTree
 
createDefaultRenderer() - Method in class org.tentackle.swing.rdc.PdoTree
Creates the default tree cell renderer.
The default implementation returns a PdoTreeCellRenderer.
createDialog(Component, boolean) - Method in class org.tentackle.swing.rdc.DefaultGuiProvider
 
createDialog(Component, boolean) - Method in interface org.tentackle.swing.rdc.GuiProvider
Creates a new dialog to edit this object.
createDialog(DomainContext, Class<?>, long) - Method in class org.tentackle.swing.rdc.security.SecurityDialogFactory
Creates a dialog for editing security rule sets.
The SecurityDialog should only be invoked indirectly by the SecurityManager.
createDomainContext(Session) - Method in class org.tentackle.swing.rdc.app.DesktopApplication
createFormTable() - Method in class org.tentackle.swing.rdc.DefaultFormTableFactory
 
createFormTable(TableModel) - Method in class org.tentackle.swing.rdc.DefaultFormTableFactory
 
createFormTable() - Method in interface org.tentackle.swing.rdc.FormTableFactory
Creates a formtable.
createFormTable(TableModel) - Method in interface org.tentackle.swing.rdc.FormTableFactory
Creates a formtable for a given data model.
createFormTable() - Method in class org.tentackle.swing.rdc.PdoTablePanel
Creates the formtable.
createFormTable() - Static method in class org.tentackle.swing.rdc.Rdc
Creates a formtable.
createFormTable(TableModel) - Static method in class org.tentackle.swing.rdc.Rdc
Creates a formtable for a given data model.
createFormTableModel(FormTableEntry<T>) - Method in class org.tentackle.swing.rdc.PdoNavigationPanel
Creates the formtable model for a given object.
createFormTableModel(FormTableEntry<T>) - Method in class org.tentackle.swing.rdc.PdoTablePanel
Creates the formtable model for a given object.
createGuiProvider(T) - Method in class org.tentackle.swing.rdc.AbstractGuiProviderFactory
 
createGuiProvider(T) - Method in interface org.tentackle.swing.rdc.GuiProviderFactory
Creates a service object that provides methods related to the rdc gui.
createGuiProvider(T) - Static method in class org.tentackle.swing.rdc.Rdc
Creates a GUI-service object for a given PDO.
createInteractiveError(TreeSet<ValidationMapper>, Binder, ValidationResult) - Method in class org.tentackle.swing.rdc.DefaultInteractiveErrorFactory
 
createInteractiveError(String, Logger.Level, String, ValidationResult, Object) - Method in class org.tentackle.swing.rdc.DefaultInteractiveErrorFactory
 
createInteractiveError(TreeSet<ValidationMapper>, Binder, ValidationResult) - Method in interface org.tentackle.swing.rdc.InteractiveErrorFactory
Creates an interactive error from a validation result.
createInteractiveError(String, Logger.Level, String, ValidationResult, Object) - Method in interface org.tentackle.swing.rdc.InteractiveErrorFactory
Creates an interactive error explicitly.
createInteractiveError(ValidationResult) - Method in class org.tentackle.swing.rdc.PdoPanel
Creates an interactive error from a validation result.
createInteractiveErrors(List<ValidationResult>) - Method in class org.tentackle.swing.rdc.PdoPanel
Creates interactive errors from validation results.
createLoginDialog(SessionInfo, Icon) - Method in class org.tentackle.swing.rdc.app.DesktopApplication
Creates the login dialog.
createLookAndFeelMenu() - Method in class org.tentackle.swing.rdc.app.DesktopApplication
Creates a menu to select the look and feel.
createNavigationPanel() - Method in class org.tentackle.swing.rdc.PdoSearchDialog
Creates the navigation panel.
createPanel() - Method in class org.tentackle.swing.rdc.DefaultGuiProvider
 
createPanel() - Method in interface org.tentackle.swing.rdc.GuiProvider
Creates a panel to edit or view this object.
createPdo() - Method in class org.tentackle.swing.rdc.AbstractPdoSearch
 
createPdo() - Method in interface org.tentackle.swing.rdc.PdoSearch
Creates a new PDO for this search.
createPdo() - Method in class org.tentackle.swing.rdc.PdoTablePanel
Creates a pdo for the table.
createPdoEditDialog(Window, T, boolean) - Method in class org.tentackle.swing.rdc.DefaultPdoEditDialogFactory
 
createPdoEditDialog(Window, T, boolean) - Method in interface org.tentackle.swing.rdc.PdoEditDialogFactory
Creates a PDO edit dialog.
createPdoEditDialog(Component, T, boolean) - Method in class org.tentackle.swing.rdc.PdoEditDialogPool
Creates a new PdoEditDialog.
createPdoEditDialog(Window, T, boolean) - Static method in class org.tentackle.swing.rdc.Rdc
Creates a PDO edit dialog.
createPdoNavigationDialog(Window, List<T>, SelectionFilter, int, boolean) - Method in class org.tentackle.swing.rdc.DefaultPdoNavigationDialogFactory
 
createPdoNavigationDialog(Window, List<T>, SelectionFilter) - Method in class org.tentackle.swing.rdc.DefaultPdoNavigationDialogFactory
 
createPdoNavigationDialog(List<T>, SelectionFilter, boolean) - Method in class org.tentackle.swing.rdc.DefaultPdoNavigationDialogFactory
 
createPdoNavigationDialog(List<T>, SelectionFilter) - Method in class org.tentackle.swing.rdc.DefaultPdoNavigationDialogFactory
 
createPdoNavigationDialog(Window, T, SelectionFilter, int, boolean) - Method in class org.tentackle.swing.rdc.DefaultPdoNavigationDialogFactory
 
createPdoNavigationDialog(Window, T, SelectionFilter) - Method in class org.tentackle.swing.rdc.DefaultPdoNavigationDialogFactory
 
createPdoNavigationDialog(T, SelectionFilter, boolean) - Method in class org.tentackle.swing.rdc.DefaultPdoNavigationDialogFactory
 
createPdoNavigationDialog(T, SelectionFilter) - Method in class org.tentackle.swing.rdc.DefaultPdoNavigationDialogFactory
 
createPdoNavigationDialog(Window, List<T>, SelectionFilter, int, boolean) - Method in interface org.tentackle.swing.rdc.PdoNavigationDialogFactory
Creates a navigation dialog for a list of objects.
createPdoNavigationDialog(Window, List<T>, SelectionFilter) - Method in interface org.tentackle.swing.rdc.PdoNavigationDialogFactory
Creates a navigation dialog for a list of objects.
createPdoNavigationDialog(List<T>, SelectionFilter, boolean) - Method in interface org.tentackle.swing.rdc.PdoNavigationDialogFactory
Creates a navigation dialog for a list of objects.
createPdoNavigationDialog(List<T>, SelectionFilter) - Method in interface org.tentackle.swing.rdc.PdoNavigationDialogFactory
Creates a navigation dialog for a list of objects.
createPdoNavigationDialog(Window, T, SelectionFilter, int, boolean) - Method in interface org.tentackle.swing.rdc.PdoNavigationDialogFactory
Creates a navigation dialog for a single object.
createPdoNavigationDialog(Window, T, SelectionFilter) - Method in interface org.tentackle.swing.rdc.PdoNavigationDialogFactory
Creates a navigation dialog for a single object.
createPdoNavigationDialog(T, SelectionFilter, boolean) - Method in interface org.tentackle.swing.rdc.PdoNavigationDialogFactory
Creates a navigation dialog for a single object.
createPdoNavigationDialog(T, SelectionFilter) - Method in interface org.tentackle.swing.rdc.PdoNavigationDialogFactory
Creates a navigation dialog for a single object.
createPdoNavigationDialog(Window, List<T>, SelectionFilter, int, boolean) - Static method in class org.tentackle.swing.rdc.Rdc
Creates a navigation dialog for a list of objects.
createPdoNavigationDialog(Window, List<T>, SelectionFilter) - Static method in class org.tentackle.swing.rdc.Rdc
Creates a navigation dialog for a list of objects.
createPdoNavigationDialog(List<T>, SelectionFilter, boolean) - Static method in class org.tentackle.swing.rdc.Rdc
Creates a navigation dialog for a list of objects.
createPdoNavigationDialog(List<T>, SelectionFilter) - Static method in class org.tentackle.swing.rdc.Rdc
Creates a navigation dialog for a list of objects.
createPdoNavigationDialog(Window, T, SelectionFilter, int, boolean) - Static method in class org.tentackle.swing.rdc.Rdc
Creates a navigation dialog for a single object.
createPdoNavigationDialog(Window, T, SelectionFilter) - Static method in class org.tentackle.swing.rdc.Rdc
Creates a navigation dialog for a single object.
createPdoNavigationDialog(T, SelectionFilter, boolean) - Static method in class org.tentackle.swing.rdc.Rdc
Creates a navigation dialog for a single object.
createPdoNavigationDialog(T, SelectionFilter) - Static method in class org.tentackle.swing.rdc.Rdc
Creates a navigation dialog for a single object.
createPdoNavigationPanel(List<T>, SelectionFilter, int, boolean, String) - Method in class org.tentackle.swing.rdc.DefaultPdoNavigationPanelFactory
 
createPdoNavigationPanel(List<T>, SelectionFilter, int, boolean) - Method in class org.tentackle.swing.rdc.DefaultPdoNavigationPanelFactory
 
createPdoNavigationPanel(List<T>, SelectionFilter) - Method in class org.tentackle.swing.rdc.DefaultPdoNavigationPanelFactory
 
createPdoNavigationPanel(List<T>) - Method in class org.tentackle.swing.rdc.DefaultPdoNavigationPanelFactory
 
createPdoNavigationPanel(T, SelectionFilter, int, boolean, String) - Method in class org.tentackle.swing.rdc.DefaultPdoNavigationPanelFactory
 
createPdoNavigationPanel(T, SelectionFilter, int, boolean) - Method in class org.tentackle.swing.rdc.DefaultPdoNavigationPanelFactory
 
createPdoNavigationPanel(T, SelectionFilter) - Method in class org.tentackle.swing.rdc.DefaultPdoNavigationPanelFactory
 
createPdoNavigationPanel(T) - Method in class org.tentackle.swing.rdc.DefaultPdoNavigationPanelFactory
 
createPdoNavigationPanel(List<T>, SelectionFilter, int, boolean, String) - Method in interface org.tentackle.swing.rdc.PdoNavigationPanelFactory
Creates a navigation panel.
createPdoNavigationPanel(List<T>, SelectionFilter, int, boolean) - Method in interface org.tentackle.swing.rdc.PdoNavigationPanelFactory
Creates a navigation panel.
The preferences table name is determined by the first object.
createPdoNavigationPanel(List<T>, SelectionFilter) - Method in interface org.tentackle.swing.rdc.PdoNavigationPanelFactory
Creates a navigation panel.
The preferences table name is determined by the first object.
createPdoNavigationPanel(List<T>) - Method in interface org.tentackle.swing.rdc.PdoNavigationPanelFactory
Creates a navigation panel.
The preferences table name is determined by the first object.
createPdoNavigationPanel(T, SelectionFilter, int, boolean, String) - Method in interface org.tentackle.swing.rdc.PdoNavigationPanelFactory
Creates a navigation panel for a single object.
createPdoNavigationPanel(T, SelectionFilter, int, boolean) - Method in interface org.tentackle.swing.rdc.PdoNavigationPanelFactory
Creates a navigation panel for a single object.
The preferences table name is determined by the object.
createPdoNavigationPanel(T, SelectionFilter) - Method in interface org.tentackle.swing.rdc.PdoNavigationPanelFactory
Creates a navigation panel for a single object.
The preferences table name is determined by the object.
createPdoNavigationPanel(T) - Method in interface org.tentackle.swing.rdc.PdoNavigationPanelFactory
Creates a navigation panel for a single object.
The preferences table name is determined by the object.
createPdoNavigationPanel(List<T>, SelectionFilter, int, boolean, String) - Static method in class org.tentackle.swing.rdc.Rdc
Creates a navigation panel.
createPdoNavigationPanel(List<T>, SelectionFilter, int, boolean) - Static method in class org.tentackle.swing.rdc.Rdc
Creates a navigation panel.
The preferences table name is determined by the first object.
createPdoNavigationPanel(List<T>, SelectionFilter) - Static method in class org.tentackle.swing.rdc.Rdc
Creates a navigation panel.
The preferences table name is determined by the first object.
createPdoNavigationPanel(List<T>) - Static method in class org.tentackle.swing.rdc.Rdc
Creates a navigation panel.
The preferences table name is determined by the first object.
createPdoNavigationPanel(T, SelectionFilter, int, boolean, String) - Static method in class org.tentackle.swing.rdc.Rdc
Creates a navigation panel for a single object.
createPdoNavigationPanel(T, SelectionFilter, int, boolean) - Static method in class org.tentackle.swing.rdc.Rdc
Creates a navigation panel for a single object.
The preferences table name is determined by the object.
createPdoNavigationPanel(T, SelectionFilter) - Static method in class org.tentackle.swing.rdc.Rdc
Creates a navigation panel for a single object.
The preferences table name is determined by the object.
createPdoNavigationPanel(T) - Static method in class org.tentackle.swing.rdc.Rdc
Creates a navigation panel for a single object.
The preferences table name is determined by the object.
createPdoSearch() - Method in class org.tentackle.swing.rdc.DefaultGuiProvider
 
createPdoSearch() - Method in interface org.tentackle.swing.rdc.GuiProvider
Creates the search plugin for the search dialog.
createPdoSearch(DomainContext, Class<T>) - Method in class org.tentackle.swing.rdc.PdoSearchDialog
Creates the default pdo search from the GUI-provider according to given PDO class.
createPdoSearchDialog(Component, PdoSearch<T>, SelectionFilter, boolean, boolean) - Method in class org.tentackle.swing.rdc.DefaultPdoSearchDialogFactory
 
createPdoSearchDialog(Component, DomainContext, Class<T>, SelectionFilter, boolean, boolean) - Method in class org.tentackle.swing.rdc.DefaultPdoSearchDialogFactory
 
createPdoSearchDialog(DomainContext, Class<T>, SelectionFilter, boolean, boolean) - Method in class org.tentackle.swing.rdc.DefaultPdoSearchDialogFactory
 
createPdoSearchDialog(Component, PdoSearch<T>, SelectionFilter, boolean, boolean) - Method in interface org.tentackle.swing.rdc.PdoSearchDialogFactory
Creates a search dialog.
createPdoSearchDialog(Component, DomainContext, Class<T>, SelectionFilter, boolean, boolean) - Method in interface org.tentackle.swing.rdc.PdoSearchDialogFactory
Creates a search dialog.
createPdoSearchDialog(DomainContext, Class<T>, SelectionFilter, boolean, boolean) - Method in interface org.tentackle.swing.rdc.PdoSearchDialogFactory
Creates a search dialog.
createPdoSearchDialog(Component, PdoSearch<T>, SelectionFilter, boolean, boolean) - Static method in class org.tentackle.swing.rdc.Rdc
Creates a search dialog.
createPdoSearchDialog(Component, DomainContext, Class<T>, SelectionFilter, boolean, boolean) - Static method in class org.tentackle.swing.rdc.Rdc
Creates a search dialog.
createPdoSearchDialog(DomainContext, Class<T>, SelectionFilter, boolean, boolean) - Static method in class org.tentackle.swing.rdc.Rdc
Creates a search dialog.
createPdoTree(Collection<?>) - Method in class org.tentackle.swing.rdc.DefaultPdoTreeFactory
Creates a tree.
If the given object is a Collection the objects of the collection will be shown in the tree.
createPdoTree(Object) - Method in class org.tentackle.swing.rdc.DefaultPdoTreeFactory
Creates a tree.
If the given object is a Collection the objects of the collection will be shown in the tree.
createPdoTree() - Method in class org.tentackle.swing.rdc.DefaultPdoTreeFactory
Creates an empty tree.
createPdoTree(Collection<?>) - Method in interface org.tentackle.swing.rdc.PdoTreeFactory
Creates a tree.
If the given object is a Collection the objects of the collection will be shown in the tree.
createPdoTree(Object) - Method in interface org.tentackle.swing.rdc.PdoTreeFactory
Creates a tree.
If the given object is a Collection the objects of the collection will be shown in the tree.
createPdoTree() - Method in interface org.tentackle.swing.rdc.PdoTreeFactory
Creates an empty tree.
createPdoTree(Collection<?>) - Static method in class org.tentackle.swing.rdc.Rdc
Creates a tree.
If the given object is a Collection the objects of the collection will be shown in the tree.
createPdoTree(Object) - Static method in class org.tentackle.swing.rdc.Rdc
Creates a tree.
If the given object is a Collection the objects of the collection will be shown in the tree.
createPdoTree() - Static method in class org.tentackle.swing.rdc.Rdc
Creates an empty tree.
createPopup() - Method in class org.tentackle.swing.rdc.DefaultFormTableFactory
 
createPopup() - Method in interface org.tentackle.swing.rdc.FormTableFactory
Creates a popup.
createPopup() - Static method in class org.tentackle.swing.rdc.Rdc
Creates a popup.
createSearchDialog() - Method in class org.tentackle.swing.rdc.PdoFieldPanel
Creates the search dialog.
createSearchDialog() - Method in class org.tentackle.swing.rdc.PdoLinkPanel
Creates the search dialog.
createTable() - Method in class org.tentackle.swing.rdc.PdoNavigationPanel
Creates the navigation table.
createTree() - Method in class org.tentackle.swing.rdc.PdoNavigationPanel
Creates the navigation tree.

D

defaultFetchSize - Static variable in class org.tentackle.swing.rdc.AbstractPdoSearch
the default fetchsize.
DefaultFormTableFactory - Class in org.tentackle.swing.rdc
Default implementation of a formtable factory.
DefaultFormTableFactory() - Constructor for class org.tentackle.swing.rdc.DefaultFormTableFactory
 
DefaultGuiProvider<T extends PersistentDomainObject<T>> - Class in org.tentackle.swing.rdc
Default implementation of a GuiProvider.
Can be used as an adapter.
DefaultGuiProvider(T) - Constructor for class org.tentackle.swing.rdc.DefaultGuiProvider
Creates a default GUI provider.
DefaultGuiProviderFactory - Class in org.tentackle.swing.rdc
The default GUI provider factory.
DefaultGuiProviderFactory() - Constructor for class org.tentackle.swing.rdc.DefaultGuiProviderFactory
 
DefaultInteractiveError - Class in org.tentackle.swing.rdc
Default implementation for an interactive error.
DefaultInteractiveError(String, Logger.Level, String, ValidationResult, Object) - Constructor for class org.tentackle.swing.rdc.DefaultInteractiveError
Creates an error.
DefaultInteractiveError(InteractiveError) - Constructor for class org.tentackle.swing.rdc.DefaultInteractiveError
Creates an error from another error.
Useful to override methods in anonymous inner classes.
DefaultInteractiveError() - Constructor for class org.tentackle.swing.rdc.DefaultInteractiveError
Creates an empty interactive error.
DefaultInteractiveErrorFactory - Class in org.tentackle.swing.rdc
Default interactive error factory.
DefaultInteractiveErrorFactory() - Constructor for class org.tentackle.swing.rdc.DefaultInteractiveErrorFactory
 
DefaultLoginDialog - Class in org.tentackle.swing.rdc
The default tentackle login dialog.
DefaultLoginDialog(SessionInfo, boolean, Icon) - Constructor for class org.tentackle.swing.rdc.DefaultLoginDialog
Creates a login dialog.
DefaultLoginDialog(SessionInfo, Icon) - Constructor for class org.tentackle.swing.rdc.DefaultLoginDialog
Creates a login dialog.
DefaultLoginDialog() - Constructor for class org.tentackle.swing.rdc.DefaultLoginDialog
Creates a login dialog with a default SessionInfo, default Icon and prompts the user for name/password.
defaultMaxRowCount - Static variable in class org.tentackle.swing.rdc.AbstractPdoSearch
the default max row count.
defaultNewAfterSave - Static variable in class org.tentackle.swing.rdc.PdoEditDialog
global default: true if object should be cleared after save
DefaultPdoEditDialogFactory - Class in org.tentackle.swing.rdc
Default factory for PdoEditDialogs.
DefaultPdoEditDialogFactory() - Constructor for class org.tentackle.swing.rdc.DefaultPdoEditDialogFactory
 
DefaultPdoNavigationDialogFactory - Class in org.tentackle.swing.rdc
Default factory for PdoNavigationDialogs.
DefaultPdoNavigationDialogFactory() - Constructor for class org.tentackle.swing.rdc.DefaultPdoNavigationDialogFactory
 
DefaultPdoNavigationPanelFactory - Class in org.tentackle.swing.rdc
Default factory for PdoNavigationPanels.
DefaultPdoNavigationPanelFactory() - Constructor for class org.tentackle.swing.rdc.DefaultPdoNavigationPanelFactory
 
DefaultPdoSearchDialogFactory - Class in org.tentackle.swing.rdc
Default factory for PdoSearchDialogs.
DefaultPdoSearchDialogFactory() - Constructor for class org.tentackle.swing.rdc.DefaultPdoSearchDialogFactory
 
DefaultPdoTableEntry<T extends PersistentDomainObject<T>> - Class in org.tentackle.swing.rdc
A default formtable entry for an PersistentDomainObject.
DefaultPdoTableEntry(T) - Constructor for class org.tentackle.swing.rdc.DefaultPdoTableEntry
Creates a form table entry.
DefaultPdoTreeFactory - Class in org.tentackle.swing.rdc
A factory for PdoTrees.
DefaultPdoTreeFactory() - Constructor for class org.tentackle.swing.rdc.DefaultPdoTreeFactory
 
DefaultSearch<T extends PersistentDomainObject<T>> - Class in org.tentackle.swing.rdc
A default implementation of a PDO search.
DefaultSearch(Class<T>, DomainContext, int, int, int) - Constructor for class org.tentackle.swing.rdc.DefaultSearch
Creates a default PDO search.
DefaultSearch(Class<T>, DomainContext) - Constructor for class org.tentackle.swing.rdc.DefaultSearch
DefaultSearch(T) - Constructor for class org.tentackle.swing.rdc.DefaultSearch
DefaultSearchPanel - Class in org.tentackle.swing.rdc
The default search panel for the normtext search.
DefaultSearchPanel() - Constructor for class org.tentackle.swing.rdc.DefaultSearchPanel
Creates a search panel for a given search parameter.
defaultWarnRowCount - Static variable in class org.tentackle.swing.rdc.AbstractPdoSearch
the default warn row count.
delete() - Method in class org.tentackle.swing.rdc.PdoEditDialog
Deletes the current database object.
delete(PersistentDomainObject<?>) - Method in class org.tentackle.swing.rdc.PdoEditDialogPool
Deletes an Pdo.
The user will be prompted for confirmation.
delete() - Method in class org.tentackle.swing.rdc.PdoTablePanel
Deletes the current object (row).
deleteItem - Variable in class org.tentackle.swing.rdc.PdoTree
 
deleteObject() - Method in class org.tentackle.swing.rdc.PdoEditDialog
Deletes the current object.
DesktopApplication - Class in org.tentackle.swing.rdc.app
Abstract class to handle the application's lifecycle.
DesktopApplication(String, Icon) - Constructor for class org.tentackle.swing.rdc.app.DesktopApplication
Creates a swing desktop application.
determinePermissions() - Method in class org.tentackle.swing.rdc.PdoEditDialog
Determines the permissions viewable, writable, deletable and loads the SecurityManager.
They will be verified again in the TX.
determineRealCause(Throwable) - Method in class org.tentackle.swing.rdc.PdoEditDialog
Determines the real cause of an exception.
dialog - Variable in class org.tentackle.swing.rdc.PdoPanel
the enclosing PdoEditDialog, null if none
DISCARD - Static variable in class org.tentackle.swing.rdc.CancelSaveDiscardDialog
return code for "discard"
dispatchKeyEvent(KeyEvent) - Method in class org.tentackle.swing.rdc.PdoEditDialog
dispatch the special keys
dispatchKeyEvent(KeyEvent) - Method in class org.tentackle.swing.rdc.PdoSearchDialog
dispatch the special keys
dispose() - Method in interface org.tentackle.swing.rdc.LoginDialog
Releases all of the native screen resources used by this LoginDialog, its subcomponents, and all of its owned children.
dispose() - Method in class org.tentackle.swing.rdc.PdoEditDialog
disposeAllDialogs() - Method in class org.tentackle.swing.rdc.PdoEditDialogPool
Disposes all dialogs.
doCancel() - Method in class org.tentackle.swing.rdc.PdoSearchDialog
Cancels the dialog.
(clears the selection and the search parameter).
doClose(ActionEvent) - Method in class org.tentackle.swing.rdc.PdoEditDialog
Closes the dialog.
doCollapsePath(TreePath) - Method in class org.tentackle.swing.rdc.PdoTree
Collapses a given path.
The method invokes collapsePath and set expanded=false in all PdoTreeObject-nodes.
doConfigureApplication() - Method in class org.tentackle.swing.rdc.app.DesktopApplication
Do anything what's necessary after the connection has been established.
doCreateWindow() - Method in class org.tentackle.swing.rdc.app.DesktopApplication
Creates the top level window.
The method must not setVisible(true) and is executed from within the EventQueue.
doDelete(ActionEvent) - Method in class org.tentackle.swing.rdc.PdoEditDialog
Runs the delete operation.
doExpandPath(int, int, PersistentDomainObject<?>, TreePath) - Method in class org.tentackle.swing.rdc.PdoTree
Recursively expands the path.
doFinishStartup() - Method in class org.tentackle.swing.rdc.app.DesktopApplication
Finishes the startup.
Invoked after all has been displayed.
doInitializeGUI() - Method in class org.tentackle.swing.rdc.app.DesktopApplication
Initializes the GUI.
The default implementation initializes the Tentackle-EventQueue.
doLogin() - Method in class org.tentackle.swing.rdc.app.DesktopApplication
Connects to the database backend (or application server).
doMoreSearch() - Method in class org.tentackle.swing.rdc.PdoSearchDialog
Search in results.
doNew(ActionEvent) - Method in class org.tentackle.swing.rdc.PdoEditDialog
Runs the new object operation.
doPrint(ActionEvent) - Method in class org.tentackle.swing.rdc.PdoEditDialog
Runs the print operation.
doSave(ActionEvent) - Method in class org.tentackle.swing.rdc.PdoEditDialog
Runs the save operation.
doSaveAndDispose(ActionEvent) - Method in class org.tentackle.swing.rdc.PdoEditDialog
Runs the save operation and disposes the dialog.
doSearch(ActionEvent) - Method in class org.tentackle.swing.rdc.PdoEditDialog
Runs the new search operation.
doShowWindow() - Method in class org.tentackle.swing.rdc.app.DesktopApplication
Shows the window.
doStop(int, Exception) - Method in class org.tentackle.swing.rdc.app.DesktopApplication
Terminates the application gracefully.
doStop(int) - Method in class org.tentackle.swing.rdc.app.DesktopApplication
Terminates the application gracefully.
dragDropEnd(DragSourceDropEvent) - Method in class org.tentackle.swing.rdc.PdoTree
dragEnter(DropTargetDragEvent) - Method in class org.tentackle.swing.rdc.PdoEditDialog
 
dragEnter(DropTargetDragEvent) - Method in class org.tentackle.swing.rdc.PdoFieldPanel
 
dragEnter(DropTargetDragEvent) - Method in class org.tentackle.swing.rdc.PdoLinkPanel
 
dragEnter(DragSourceDragEvent) - Method in class org.tentackle.swing.rdc.PdoTree
dragEnter(DropTargetDragEvent) - Method in class org.tentackle.swing.rdc.PdoTree
dragExit(DropTargetEvent) - Method in class org.tentackle.swing.rdc.PdoEditDialog
 
dragExit(DropTargetEvent) - Method in class org.tentackle.swing.rdc.PdoFieldPanel
 
dragExit(DropTargetEvent) - Method in class org.tentackle.swing.rdc.PdoLinkPanel
 
dragExit(DragSourceEvent) - Method in class org.tentackle.swing.rdc.PdoTree
dragExit(DropTargetEvent) - Method in class org.tentackle.swing.rdc.PdoTree
dragGestureRecognized(DragGestureEvent) - Method in class org.tentackle.swing.rdc.PdoTree
dragOver(DropTargetDragEvent) - Method in class org.tentackle.swing.rdc.PdoEditDialog
 
dragOver(DropTargetDragEvent) - Method in class org.tentackle.swing.rdc.PdoFieldPanel
 
dragOver(DropTargetDragEvent) - Method in class org.tentackle.swing.rdc.PdoLinkPanel
 
dragOver(DragSourceDragEvent) - Method in class org.tentackle.swing.rdc.PdoTree
dragOver(DropTargetDragEvent) - Method in class org.tentackle.swing.rdc.PdoTree
drop(DropTargetDropEvent) - Method in class org.tentackle.swing.rdc.PdoEditDialog
 
drop(DropTargetDropEvent) - Method in class org.tentackle.swing.rdc.PdoFieldPanel
 
drop(DropTargetDropEvent) - Method in class org.tentackle.swing.rdc.PdoLinkPanel
 
drop(DropTargetDropEvent) - Method in class org.tentackle.swing.rdc.PdoTree
dropActionChanged(DropTargetDragEvent) - Method in class org.tentackle.swing.rdc.PdoEditDialog
 
dropActionChanged(DropTargetDragEvent) - Method in class org.tentackle.swing.rdc.PdoFieldPanel
 
dropActionChanged(DropTargetDragEvent) - Method in class org.tentackle.swing.rdc.PdoLinkPanel
 
dropActionChanged(DragSourceDragEvent) - Method in class org.tentackle.swing.rdc.PdoTree
dropActionChanged(DropTargetDragEvent) - Method in class org.tentackle.swing.rdc.PdoTree
dropTransferable(Transferable) - Method in class org.tentackle.swing.rdc.DefaultGuiProvider
 
dropTransferable(Transferable) - Method in interface org.tentackle.swing.rdc.GuiProvider
Drops a transferable on this object.
dropTransferable(Transferable) - Method in interface org.tentackle.swing.rdc.PdoTreeExtension
Drops a transferable on this object.

E

edit(T, Component, boolean) - Method in class org.tentackle.swing.rdc.PdoEditDialogPool
Edits an Pdo in a non-modal dialog.
edit(T, boolean) - Method in class org.tentackle.swing.rdc.PdoEditDialogPool
Edits an Pdo in a non-modal dialog.
edit(T) - Method in class org.tentackle.swing.rdc.PdoEditDialogPool
Edits an Pdo in a non-modal dialog.
editItem - Variable in class org.tentackle.swing.rdc.PdoTree
 
editModal(T, Component) - Method in class org.tentackle.swing.rdc.PdoEditDialogPool
Edits an Pdo in a modal dialog.
editModal(T) - Method in class org.tentackle.swing.rdc.PdoEditDialogPool
Edits an Pdo in a modal dialog.
editObjectInTable(boolean) - Method in class org.tentackle.swing.rdc.PdoNavigationPanel
Edits the object currently selected in table.
encryptPassword(char[]) - Method in class org.tentackle.swing.rdc.PasswordDialog
Encrypts the password.
The default implementation calculates an MD5-hash.
equals(Object) - Method in class org.tentackle.swing.rdc.PdoTreeObject
 
execute(Consumer<List<T>>) - Method in class org.tentackle.swing.rdc.AbstractPdoSearch
 
execute(Consumer<List<T>>) - Method in interface org.tentackle.swing.rdc.PdoSearch
Executes the search.
expandItem - Variable in class org.tentackle.swing.rdc.PdoTree
 
expandTree(int) - Method in class org.tentackle.swing.rdc.PdoTree
Expands all items in this tree.
expandTree() - Method in class org.tentackle.swing.rdc.PdoTree
Expands all items in this tree, unlimited.
extraItems - Variable in class org.tentackle.swing.rdc.PdoTree
additional popup menu items from TreeExtension.
extraSeparator - Variable in class org.tentackle.swing.rdc.PdoTree
!= null if sep.

F

findByCriteria(T) - Method in class org.tentackle.swing.rdc.AbstractPdoSearch
Finds the PDOs by selection criteria.
findByCriteria(T) - Method in class org.tentackle.swing.rdc.DefaultSearch
 
findByKey(Class<T>, DomainContext, Object) - Method in class org.tentackle.swing.rdc.PdoFieldPanel
Finds an PersistentDomainObject of given class by the key entered in the formfield component.
findNodeInCollection(Object) - Method in class org.tentackle.swing.rdc.PdoTree
Finds the treenode for an object which is part of the displayed collection.
findPathInCollection(Object) - Method in class org.tentackle.swing.rdc.PdoTree
Find the treepath for an object which is part of the displayed collection.
fireActionPerformed() - Method in class org.tentackle.swing.rdc.DefaultSearchPanel
Notifies all ActionListeners (usually only one!) that the query will start.
fireActionPerformed(ActionEvent) - Method in class org.tentackle.swing.rdc.PdoEditDialog
Notifies all Listeners that some button was pressed.
FormTableFactory - Interface in org.tentackle.swing.rdc
The formtable factory.
Allows application specific replacement in RDC.

G

getAdditionalBeanInfo() - Method in class org.tentackle.swing.rdc.PdoComboBoxBeanInfo
 
getAdditionalBeanInfo() - Method in class org.tentackle.swing.rdc.PdoFieldPanelBeanInfo
 
getAdditionalBeanInfo() - Method in class org.tentackle.swing.rdc.PdoLinkPanelBeanInfo
 
getAdditionalBeanInfo() - Method in class org.tentackle.swing.rdc.PdoNavigationPanelBeanInfo
 
getAdditionalBeanInfo() - Method in class org.tentackle.swing.rdc.PdoTablePanelBeanInfo
 
getAdditionalBeanInfo() - Method in class org.tentackle.swing.rdc.PdoTreeBeanInfo
 
getAdditionalBeanInfo() - Method in class org.tentackle.swing.rdc.TooltipAndErrorPanelBeanInfo
 
getAnswer(String, String, String, String) - Static method in class org.tentackle.swing.rdc.CancelSaveDiscardDialog
Creates a question dialog and waits for user's answer.
getAnswer(String) - Static method in class org.tentackle.swing.rdc.CancelSaveDiscardDialog
Creates a question dialog and waits for user's answer.
getAnswer() - Static method in class org.tentackle.swing.rdc.CancelSaveDiscardDialog
Creates the default "data has been modified"-dialog and waits for user's answer.
getBeanDescriptor() - Method in class org.tentackle.swing.rdc.PdoComboBoxBeanInfo
Gets the bean's BeanDescriptors.
getBeanDescriptor() - Method in class org.tentackle.swing.rdc.PdoFieldPanelBeanInfo
Gets the bean's BeanDescriptors.
getBeanDescriptor() - Method in class org.tentackle.swing.rdc.PdoLinkPanelBeanInfo
Gets the bean's BeanDescriptors.
getBeanDescriptor() - Method in class org.tentackle.swing.rdc.PdoNavigationPanelBeanInfo
Gets the bean's BeanDescriptors.
getBeanDescriptor() - Method in class org.tentackle.swing.rdc.PdoTablePanelBeanInfo
Gets the bean's BeanDescriptors.
getBeanDescriptor() - Method in class org.tentackle.swing.rdc.PdoTreeBeanInfo
Gets the bean's BeanDescriptors.
getBeanDescriptor() - Method in class org.tentackle.swing.rdc.TooltipAndErrorPanelBeanInfo
Gets the bean's BeanDescriptors.
getBundle() - Static method in class org.tentackle.swing.rdc.app.AppSwingRdcBundle
Gets the bundle.
getBundle() - Static method in class org.tentackle.swing.rdc.RdcSwingRdcBundle
Gets the bundle.
getBundle() - Static method in class org.tentackle.swing.rdc.security.SecuritySwingRdcBundle
Gets the bundle.
getButtonMode() - Method in class org.tentackle.swing.rdc.PdoNavigationPanel
Gets the button mode.
getButtonPanel() - Method in class org.tentackle.swing.rdc.PdoTablePanel
Gets the button panel.
Applications may add or remove buttons.
getButtonsLessObtrusive() - Method in class org.tentackle.swing.rdc.PdoTablePanel
 
getCancelButton() - Method in class org.tentackle.swing.rdc.PdoNavigationPanel
Gives access to cancel button (to modify the text, i.e.)
getCancelButton() - Method in class org.tentackle.swing.rdc.PdoTablePanel
Get access to the cancel button.
getCellEditor(int) - Method in class org.tentackle.swing.rdc.PdoFormTableEntry
 
getCellEditor(int) - Method in class org.tentackle.swing.rdc.security.SecurityTableEntry
 
getCellRenderer(int) - Method in class org.tentackle.swing.rdc.PdoFormTableEntry
 
getCellRenderer(int) - Method in class org.tentackle.swing.rdc.security.SecurityTableEntry
 
getChildIndex() - Method in class org.tentackle.swing.rdc.PdoTreeExtensionToggleNode
Gets the index of this toggle-node withing the childs of the popup node.
getClassName() - Method in class org.tentackle.swing.rdc.PdoTransferData
Gets the basename of the database object class.
getClazz() - Method in class org.tentackle.swing.rdc.security.SecurityDialog
Gets the security PDO class.
getColumnClass(int) - Method in class org.tentackle.swing.rdc.PdoFormTableEntry
 
getColumnCount() - Method in class org.tentackle.swing.rdc.DefaultPdoTableEntry
 
getColumnCount() - Method in class org.tentackle.swing.rdc.security.SecurityTableEntry
 
getColumnName(int) - Method in class org.tentackle.swing.rdc.DefaultPdoTableEntry
 
getColumnName(int) - Method in class org.tentackle.swing.rdc.security.SecurityTableEntry
 
getCommandLine() - Method in class org.tentackle.swing.rdc.app.DesktopApplication
Gets the command line.
getDefaultEventIndex() - Method in class org.tentackle.swing.rdc.PdoComboBoxBeanInfo
A bean may have a "default" event that is the event that will mostly commonly be used by human's when using the bean.
getDefaultEventIndex() - Method in class org.tentackle.swing.rdc.PdoFieldPanelBeanInfo
A bean may have a "default" event that is the event that will mostly commonly be used by human's when using the bean.
getDefaultEventIndex() - Method in class org.tentackle.swing.rdc.PdoLinkPanelBeanInfo
A bean may have a "default" event that is the event that will mostly commonly be used by human's when using the bean.
getDefaultEventIndex() - Method in class org.tentackle.swing.rdc.PdoNavigationPanelBeanInfo
A bean may have a "default" event that is the event that will mostly commonly be used by human's when using the bean.
getDefaultEventIndex() - Method in class org.tentackle.swing.rdc.PdoTablePanelBeanInfo
A bean may have a "default" event that is the event that will mostly commonly be used by human's when using the bean.
getDefaultEventIndex() - Method in class org.tentackle.swing.rdc.PdoTreeBeanInfo
A bean may have a "default" event that is the event that will mostly commonly be used by human's when using the bean.
getDefaultEventIndex() - Method in class org.tentackle.swing.rdc.TooltipAndErrorPanelBeanInfo
A bean may have a "default" event that is the event that will mostly commonly be used by human's when using the bean.
getDefaultPropertyIndex() - Method in class org.tentackle.swing.rdc.PdoComboBoxBeanInfo
A bean may have a "default" property that is the property that will mostly commonly be initially chosen for update by human's who are customizing the bean.
getDefaultPropertyIndex() - Method in class org.tentackle.swing.rdc.PdoFieldPanelBeanInfo
A bean may have a "default" property that is the property that will mostly commonly be initially chosen for update by human's who are customizing the bean.
getDefaultPropertyIndex() - Method in class org.tentackle.swing.rdc.PdoLinkPanelBeanInfo
A bean may have a "default" property that is the property that will mostly commonly be initially chosen for update by human's who are customizing the bean.
getDefaultPropertyIndex() - Method in class org.tentackle.swing.rdc.PdoNavigationPanelBeanInfo
A bean may have a "default" property that is the property that will mostly commonly be initially chosen for update by human's who are customizing the bean.
getDefaultPropertyIndex() - Method in class org.tentackle.swing.rdc.PdoTablePanelBeanInfo
A bean may have a "default" property that is the property that will mostly commonly be initially chosen for update by human's who are customizing the bean.
getDefaultPropertyIndex() - Method in class org.tentackle.swing.rdc.PdoTreeBeanInfo
A bean may have a "default" property that is the property that will mostly commonly be initially chosen for update by human's who are customizing the bean.
getDefaultPropertyIndex() - Method in class org.tentackle.swing.rdc.TooltipAndErrorPanelBeanInfo
A bean may have a "default" property that is the property that will mostly commonly be initially chosen for update by human's who are customizing the bean.
getDeleteButton() - Method in class org.tentackle.swing.rdc.PdoTablePanel
Get access to the delete button.
getDesktopApplication() - Static method in class org.tentackle.swing.rdc.app.DesktopApplication
Gets the running desktop application.
getDialog(Class<T>, boolean, boolean) - Method in class org.tentackle.swing.rdc.PdoEditDialogPool
Checks whether an unused dialog can be used from the pool.
getDisplayedColumnName(int) - Method in class org.tentackle.swing.rdc.security.SecurityTableEntry
 
getDomainContext() - Method in class org.tentackle.swing.rdc.AbstractPdoSearch
 
getDomainContext() - Method in class org.tentackle.swing.rdc.DefaultGuiProvider
 
getDomainContext() - Method in class org.tentackle.swing.rdc.PdoComboBox
Gets the domain context.
getDomainContext() - Method in class org.tentackle.swing.rdc.PdoPanel
 
getDomainContext() - Method in class org.tentackle.swing.rdc.security.SecurityDialog
Gets the domain context.
getEditButton() - Method in class org.tentackle.swing.rdc.PdoFieldPanel
Returns the editButton.
getEditor() - Method in interface org.tentackle.swing.rdc.PdoTreeExtension
Defines an editor that will be invoked to edit this tree object.
The editor should be a modal dialog, i.e.
getErrorCode() - Method in class org.tentackle.swing.rdc.DefaultInteractiveError
 
getErrorCode() - Method in interface org.tentackle.swing.rdc.InteractiveError
Gets the optional error code.
getErrors() - Method in class org.tentackle.swing.rdc.TooltipAndErrorPanel
Gets the current errors as a List of InteractiveErrors
getEventSetDescriptors() - Method in class org.tentackle.swing.rdc.PdoComboBoxBeanInfo
Gets the bean's EventSetDescriptors.
getEventSetDescriptors() - Method in class org.tentackle.swing.rdc.PdoFieldPanelBeanInfo
Gets the bean's EventSetDescriptors.
getEventSetDescriptors() - Method in class org.tentackle.swing.rdc.PdoLinkPanelBeanInfo
Gets the bean's EventSetDescriptors.
getEventSetDescriptors() - Method in class org.tentackle.swing.rdc.PdoNavigationPanelBeanInfo
Gets the bean's EventSetDescriptors.
getEventSetDescriptors() - Method in class org.tentackle.swing.rdc.PdoTablePanelBeanInfo
Gets the bean's EventSetDescriptors.
getEventSetDescriptors() - Method in class org.tentackle.swing.rdc.PdoTreeBeanInfo
Gets the bean's EventSetDescriptors.
getEventSetDescriptors() - Method in class org.tentackle.swing.rdc.TooltipAndErrorPanelBeanInfo
Gets the bean's EventSetDescriptors.
getExtraMenuItems(PdoTree, DefaultMutableTreeNode) - Method in interface org.tentackle.swing.rdc.PdoTreeExtension
Defines additional menu items in the popup menu.
getFormComponent() - Method in class org.tentackle.swing.rdc.DefaultInteractiveError
 
getFormComponent() - Method in interface org.tentackle.swing.rdc.InteractiveError
Gets the related swing GUI-component.
getFormTable() - Method in class org.tentackle.swing.rdc.PdoTablePanel
Gets the table.
getFormTableEntry() - Method in class org.tentackle.swing.rdc.DefaultGuiProvider
 
getFormTableEntry() - Method in interface org.tentackle.swing.rdc.GuiProvider
Gets the table entry for viewing lists of this object in a FormTable.
getFormTableEntry() - Method in class org.tentackle.swing.rdc.security.SecurityGuiProvider
 
getFormTableModel() - Method in class org.tentackle.swing.rdc.PdoTablePanel
Gets the table model.
getFormTableName() - Method in class org.tentackle.swing.rdc.AbstractPdoSearch
 
getFormTableName() - Method in class org.tentackle.swing.rdc.DefaultGuiProvider
 
getFormTableName() - Method in interface org.tentackle.swing.rdc.GuiProvider
Gets the tablename used in to initialize the table's gui.
getFormTableName() - Method in interface org.tentackle.swing.rdc.PdoSearch
Overrides the FormTable preferences name.
getFormTableName() - Method in class org.tentackle.swing.rdc.security.SecurityGuiProvider
 
getFormTableSorter() - Method in class org.tentackle.swing.rdc.PdoTablePanel
Gets the table sorter.
getFormValue() - Method in class org.tentackle.swing.rdc.PdoComboBox
getFormValue() - Method in class org.tentackle.swing.rdc.PdoFieldPanel
getFormValue() - Method in class org.tentackle.swing.rdc.PdoLinkPanel
getGuiMapper() - Method in class org.tentackle.swing.rdc.AbstractGuiProviderFactory
Gets the GUI-service class mapper associated to this factory.
getGuiMapper() - Method in class org.tentackle.swing.rdc.DefaultGuiProviderFactory
 
getGuiProvider() - Method in class org.tentackle.swing.rdc.DefaultPdoTableEntry
Gets the GUI-service object for the PDO.
getIcon() - Method in class org.tentackle.swing.rdc.DefaultGuiProvider
 
getIcon() - Method in interface org.tentackle.swing.rdc.GuiProvider
Gets the PDO's icon.
The icon is displayed in trees, for example.
getIcon(int) - Method in class org.tentackle.swing.rdc.PdoComboBoxBeanInfo
This method returns an image object that can be used to represent the bean in toolboxes, toolbars, etc.
getIcon(int) - Method in class org.tentackle.swing.rdc.PdoFieldPanelBeanInfo
This method returns an image object that can be used to represent the bean in toolboxes, toolbars, etc.
getIcon(int) - Method in class org.tentackle.swing.rdc.PdoLinkPanelBeanInfo
This method returns an image object that can be used to represent the bean in toolboxes, toolbars, etc.
getIcon(int) - Method in class org.tentackle.swing.rdc.PdoNavigationPanelBeanInfo
This method returns an image object that can be used to represent the bean in toolboxes, toolbars, etc.
getIcon(int) - Method in class org.tentackle.swing.rdc.PdoTablePanelBeanInfo
This method returns an image object that can be used to represent the bean in toolboxes, toolbars, etc.
getIcon(int) - Method in class org.tentackle.swing.rdc.PdoTreeBeanInfo
This method returns an image object that can be used to represent the bean in toolboxes, toolbars, etc.
getIcon() - Method in interface org.tentackle.swing.rdc.PdoTreeExtension
Gets the icon of this object.
getIcon() - Method in class org.tentackle.swing.rdc.PdoTreeObject
Gets the icon.
getIcon(int) - Method in class org.tentackle.swing.rdc.TooltipAndErrorPanelBeanInfo
This method returns an image object that can be used to represent the bean in toolboxes, toolbars, etc.
getId() - Method in class org.tentackle.swing.rdc.PdoTransferData
Gets the object ID of the database object.
getInfoColumns() - Method in class org.tentackle.swing.rdc.PdoFieldPanel
Get columns of info field
getInstance() - Static method in interface org.tentackle.swing.rdc.FormTableFactory
The singleton.
getInstance() - Static method in interface org.tentackle.swing.rdc.GuiProviderFactory
The singleton.
getInstance() - Static method in interface org.tentackle.swing.rdc.InteractiveErrorFactory
The singleton.
getInstance() - Static method in interface org.tentackle.swing.rdc.PdoEditDialogFactory
The singleton.
getInstance() - Static method in class org.tentackle.swing.rdc.PdoEditDialogPool
The singleton.
getInstance() - Static method in interface org.tentackle.swing.rdc.PdoNavigationDialogFactory
The singleton.
getInstance() - Static method in interface org.tentackle.swing.rdc.PdoNavigationPanelFactory
The singleton.
getInstance() - Static method in interface org.tentackle.swing.rdc.PdoSearchDialogFactory
The singleton.
getInstance() - Static method in interface org.tentackle.swing.rdc.PdoTreeFactory
The singleton.
getInstance() - Static method in class org.tentackle.swing.rdc.security.SecurityDialogFactory
The singleton.
getLastPdo() - Method in class org.tentackle.swing.rdc.PdoEditDialog
Gets the last object (after save(), delete(), etc...).
getLevel() - Method in class org.tentackle.swing.rdc.DefaultInteractiveError
 
getLevel() - Method in interface org.tentackle.swing.rdc.InteractiveError
Gets the severity level.
getLink() - Method in class org.tentackle.swing.rdc.PdoFieldPanel
Gets the object.
getLink() - Method in class org.tentackle.swing.rdc.PdoLinkPanel
Gets the linked object.
getLinkedPdoIndex() - Method in class org.tentackle.swing.rdc.PdoEditDialog
Gets the linked pdo list list index.
getLinkedPdoList() - Method in class org.tentackle.swing.rdc.PdoEditDialog
Gets the linked pdo list.
getLinkId() - Method in class org.tentackle.swing.rdc.PdoFieldPanel
Gets the object Id of the link.
getLinkId() - Method in class org.tentackle.swing.rdc.PdoLinkPanel
Gets the object ID of the link.
getLogo() - Method in class org.tentackle.swing.rdc.app.DesktopApplication
Gets the logo.
getMaxDepthForExtractPath() - Method in class org.tentackle.swing.rdc.PdoTree
Gets the maximum treepath depth up to which the "extract path"-button is displayed in the popupmenu.
getMenuItem(boolean) - Method in class org.tentackle.swing.rdc.PdoTreeExtensionToggleNode
Gets a JMenuItem for the popup-Menu.
getMenuItem(PdoTree, DefaultMutableTreeNode, TreePath) - Method in class org.tentackle.swing.rdc.PdoTreeExtensionToggleNode
Creates a JMenuItem for the popup-Menu.
getMenuItem(boolean) - Method in class org.tentackle.swing.rdc.PdoTreeExtensionUsageToggleNode
 
getMessageComponent() - Method in class org.tentackle.swing.rdc.CancelSaveDiscardDialog
Gets the message component.
getMethodDescriptors() - Method in class org.tentackle.swing.rdc.PdoComboBoxBeanInfo
Gets the bean's MethodDescriptors.
getMethodDescriptors() - Method in class org.tentackle.swing.rdc.PdoFieldPanelBeanInfo
Gets the bean's MethodDescriptors.
getMethodDescriptors() - Method in class org.tentackle.swing.rdc.PdoLinkPanelBeanInfo
Gets the bean's MethodDescriptors.
getMethodDescriptors() - Method in class org.tentackle.swing.rdc.PdoNavigationPanelBeanInfo
Gets the bean's MethodDescriptors.
getMethodDescriptors() - Method in class org.tentackle.swing.rdc.PdoTablePanelBeanInfo
Gets the bean's MethodDescriptors.
getMethodDescriptors() - Method in class org.tentackle.swing.rdc.PdoTreeBeanInfo
Gets the bean's MethodDescriptors.
getMethodDescriptors() - Method in class org.tentackle.swing.rdc.TooltipAndErrorPanelBeanInfo
Gets the bean's MethodDescriptors.
getMinPatternLength() - Method in class org.tentackle.swing.rdc.DefaultSearch
Gets the minimum normtext pattern length.
getModelIndex(int) - Method in class org.tentackle.swing.rdc.PdoNavigationPanel
Gets the model row if navisorter and/or rowsorter is installed.
getMoveDownButton() - Method in class org.tentackle.swing.rdc.PdoTablePanel
Get access to the move-down button.
getMoveUpButton() - Method in class org.tentackle.swing.rdc.PdoTablePanel
Get access to the move-up button.
getNaviPanel() - Method in class org.tentackle.swing.rdc.PdoNavigationDialog
Gives access to the navigation panel.
getNaviPanel() - Method in class org.tentackle.swing.rdc.PdoSearchDialog
Gives access to the current navigation panel.
getNaviTable() - Method in class org.tentackle.swing.rdc.PdoNavigationPanel
Gives access to the table list.
getNaviTree() - Method in class org.tentackle.swing.rdc.PdoNavigationPanel
Gives access to the navigation tree.
getNewButton() - Method in class org.tentackle.swing.rdc.PdoTablePanel
Get access to the new button.
getNewBySearch() - Method in class org.tentackle.swing.rdc.PdoTablePanel
Gets the setting what happens when the new-button is pressed.
getNumberOfPages() - Method in class org.tentackle.swing.rdc.PdoPanel
getObject() - Method in class org.tentackle.swing.rdc.DefaultPdoTableEntry
 
getObject() - Method in class org.tentackle.swing.rdc.PdoTreeObject
Gets the object wrapped by this tree object.
getObject() - Method in class org.tentackle.swing.rdc.PdoTreeToggleNodeObject
Gets the object.
The default implementation returns "this".
getObjectClass() - Method in class org.tentackle.swing.rdc.PdoTreeObject
Gets the class of the tree object.
getObjectInParentNode(DefaultMutableTreeNode) - Static method in class org.tentackle.swing.rdc.PdoTree
Helper method for applications to get the object of the parent node.
getObjects() - Method in class org.tentackle.swing.rdc.PdoNavigationPanel
Gets the current list of objects shown.
getObjects() - Method in class org.tentackle.swing.rdc.PdoSearchDialog
Gets the list of all objects.
getObjects() - Method in class org.tentackle.swing.rdc.PdoTree
Gets the objects (first level) of this tree.
getOpenEditor() - Method in interface org.tentackle.swing.rdc.PdoTreeExtension
Defines an editor that will be invoked to "open" this tree object.
"open" usually means to open a dialog.
getPageable(PrinterJob) - Method in class org.tentackle.swing.rdc.PdoPanel
Gets the Pageable of this panel.
PdoEditDialog invokes this method if the "print" button is pressed.
getPageFormat(int) - Method in class org.tentackle.swing.rdc.PdoPanel
getPanelObject() - Method in class org.tentackle.swing.rdc.DefaultGuiProvider
 
getPanelObject() - Method in interface org.tentackle.swing.rdc.GuiProvider
Gets the effective object that should be edited or viewed in a panel.
getParentObject() - Method in class org.tentackle.swing.rdc.PdoTreeObject
Gets the parent object.
getPassword() - Method in class org.tentackle.swing.rdc.PasswordDialog
Gets the new password.
getPasswordField() - Method in class org.tentackle.swing.rdc.DefaultLoginDialog
Provides access to the password input field.
getPasswordLength() - Method in class org.tentackle.swing.rdc.PasswordDialog
Gets the length of the password fields.
getPattern() - Method in class org.tentackle.swing.rdc.DefaultSearch
Gets the normtext search pattern.
getPattern() - Method in class org.tentackle.swing.rdc.DefaultSearchPanel
Gets the normtext pattern.
getPdo() - Method in class org.tentackle.swing.rdc.DefaultGuiProvider
 
getPdo() - Method in class org.tentackle.swing.rdc.PdoEditDialog
Gets the current object
getPdo() - Method in class org.tentackle.swing.rdc.PdoPanel
Gets the currently displayed database object.
getPdo(Session) - Method in class org.tentackle.swing.rdc.PdoTransferData
Selects the object from the session backend and sets its context.
getPdoClass() - Method in class org.tentackle.swing.rdc.AbstractPdoSearch
 
getPdoClass() - Method in class org.tentackle.swing.rdc.PdoComboBox
Gets the PDO-class.
getPdoClass() - Method in class org.tentackle.swing.rdc.PdoEditDialog
Gets the PDO's class.
getPdoClass() - Method in interface org.tentackle.swing.rdc.PdoSearch
Gets the PDO class.
getPdoClassId() - Method in class org.tentackle.swing.rdc.AbstractPdoSearch
 
getPdoClassId() - Method in interface org.tentackle.swing.rdc.PdoSearch
Gets the PDO class id.
getPdoEditDialog() - Method in class org.tentackle.swing.rdc.PdoPanel
Gets the parent PdoEditDialog.
getPdoPanel() - Method in class org.tentackle.swing.rdc.PdoEditDialog
Gets the object panel.
getPdoSearch() - Method in class org.tentackle.swing.rdc.PdoSearchDialog
get the search plugin.
getPermissions() - Method in class org.tentackle.swing.rdc.PermissionEditor
Gets the selected permissions as a string.
getPopupNode() - Method in class org.tentackle.swing.rdc.PdoTreeExtensionToggleNode
Gets the popup node this toggle node is associated to.
getPrintable(PrinterJob) - Method in class org.tentackle.swing.rdc.PdoPanel
Gets the Printable of this panel.
PdoEditDialog invokes this method if the "print" button is pressed and getPageable() returned null.
getPrintable(int) - Method in class org.tentackle.swing.rdc.PdoPanel
getPropertyDescriptors() - Method in class org.tentackle.swing.rdc.PdoComboBoxBeanInfo
Gets the bean's PropertyDescriptors.
getPropertyDescriptors() - Method in class org.tentackle.swing.rdc.PdoFieldPanelBeanInfo
Gets the bean's PropertyDescriptors.
getPropertyDescriptors() - Method in class org.tentackle.swing.rdc.PdoLinkPanelBeanInfo
Gets the bean's PropertyDescriptors.
getPropertyDescriptors() - Method in class org.tentackle.swing.rdc.PdoNavigationPanelBeanInfo
Gets the bean's PropertyDescriptors.
getPropertyDescriptors() - Method in class org.tentackle.swing.rdc.PdoTablePanelBeanInfo
Gets the bean's PropertyDescriptors.
getPropertyDescriptors() - Method in class org.tentackle.swing.rdc.PdoTreeBeanInfo
Gets the bean's PropertyDescriptors.
getPropertyDescriptors() - Method in class org.tentackle.swing.rdc.TooltipAndErrorPanelBeanInfo
Gets the bean's PropertyDescriptors.
getSaveButton() - Method in class org.tentackle.swing.rdc.PdoTablePanel
Get access to the save button.
getSearchButton() - Method in class org.tentackle.swing.rdc.PdoFieldPanel
Returns the searchButton.
getSearchCriteriaAsString() - Method in class org.tentackle.swing.rdc.DefaultSearch
 
getSearchCriteriaAsString() - Method in interface org.tentackle.swing.rdc.PdoSearch
Gets a short description of the search criteria.
getSearchPanel() - Method in class org.tentackle.swing.rdc.DefaultSearch
 
getSearchPanel() - Method in interface org.tentackle.swing.rdc.PdoSearch
Gets the panel to enter the search criteria.
getSearchPlugin() - Method in class org.tentackle.swing.rdc.PdoFieldPanel
Gets the search plugin.
getSelectButton() - Method in class org.tentackle.swing.rdc.PdoNavigationPanel
Gives access to select button (to modify the text, i.e.)
getSelectedObject() - Method in class org.tentackle.swing.rdc.PdoNavigationPanel
Gets the selected object.
getSelectedObject() - Method in class org.tentackle.swing.rdc.PdoSearchDialog
Gets the (first) selected object.
getSelectedObjects() - Method in class org.tentackle.swing.rdc.PdoNavigationPanel
Gets all selected objects.
getSelectedObjects() - Method in class org.tentackle.swing.rdc.PdoSearchDialog
Gets the list of all selected objects.
getSelectionFilter() - Method in class org.tentackle.swing.rdc.PdoNavigationPanel
Gets the selection filter.
getSelectionFilter() - Method in class org.tentackle.swing.rdc.PdoSearchDialog
Gets the selection filter.
getSessionInfo() - Method in class org.tentackle.swing.rdc.DefaultLoginDialog
Displays the dialog and prompts for username and password.
If the method is invoked from within the GUI thread, the dialog is modal and will dispose after login data entered.
getSessionInfo() - Method in interface org.tentackle.swing.rdc.LoginDialog
Displays the dialog and prompts for username and password.
If the method is invoked from within the GUI thread, the dialog is modal and will dispose after login data entered.
getString(String) - Static method in class org.tentackle.swing.rdc.app.AppSwingRdcBundle
Gets a string for the given key.
getString(String) - Static method in class org.tentackle.swing.rdc.RdcSwingRdcBundle
Gets a string for the given key.
getString(String) - Static method in class org.tentackle.swing.rdc.security.SecuritySwingRdcBundle
Gets a string for the given key.
getTableClass() - Method in class org.tentackle.swing.rdc.PdoNavigationPanel
Gets the class of objects which is shown in the table.
getTableIntro() - Method in class org.tentackle.swing.rdc.PdoNavigationPanel
Gets the table intro text.
getTableName() - Method in class org.tentackle.swing.rdc.PdoTablePanel
Gets the table preferences name.
getTableTitle() - Method in class org.tentackle.swing.rdc.PdoNavigationPanel
Gets the table's title.
getTemplate() - Method in class org.tentackle.swing.rdc.PdoTablePanel
Gets the template.
getTemplateProvider() - Method in class org.tentackle.swing.rdc.PdoNavigationPanel
Returns the optional tempalte provider.
getText() - Method in class org.tentackle.swing.rdc.DefaultInteractiveError
 
getText() - Method in interface org.tentackle.swing.rdc.InteractiveError
Gets the error message.
getTitle() - Method in class org.tentackle.swing.rdc.PdoPanel
getToggleNodeId() - Method in class org.tentackle.swing.rdc.PdoTreeExtensionToggleNode
Gets the toggle node id.
getToggleNodeId() - Method in class org.tentackle.swing.rdc.PdoTreeToggleNodeObject
Gets the toggle node id.
getToggleNodeObject(Object) - Method in class org.tentackle.swing.rdc.PdoTreeExtensionToggleNode
Creates an PdoTreeToggleNodeObject to be inserted into the tree.
getToggleNodeObject(Object) - Method in class org.tentackle.swing.rdc.PdoTreeExtensionUsageToggleNode
 
getToggleNodes(PdoTree, DefaultMutableTreeNode) - Method in interface org.tentackle.swing.rdc.PdoTreeExtension
Defines additional toggle nodes.
getTooltip() - Method in class org.tentackle.swing.rdc.TooltipAndErrorPanel
Gets the displayed tooltip.
getTooltipAndErrorPanel() - Method in class org.tentackle.swing.rdc.PdoEditDialog
Gets the tooltip- and error-panel.
By default the panel is invisible.
getToolTipText() - Method in class org.tentackle.swing.rdc.DefaultGuiProvider
 
getToolTipText(Object) - Method in class org.tentackle.swing.rdc.DefaultGuiProvider
 
getToolTipText() - Method in interface org.tentackle.swing.rdc.GuiProvider
Gets the tooltip to be displayed for an object in a tree.
getToolTipText(Object) - Method in interface org.tentackle.swing.rdc.GuiProvider
Gets the tooltip text with respect to the parent object this object is displayed in a tree.
getToolTipText() - Method in class org.tentackle.swing.rdc.PdoTreeCellRenderer
getToolTipText() - Method in interface org.tentackle.swing.rdc.PdoTreeExtension
Gets the tooltip to be displayed for an object in a tree.
getToolTipText() - Method in class org.tentackle.swing.rdc.PdoTreeObject
Gets the text for the tooltip.
getToolTipText() - Method in class org.tentackle.swing.rdc.PdoTreeToggleNodeObject
Gets the tooltip text.
The default implementation returns null.
getTransferable() - Method in class org.tentackle.swing.rdc.DefaultGuiProvider
 
getTransferable() - Method in interface org.tentackle.swing.rdc.GuiProvider
Gets the Transferable for this object.
Used for drag and drop.
getTransferable() - Method in interface org.tentackle.swing.rdc.PdoTreeExtension
Gets the Transferable for this object.
Used for drag and drop.
getTransferData(DataFlavor) - Method in class org.tentackle.swing.rdc.PdoTransferable
 
getTransferDataFlavors() - Method in class org.tentackle.swing.rdc.PdoTransferable
 
getTree() - Method in class org.tentackle.swing.rdc.PdoTreeExtensionToggleNode
Gets the tree this toggle node is associated to.
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class org.tentackle.swing.rdc.PdoTreeCellRenderer
getTreeChildObjects() - Method in class org.tentackle.swing.rdc.DefaultGuiProvider
 
getTreeChildObjects(Object) - Method in class org.tentackle.swing.rdc.DefaultGuiProvider
 
getTreeChildObjects() - Method in interface org.tentackle.swing.rdc.GuiProvider
Gets all childs of this objects that should be visible to the user in a navigatable object tree.
getTreeChildObjects(Object) - Method in interface org.tentackle.swing.rdc.GuiProvider
Gets the childs with respect to the parent object this object is displayed in the current tree.
getTreeChildObjects() - Method in interface org.tentackle.swing.rdc.PdoTreeExtension
Gets all childs of this objects that should be visible to the user in a navigatable object tree.
getTreeChildObjects(Object) - Method in interface org.tentackle.swing.rdc.PdoTreeExtension
Gets the childs with respect to the parent object this object is displayed in the current tree.
getTreeExpandMaxDepth() - Method in class org.tentackle.swing.rdc.DefaultGuiProvider
 
getTreeExpandMaxDepth() - Method in interface org.tentackle.swing.rdc.GuiProvider
Gets the maximum level of expansion allowed in a navigatable object tree.
The default is 0, i.e.
getTreeFilter() - Method in class org.tentackle.swing.rdc.DefaultGuiProvider
 
getTreeFilter() - Method in interface org.tentackle.swing.rdc.GuiProvider
Gets the optional tree-view filter.
The filter is used in PdoNavigationPanel to show only certain objects in the tree view as root nodes.
getTreeFilter() - Method in class org.tentackle.swing.rdc.PdoNavigationPanel
Gets the tree filter.
getTreeParentObjects() - Method in class org.tentackle.swing.rdc.DefaultGuiProvider
 
getTreeParentObjects(Object) - Method in class org.tentackle.swing.rdc.DefaultGuiProvider
 
getTreeParentObjects() - Method in interface org.tentackle.swing.rdc.GuiProvider
Gets the parents of this object.
getTreeParentObjects(Object) - Method in interface org.tentackle.swing.rdc.GuiProvider
Gets the parents with respect to the parent object this object is displayed in the current tree.
getTreeRoot() - Method in class org.tentackle.swing.rdc.DefaultGuiProvider
 
getTreeRoot() - Method in interface org.tentackle.swing.rdc.GuiProvider
Gets the object to be displayed in trees in place of this object.
getTreeText() - Method in class org.tentackle.swing.rdc.DefaultGuiProvider
 
getTreeText(Object) - Method in class org.tentackle.swing.rdc.DefaultGuiProvider
 
getTreeText() - Method in interface org.tentackle.swing.rdc.GuiProvider
Gets the text to be displayed in trees for this object.
getTreeText(Object) - Method in interface org.tentackle.swing.rdc.GuiProvider
Gets the tree text with respect to the parent object this object is displayed in a tree.
getTreeText() - Method in class org.tentackle.swing.rdc.PdoTreeObject
Gets the text displayed in the tree for this object.
getUiComponent() - Method in class org.tentackle.swing.rdc.DefaultInteractiveError
 
getUiComponent() - Method in interface org.tentackle.swing.rdc.InteractiveError
Gets the related GUI-component.
getUsernameField() - Method in class org.tentackle.swing.rdc.DefaultLoginDialog
Provides access to the username input field.
getValidationResult() - Method in class org.tentackle.swing.rdc.DefaultInteractiveError
 
getValidationResult() - Method in interface org.tentackle.swing.rdc.InteractiveError
Gets the optional validation result.
getValueAt(int) - Method in class org.tentackle.swing.rdc.DefaultPdoTableEntry
 
getValueAt(int) - Method in class org.tentackle.swing.rdc.security.SecurityTableEntry
 
getViewIndex(int) - Method in class org.tentackle.swing.rdc.PdoNavigationPanel
Gets the view row if navisorter and/or rowsorter is installed.
getViewMode() - Method in class org.tentackle.swing.rdc.PdoNavigationPanel
Gets the current viewmode
getVisibleButtons() - Method in class org.tentackle.swing.rdc.PdoTablePanel
Gets the visible buttons mask
getVisibleErrorCount() - Method in class org.tentackle.swing.rdc.TooltipAndErrorPanel
Gets the maximum number of visible rows in error list.
getWindow() - Method in class org.tentackle.swing.rdc.app.DesktopApplication
Gets the application's window.
GRANTEE - Static variable in class org.tentackle.swing.rdc.security.SecurityTableEntry
 
granteeClazz - Static variable in class org.tentackle.swing.rdc.security.SecurityTableEntry
By default there is only one grantee-class for the grantee cell editor.
GuiProvider<T extends PersistentDomainObject<T>> - Interface in org.tentackle.swing.rdc
Provider of GUI-functionality for a pdo.
guiProvider - Variable in class org.tentackle.swing.rdc.PdoTree
current GUI provider.
GuiProviderFactory - Interface in org.tentackle.swing.rdc
A factory for GuiProviders.
GuiProviderService - Annotation Type in org.tentackle.swing.rdc
Annotation to express that the annotated class is a GUI-provider for PDO.
GuiProviderServiceAnnotationProcessor - Class in org.tentackle.swing.rdc.apt
Annotation processor for the @GuiProviderService annotation.
Enforces the implementation of the following constructors: (PersistentDomainObject)
GuiProviderServiceAnnotationProcessor() - Constructor for class org.tentackle.swing.rdc.apt.GuiProviderServiceAnnotationProcessor
 

H

hashCode() - Method in class org.tentackle.swing.rdc.PdoTreeObject
 
hideToggleNode() - Method in class org.tentackle.swing.rdc.PdoTreeExtensionToggleNode
Removes the togglenode from the tree.

I

insertItem - Variable in class org.tentackle.swing.rdc.PdoTree
 
insertObjects(List) - Method in class org.tentackle.swing.rdc.PdoTreeExtensionToggleNode
Sets the list of objects into this toggle node and inserts the toggle node into the tree (invokes showToggleNode().
installLookAndFeels() - Method in class org.tentackle.swing.rdc.app.DesktopApplication
Installs the available look and feels.
InteractiveError - Interface in org.tentackle.swing.rdc
Description of an error.
InteractiveErrorFactory - Interface in org.tentackle.swing.rdc
A factory for interactive errors.
isAbortRequested() - Method in class org.tentackle.swing.rdc.PdoCursorProgressDialog
Returns whether user clicked the abort button.
isAllowCreate() - Method in class org.tentackle.swing.rdc.PdoSearchDialog
Gets the allowcreate flag.
isAutoPack() - Method in class org.tentackle.swing.rdc.PdoNavigationPanel
Gets the pack mode.
isAutoSelectFirstItem() - Method in class org.tentackle.swing.rdc.PdoSearchDialog
Returns whether the first object is automatically selected or not.
isBrowserButtonAvailable() - Method in class org.tentackle.swing.rdc.PdoEditDialog
Gets the general availability of the browser button.
isCancelButtonVisible() - Method in class org.tentackle.swing.rdc.PdoNavigationPanel
Gets the visibility of the cancel button.
isCancelButtonVisible() - Method in class org.tentackle.swing.rdc.PdoTablePanel
Gets the visibility of the cancel button.
isCellEditable(int) - Method in class org.tentackle.swing.rdc.security.SecurityTableEntry
isChangeable() - Method in class org.tentackle.swing.rdc.PdoLinkPanel
 
isCheckExistsEnabled() - Method in class org.tentackle.swing.rdc.PdoFieldPanel
Gets the check exists feature.
isCloseButtonVisible() - Method in class org.tentackle.swing.rdc.PdoNavigationPanel
Gets the visibility of the select button.
isDataChanged() - Method in class org.tentackle.swing.rdc.PdoTablePanel
Gets status info whether data has been changed or not.
isDataFlavorSupported(DataFlavor) - Method in class org.tentackle.swing.rdc.PdoTransferable
 
isDeleteButtonAvailable() - Method in class org.tentackle.swing.rdc.PdoEditDialog
Gets the general availability of the delete button.
isDeleteButtonVisible() - Method in class org.tentackle.swing.rdc.PdoTablePanel
Gets the visibility of the delete button.
isDialogAllowed(DomainContext) - Method in class org.tentackle.swing.rdc.security.SecurityDialogFactory
Returns whether user determined by given context is allowed to use the security dialog.
isDialogNotShownIfSearchImmediateFindsSingleMatch() - Method in class org.tentackle.swing.rdc.AbstractPdoSearch
 
isDialogNotShownIfSearchImmediateFindsSingleMatch() - Method in interface org.tentackle.swing.rdc.PdoSearch
Dont show the dialog if exactly a single object is found.
Makes only sense with isSearchImmediate().
isDialogShownIfSearchImmediateFails() - Method in class org.tentackle.swing.rdc.AbstractPdoSearch
 
isDialogShownIfSearchImmediateFails() - Method in interface org.tentackle.swing.rdc.PdoSearch
Show dialog if searchImmediate fails.
isDisposeKeyEnabled() - Method in class org.tentackle.swing.rdc.PdoNavigationPanel
Returns whether the dispose key is enabled.
isDisposeOnDeleteOrSave() - Method in class org.tentackle.swing.rdc.PdoEditDialog
Returns whether the dialog is disposed after delete or save.
isDownButtonVisible() - Method in class org.tentackle.swing.rdc.PdoTablePanel
Gets the visibility of the down button.
isDropEnabled() - Method in class org.tentackle.swing.rdc.PdoFieldPanel
Returns whether the infofield of this linkpanel is a dropzone.
isDropEnabled() - Method in class org.tentackle.swing.rdc.PdoLinkPanel
Returns whether the component of this linkpanel is a dropzone.
isEditButtonVisible() - Method in class org.tentackle.swing.rdc.PdoFieldPanel
Gets the visibility of the edit button.
isEditButtonVisible() - Method in class org.tentackle.swing.rdc.PdoLinkPanel
Gets the visibility of the edit button.
isEnabled() - Method in class org.tentackle.swing.rdc.PdoEditDialogPool
Gets the pool's enabled state.
isExpanded() - Method in class org.tentackle.swing.rdc.PdoTreeObject
Gets the expanded state.
isIdButtonAvailable() - Method in class org.tentackle.swing.rdc.PdoEditDialog
Gets the general availability of the id button.
isInfoFieldVisible() - Method in class org.tentackle.swing.rdc.PdoFieldPanel
Gets the infofield's visibility.
isMultiSelection() - Method in class org.tentackle.swing.rdc.PdoSearchDialog
Returns whether multiple selections are allowed or not.
isNewAfterSave() - Method in class org.tentackle.swing.rdc.PdoEditDialog
Returns whether the object is cleared after save.
isNewButtonAvailable() - Method in class org.tentackle.swing.rdc.PdoEditDialog
Gets the general availability of the new button.
isNewButtonVisible() - Method in class org.tentackle.swing.rdc.PdoTablePanel
Gets the visibility of the save button.
isNextButtonAvailable() - Method in class org.tentackle.swing.rdc.PdoEditDialog
Gets the general availability of the next button.
isObjectAppendable(Object) - Method in class org.tentackle.swing.rdc.PdoTree
Checks whether the given object is appendable.
An object is appendable if it is not null, not an PersistentDomainObject or an PersistentDomainObject with granted read permission.
isObjectBeingEdited(T, PdoEditDialog<T>, Comparator<? super PersistentDomainObject<?>>) - Method in class org.tentackle.swing.rdc.PdoEditDialogPool
Determines whether a given object is currently being edited by some other dialog.
isObjectBeingEdited(T, PdoEditDialog<T>) - Method in class org.tentackle.swing.rdc.PdoEditDialogPool
Determines whether a given object is currently being edited by some other dialog.
isObjectBeingEdited(T) - Method in class org.tentackle.swing.rdc.PdoEditDialogPool
Determines whether a given object is currently being edited by some other dialog.
isObjectEditedModal() - Method in class org.tentackle.swing.rdc.PdoNavigationPanel
Determines whether the object should be edited modal or non-modal.
isObjectInChilds(Object, DefaultMutableTreeNode) - Method in class org.tentackle.swing.rdc.PdoTree
Checks whether given object is in some of the child paths down to the leafs.
Used to detect recursion loops.
isObjectInParents(Object, DefaultMutableTreeNode) - Method in class org.tentackle.swing.rdc.PdoTree
Checks whether given object is in path (parents to root) or not.
Used to detect recursion loops.
isOrdered() - Method in class org.tentackle.swing.rdc.PdoTablePanel
Gets the ordered feature.
isPdoDeletable() - Method in class org.tentackle.swing.rdc.PdoEditDialog
Returns whether the pdo is deletable.
isPdoEditable() - Method in class org.tentackle.swing.rdc.PdoEditDialog
Returns whether the pdo is editable.
isPdoEditedOnlyOnce() - Method in class org.tentackle.swing.rdc.PdoEditDialogPool
Returns whether an object is allowed to be edited only once at a time.
isPdoViewable() - Method in class org.tentackle.swing.rdc.PdoEditDialog
Returns whether the pdo is viewable.
isPopupEnabled() - Method in class org.tentackle.swing.rdc.PdoNavigationPanel
Returns whether popup menu is allowed in the tree view.
isPopupEnabled() - Method in class org.tentackle.swing.rdc.PdoTree
Returns whether popup-menu for nodes are enabled.
isPreviousButtonAvailable() - Method in class org.tentackle.swing.rdc.PdoEditDialog
Gets the general availability of the previous button.
isPrintButtonAvailable() - Method in class org.tentackle.swing.rdc.PdoEditDialog
Gets the general availability of the print button.
isRemovable() - Method in interface org.tentackle.swing.rdc.PdoTreeExtension
Returns whether this object can be removed.
isResultValid(List<T>) - Method in class org.tentackle.swing.rdc.DefaultSearch
 
isResultValid(List<T>) - Method in interface org.tentackle.swing.rdc.PdoSearch
Validates the result.
isSaveButtonAvailable() - Method in class org.tentackle.swing.rdc.PdoEditDialog
Gets the general availability of the save button.
isSaveButtonVisible() - Method in class org.tentackle.swing.rdc.PdoTablePanel
Gets the visibility of the save button.
isSearchButtonAvailable() - Method in class org.tentackle.swing.rdc.PdoEditDialog
Gets the general availability of the search button.
isSearchButtonVisible() - Method in class org.tentackle.swing.rdc.PdoFieldPanel
Gets the visibility of the search button.
isSearchCriteriaValid() - Method in class org.tentackle.swing.rdc.DefaultSearch
 
isSearchCriteriaValid() - Method in interface org.tentackle.swing.rdc.PdoSearch
Performs a validation of the search criteria.
isSearchImmediate() - Method in class org.tentackle.swing.rdc.AbstractPdoSearch
 
isSearchImmediate() - Method in interface org.tentackle.swing.rdc.PdoSearch
Start search immediately without asking the user to enter the search criteria.
isSearchPanelInvisible() - Method in class org.tentackle.swing.rdc.AbstractPdoSearch
 
isSearchPanelInvisible() - Method in interface org.tentackle.swing.rdc.PdoSearch
Search criteria panel visibility.
isSearchRetrievingAll() - Method in class org.tentackle.swing.rdc.DefaultSearch
 
isSearchRetrievingAll() - Method in interface org.tentackle.swing.rdc.PdoSearch
Returns whether the search will retrieve all PDOs.
Usually, if nothing is entered, all PDOs will be retrieved.
isSelectable(Object) - Method in interface org.tentackle.swing.rdc.SelectionFilter
Determines whether given object can be selected.
isSelectButtonVisible() - Method in class org.tentackle.swing.rdc.PdoNavigationPanel
Gets the visibility of the select button.
isServer() - Method in class org.tentackle.swing.rdc.app.DesktopApplication
 
isShowing() - Method in interface org.tentackle.swing.rdc.LoginDialog
Checks if this Window is showing on screen.
isShowMessageIfNotFound() - Method in class org.tentackle.swing.rdc.PdoSearchDialog
Returns whether a message should be displayed if no object is found.
isStopExpandPath() - Method in class org.tentackle.swing.rdc.PdoTreeObject
Returns whether PdoTree.doExpandPath should stop expansion (not treeWillExpand).
isStopTreeWillExpand() - Method in class org.tentackle.swing.rdc.PdoTreeObject
Returns whether this object's node should be further expanded.
isTableViewInitiallyShown() - Method in class org.tentackle.swing.rdc.AbstractPdoSearch
 
isTableViewInitiallyShown() - Method in interface org.tentackle.swing.rdc.PdoSearch
Initially show table-view instead of tree-view.
isTooltipEnabled() - Method in class org.tentackle.swing.rdc.TooltipAndErrorPanel
Returns whether the tooltip display is enabled.
isUnique() - Method in class org.tentackle.swing.rdc.PdoTablePanel
Gets the flag whether objects can be added more than once.
isUpButtonVisible() - Method in class org.tentackle.swing.rdc.PdoTablePanel
Gets the visibility of the up button.
isViewModeButtonsVisible() - Method in class org.tentackle.swing.rdc.PdoNavigationPanel
Gets the visibility of the tree- and table view buttons.
isViewModeFixed() - Method in class org.tentackle.swing.rdc.AbstractPdoSearch
 
isViewModeFixed() - Method in interface org.tentackle.swing.rdc.PdoSearch
Don't allow the user to change the view mode.
isViewRebuildNecessary() - Method in class org.tentackle.swing.rdc.AbstractPdoSearch
 
isViewRebuildNecessary() - Method in interface org.tentackle.swing.rdc.PdoSearch
View should be rebuilt for each new display of search results.
isWriteAllowed() - Method in class org.tentackle.swing.rdc.security.SecurityDialog
Returns whether writing security rules is allowed for current user.

K

keyPressed(KeyEvent) - Method in class org.tentackle.swing.rdc.PdoNavigationPanel
 
keyPressed(KeyEvent) - Method in class org.tentackle.swing.rdc.PermissionEditor
 
keyReleased(KeyEvent) - Method in class org.tentackle.swing.rdc.PdoNavigationPanel
 
keyReleased(KeyEvent) - Method in class org.tentackle.swing.rdc.PermissionEditor
 
keyTyped(KeyEvent) - Method in class org.tentackle.swing.rdc.PdoNavigationPanel
 
keyTyped(KeyEvent) - Method in class org.tentackle.swing.rdc.PermissionEditor
 

L

linkedId - Variable in class org.tentackle.swing.rdc.PdoFieldPanel
 
linkedObject - Variable in class org.tentackle.swing.rdc.PdoFieldPanel
 
listChanged(List<T>) - Method in class org.tentackle.swing.rdc.PdoTablePanel
Shows a list of data objects.
listUpdated() - Method in class org.tentackle.swing.rdc.PdoNavigationPanel
Notifies the navigation panel that the list of objects or objects within the list have changed and the view needs to be updated.
loadItemsIfContextChanged() - Method in class org.tentackle.swing.rdc.PdoComboBox
Loads the items.
loadObject() - Method in class org.tentackle.swing.rdc.PdoFieldPanel
Loads the object
LoginDialog - Interface in org.tentackle.swing.rdc
A generic login dialog.
lostOwnership(Clipboard, Transferable) - Method in class org.tentackle.swing.rdc.PdoTransferable
 

M

makeTableItem - Variable in class org.tentackle.swing.rdc.PdoTree
 
markPrinted() - Method in class org.tentackle.swing.rdc.PdoPanel
Indicates a successful printout.
The default implementation does nothing.
move(boolean) - Method in class org.tentackle.swing.rdc.PdoTablePanel
Moves the current object (row) in list up or down.

N

newInstance(T) - Method in class org.tentackle.swing.rdc.DefaultPdoTableEntry
 
newInstance(Security) - Method in class org.tentackle.swing.rdc.security.SecurityTableEntry
 

O

openEditor - Variable in class org.tentackle.swing.rdc.PdoTree
!= null if object provides special editor.
openItem - Variable in class org.tentackle.swing.rdc.PdoTree
 
org.tentackle.swing.rdc - package org.tentackle.swing.rdc
Swing rich desktop client API.
org.tentackle.swing.rdc.app - package org.tentackle.swing.rdc.app
Application lifecycle.
org.tentackle.swing.rdc.apt - package org.tentackle.swing.rdc.apt
Swing annotation processors.
org.tentackle.swing.rdc.security - package org.tentackle.swing.rdc.security
Security rules editing UI.

P

pack() - Method in class org.tentackle.swing.rdc.PdoPanel
Packs the parent window.
panelExists() - Method in class org.tentackle.swing.rdc.DefaultGuiProvider
 
panelExists() - Method in interface org.tentackle.swing.rdc.GuiProvider
Determines whether a panel exists to edit or view this object.
PasswordDialog - Class in org.tentackle.swing.rdc
Password dialog.
PasswordDialog(String) - Constructor for class org.tentackle.swing.rdc.PasswordDialog
Creates a password dialog.
PasswordDialog() - Constructor for class org.tentackle.swing.rdc.PasswordDialog
Creates a password dialog and prompts for the new password.
pathConsistsOfPdos(TreePath) - Method in class org.tentackle.swing.rdc.PdoTree
Checks whether a path contains only PersistentDomainObjects.
PDO_FLAVOR - Static variable in class org.tentackle.swing.rdc.PdoTransferable
flavor for a single PersistentDomainObject
PDO_LIST_FLAVOR - Static variable in class org.tentackle.swing.rdc.PdoTransferable
flavor for a list of PersistentDomainObjects
PdoComboBox<T extends PersistentDomainObject<T>> - Class in org.tentackle.swing.rdc
A combobox for PDOs.
PdoComboBox(AbstractFormField) - Constructor for class org.tentackle.swing.rdc.PdoComboBox
Creates a combobox for a given AbstractFormField.
PdoComboBox() - Constructor for class org.tentackle.swing.rdc.PdoComboBox
Creates a combobox.
PdoComboBoxBeanInfo - Class in org.tentackle.swing.rdc
BeanInfo for PdoComboBox.
PdoComboBoxBeanInfo() - Constructor for class org.tentackle.swing.rdc.PdoComboBoxBeanInfo
 
PdoCursorProgressDialog - Class in org.tentackle.swing.rdc
Progress dialog for search cursors.
PdoCursorProgressDialog() - Constructor for class org.tentackle.swing.rdc.PdoCursorProgressDialog
Creates a progress dialog.
PdoEditDialog<T extends PersistentDomainObject<T>> - Class in org.tentackle.swing.rdc
Edit dialog for PersistentDomainObjects.
PdoEditDialog(Window, T, boolean) - Constructor for class org.tentackle.swing.rdc.PdoEditDialog
Creates a database object dialog.
PdoEditDialogFactory - Interface in org.tentackle.swing.rdc
A factory for PdoEditDialogs.
PdoEditDialogPool - Class in org.tentackle.swing.rdc
Pool for PdoEditDialogs.
PdoEditDialogPool() - Constructor for class org.tentackle.swing.rdc.PdoEditDialogPool
Creates a dialog pool
PdoFieldPanel<T extends PersistentDomainObject<T>> - Class in org.tentackle.swing.rdc
A panel containing a FormField representing the key to select the data object and buttons for editing/viewing/searching.
PdoFieldPanel() - Constructor for class org.tentackle.swing.rdc.PdoFieldPanel
Creates an application database object field panel.
PdoFieldPanelBeanInfo - Class in org.tentackle.swing.rdc
BeanInfo for PdoFieldPanel.
PdoFieldPanelBeanInfo() - Constructor for class org.tentackle.swing.rdc.PdoFieldPanelBeanInfo
 
PdoFormTableEntry<T extends PersistentDomainObject<T>> - Class in org.tentackle.swing.rdc
A FormTableEntry aware of PDOs.
PdoFormTableEntry() - Constructor for class org.tentackle.swing.rdc.PdoFormTableEntry
 
PdoLinkPanel<T extends PersistentDomainObject<T>> - Class in org.tentackle.swing.rdc
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).
PdoLinkPanel() - Constructor for class org.tentackle.swing.rdc.PdoLinkPanel
Creates an application database object link panel.
PdoLinkPanelBeanInfo - Class in org.tentackle.swing.rdc
BeanInfo for PdoLinkPanel.
PdoLinkPanelBeanInfo() - Constructor for class org.tentackle.swing.rdc.PdoLinkPanelBeanInfo
 
PdoNavigationDialog<T extends PersistentDomainObject<T>> - Class in org.tentackle.swing.rdc
Navigation dialog for a list of PersistentDomainObjects.
PdoNavigationDialog(Window, List<T>, SelectionFilter, int, boolean) - Constructor for class org.tentackle.swing.rdc.PdoNavigationDialog
Creates a navigation dialog for a list of objects.
PdoNavigationDialog(Window, List<T>, SelectionFilter) - Constructor for class org.tentackle.swing.rdc.PdoNavigationDialog
Creates a navigation dialog for a list of objects.
PdoNavigationDialog(List<T>, SelectionFilter, boolean) - Constructor for class org.tentackle.swing.rdc.PdoNavigationDialog
Creates a navigation dialog for a list of objects.
PdoNavigationDialog(List<T>, SelectionFilter) - Constructor for class org.tentackle.swing.rdc.PdoNavigationDialog
Creates a navigation dialog for a list of objects.
PdoNavigationDialog(Window, T, SelectionFilter, int, boolean) - Constructor for class org.tentackle.swing.rdc.PdoNavigationDialog
Creates a navigation dialog for a single object.
PdoNavigationDialog(Window, T, SelectionFilter) - Constructor for class org.tentackle.swing.rdc.PdoNavigationDialog
Creates a navigation dialog for a single object.
PdoNavigationDialog(T, SelectionFilter, boolean) - Constructor for class org.tentackle.swing.rdc.PdoNavigationDialog
Creates a navigation dialog for a single object.
PdoNavigationDialog(T, SelectionFilter) - Constructor for class org.tentackle.swing.rdc.PdoNavigationDialog
Creates a navigation dialog for a single object.
PdoNavigationDialogFactory - Interface in org.tentackle.swing.rdc
A factory for PdoNavigationDialogs.
PdoNavigationPanel<T extends PersistentDomainObject<T>> - Class in org.tentackle.swing.rdc
Panel for object navigation.
PdoNavigationPanel(List<T>, SelectionFilter, int, boolean, String) - Constructor for class org.tentackle.swing.rdc.PdoNavigationPanel
Creates a navigation panel.
PdoNavigationPanel(List<T>, SelectionFilter, int, boolean) - Constructor for class org.tentackle.swing.rdc.PdoNavigationPanel
Creates a navigation panel.
The preferences table name is determined by the first object.
PdoNavigationPanel(List<T>, SelectionFilter) - Constructor for class org.tentackle.swing.rdc.PdoNavigationPanel
Creates a navigation panel.
The preferences table name is determined by the first object.
PdoNavigationPanel(List<T>) - Constructor for class org.tentackle.swing.rdc.PdoNavigationPanel
Creates a navigation panel.
The preferences table name is determined by the first object.
PdoNavigationPanel(T, SelectionFilter, int, boolean, String) - Constructor for class org.tentackle.swing.rdc.PdoNavigationPanel
Creates a navigation panel for a single object.
PdoNavigationPanel(T, SelectionFilter, int, boolean) - Constructor for class org.tentackle.swing.rdc.PdoNavigationPanel
Creates a navigation panel for a single object.
The preferences table name is determined by the object.
PdoNavigationPanel(T, SelectionFilter) - Constructor for class org.tentackle.swing.rdc.PdoNavigationPanel
Creates a navigation panel for a single object.
The preferences table name is determined by the object.
PdoNavigationPanel(T) - Constructor for class org.tentackle.swing.rdc.PdoNavigationPanel
Creates a navigation panel for a single object.
The preferences table name is determined by the object.
PdoNavigationPanel() - Constructor for class org.tentackle.swing.rdc.PdoNavigationPanel
Creates an empty navigation panel.
This constructor makes it a bean.
PdoNavigationPanel.ViewMode - Enum in org.tentackle.swing.rdc
The view mode.
PdoNavigationPanelBeanInfo - Class in org.tentackle.swing.rdc
BeanInfo for PdoNavigationPanel.
PdoNavigationPanelBeanInfo() - Constructor for class org.tentackle.swing.rdc.PdoNavigationPanelBeanInfo
 
PdoNavigationPanelFactory - Interface in org.tentackle.swing.rdc
A factory for PdoNavigationPanels.
PdoPanel<T extends PersistentDomainObject<T>> - Class in org.tentackle.swing.rdc
Panel to view and/or edit an PersistentDomainObject.
PdoPanel() - Constructor for class org.tentackle.swing.rdc.PdoPanel
 
PdoSearch<T extends PersistentDomainObject<T>> - Interface in org.tentackle.swing.rdc
A PDO search.
Combines arbitrary search criteria, a panel to edit those criteria, the execution and display of the search.
PdoSearchDialog<T extends PersistentDomainObject<T>> - Class in org.tentackle.swing.rdc
A generic search dialog.
PdoSearchDialog(Window, DomainContext, Class<T>, SelectionFilter, boolean, boolean) - Constructor for class org.tentackle.swing.rdc.PdoSearchDialog
Creates a search dialog.
PdoSearchDialog(DomainContext, Class<T>, SelectionFilter, boolean, boolean) - Constructor for class org.tentackle.swing.rdc.PdoSearchDialog
Creates a search dialog.
PdoSearchDialog(Window, PdoSearch<T>, SelectionFilter, boolean, boolean) - Constructor for class org.tentackle.swing.rdc.PdoSearchDialog
Creates a search dialog.
PdoSearchDialogFactory - Interface in org.tentackle.swing.rdc
A factory for PdoSearchDialogs.
PdoTableCellRenderer - Class in org.tentackle.swing.rdc
A table cell renderer for PersistentDomainObjects.
PdoTableCellRenderer() - Constructor for class org.tentackle.swing.rdc.PdoTableCellRenderer
 
PdoTablePanel<T extends PersistentDomainObject<T>> - Class in org.tentackle.swing.rdc
 
PdoTablePanel(FormTableEntry<T>, List<T>, boolean, String) - Constructor for class org.tentackle.swing.rdc.PdoTablePanel
Creates a table panel.
PdoTablePanel() - Constructor for class org.tentackle.swing.rdc.PdoTablePanel
Creates an empty table panel.
PdoTablePanelBeanInfo - Class in org.tentackle.swing.rdc
BeanInfo for PdoTablePanel.
PdoTablePanelBeanInfo() - Constructor for class org.tentackle.swing.rdc.PdoTablePanelBeanInfo
 
PdoTransferable<T extends PersistentDomainObject<T>> - Class in org.tentackle.swing.rdc
Transferable for Drag and Drop of PersistentDomainObjects or lists of.
PdoTransferable(T) - Constructor for class org.tentackle.swing.rdc.PdoTransferable
Creates a transfertable for an object.
PdoTransferable(Collection<?>) - Constructor for class org.tentackle.swing.rdc.PdoTransferable
Creates a transferable for a collection of objects.
Non-PDOs are skipped.
PdoTransferData<T extends PersistentDomainObject<T>> - Class in org.tentackle.swing.rdc
Transfer data for an PersistentDomainObject.
PdoTransferData(String, long) - Constructor for class org.tentackle.swing.rdc.PdoTransferData
Creates a transfer data object.
PdoTransferData(T) - Constructor for class org.tentackle.swing.rdc.PdoTransferData
Creates a transfer data object.
PdoTree - Class in org.tentackle.swing.rdc
An extended FormTree that implements object navigation, drag and drop, clipboard functionality for PersistentDomainObjects, and provides a context-sensitive popup menu,
PdoTree(Collection<?>) - Constructor for class org.tentackle.swing.rdc.PdoTree
Creates a tree.
If the given object is a Collection the objects of the collection will be shown in the tree.
PdoTree(Object) - Constructor for class org.tentackle.swing.rdc.PdoTree
Creates a tree.
If the given object is a Collection the objects of the collection will be shown in the tree.
PdoTree() - Constructor for class org.tentackle.swing.rdc.PdoTree
Creates an empty tree.
PdoTreeBeanInfo - Class in org.tentackle.swing.rdc
BeanInfo for PdoTree.
PdoTreeBeanInfo() - Constructor for class org.tentackle.swing.rdc.PdoTreeBeanInfo
 
PdoTreeCellRenderer - Class in org.tentackle.swing.rdc
The default renderer for an PdoTree.
PdoTreeCellRenderer() - Constructor for class org.tentackle.swing.rdc.PdoTreeCellRenderer
 
PdoTreeExtension - Interface in org.tentackle.swing.rdc
Interface to add features to objects displayed in an PdoTree.
PdoTreeExtensionEditor - Interface in org.tentackle.swing.rdc
Interface editors in PdoTreeExtension must implement.
PdoTreeExtensionToggleNode - Class in org.tentackle.swing.rdc
A childnode for nodes in an PdoTree to add a popup-menu-item for toggling the display of subtrees.
PdoTreeExtensionToggleNode(int) - Constructor for class org.tentackle.swing.rdc.PdoTreeExtensionToggleNode
Creates a toggle node.
PdoTreeExtensionUsageToggleNode - Class in org.tentackle.swing.rdc
A toggle node to display the "usage of..." an PersistentDomainObject.
PdoTreeExtensionUsageToggleNode() - Constructor for class org.tentackle.swing.rdc.PdoTreeExtensionUsageToggleNode
Creates a usage toggle node
PdoTreeFactory - Interface in org.tentackle.swing.rdc
A factory for PdoTrees.
PdoTreeObject - Class in org.tentackle.swing.rdc
Object wrapper associated to a node in an PdoTree.
PdoTreeObject(Object, Object) - Constructor for class org.tentackle.swing.rdc.PdoTreeObject
Creates a tree object.
PdoTreeToggleNodeObject - Class in org.tentackle.swing.rdc
Extended PdoTreeObject for displaying subtrees as childnodes in an PdoTree.
PdoTreeToggleNodeObject(int, String, ImageIcon) - Constructor for class org.tentackle.swing.rdc.PdoTreeToggleNodeObject
Creates a toggle node object.
PermissionEditor - Class in org.tentackle.swing.rdc
An editor for Permissions.
PermissionEditor() - Constructor for class org.tentackle.swing.rdc.PermissionEditor
Creates a permission editor.
PERMISSIONS - Static variable in class org.tentackle.swing.rdc.security.SecurityTableEntry
 
popupMenu - Variable in class org.tentackle.swing.rdc.PdoTree
 
popupNode - Variable in class org.tentackle.swing.rdc.PdoTree
current node for popup.
popupObject - Variable in class org.tentackle.swing.rdc.PdoTree
current object for popup.
popupPath - Variable in class org.tentackle.swing.rdc.PdoTree
current path for popup.
prepareCancel() - Method in class org.tentackle.swing.rdc.PdoPanel
Prepares the cancel operation.
Invoked when the dialog is closed or the object is removed from the panel in general.
prepareDelete() - Method in class org.tentackle.swing.rdc.PdoPanel
Prepares to delete the current object.
Invoked when the user wants to delete the current object (presses the "delete" button, for example).
prepareNew() - Method in class org.tentackle.swing.rdc.PdoPanel
Prepares to create a new object.
Invoked when the user instantiates a new object (presses the "new" button, for example).
prepareSave() - Method in class org.tentackle.swing.rdc.PdoPanel
Checks the object for consistency before it is saved.
This method must *NOT* do any modifications to the database.
prepareSearch() - Method in class org.tentackle.swing.rdc.PdoPanel
Prepares to search for objects.
Invoked when the user wants to search for objects (presses the "search" button, for example).
presetSearchCriteria(T) - Method in class org.tentackle.swing.rdc.DefaultSearch
 
presetSearchCriteria(T) - Method in interface org.tentackle.swing.rdc.PdoSearch
Presets the search parameter with default values from given PDO.
print(Graphics, PageFormat, int) - Method in class org.tentackle.swing.rdc.PdoPanel
process(Set<? extends TypeElement>, RoundEnvironment) - Method in class org.tentackle.swing.rdc.apt.GuiProviderServiceAnnotationProcessor
 
processClass(Element) - Method in class org.tentackle.swing.rdc.apt.GuiProviderServiceAnnotationProcessor
 
processWindowEvent(WindowEvent) - Method in class org.tentackle.swing.rdc.DefaultLoginDialog
processWindowEvent(WindowEvent) - Method in class org.tentackle.swing.rdc.PdoEditDialog
processWindowEvent(WindowEvent) - Method in class org.tentackle.swing.rdc.PdoSearchDialog
processWindowEvent(WindowEvent) - Method in class org.tentackle.swing.rdc.security.SecurityDialog

R

Rdc - Class in org.tentackle.swing.rdc
Collected factory methods for the RDC client.
Combines all the rdc factories and enhances code readability.
RdcSwingRdcBundle - Class in org.tentackle.swing.rdc
Bundle for rdc-package in tentackle-swing-rdc.
refreshCurrentNode() - Method in class org.tentackle.swing.rdc.PdoTree
Refreshes the view of the current node.
removeActionListener(ActionListener) - Method in class org.tentackle.swing.rdc.PdoEditDialog
Removes an action Listener.
removeAllListeners() - Method in class org.tentackle.swing.rdc.PdoEditDialog
Removes all Listeners.
removeDialog(PdoEditDialog<?>) - Method in class org.tentackle.swing.rdc.PdoEditDialogPool
Removes a dialog from the pool.
removeListSelectionListener(ListSelectionListener) - Method in class org.tentackle.swing.rdc.PdoNavigationPanel
Removes a selection changed listener.
removeSelectionInterval(int, int) - Method in class org.tentackle.swing.rdc.PdoNavigationPanel
Removes a selection for a given range of objects.
removeTableModelListener(TableModelListener) - Method in class org.tentackle.swing.rdc.PdoTablePanel
Removes a TableModelListener.
requestFocusForFirstItem() - Method in class org.tentackle.swing.rdc.PdoNavigationPanel
Requests the focus for the first object, whether list- or tree-view.
requestFocusForFirstItem() - Method in class org.tentackle.swing.rdc.PdoTree
Transfer the focus to the first item in tree.
requestFocusInWindow() - Method in class org.tentackle.swing.rdc.PdoLinkPanel
 
resetSearchCriteria() - Method in class org.tentackle.swing.rdc.DefaultSearch
 
resetSearchCriteria() - Method in interface org.tentackle.swing.rdc.PdoSearch
Resets the search criteria to its default.
revokeLock() - Method in class org.tentackle.swing.rdc.PdoEditDialog
Revokes a token lock to the object that has not been saved.
This method is is only provided to be overridden (see poolkeeper.replication).
rollback() - Method in class org.tentackle.swing.rdc.PdoEditDialog
Rollback the current transaction
runEdit() - Method in class org.tentackle.swing.rdc.PdoFieldPanel
Edits the object
runEdit() - Method in class org.tentackle.swing.rdc.PdoLinkPanel
Edits the object
runSearch() - Method in class org.tentackle.swing.rdc.PdoFieldPanel
Runs the search
runSearch() - Method in class org.tentackle.swing.rdc.PdoLinkPanel
Runs the search
runSearch() - Method in class org.tentackle.swing.rdc.PdoSearchDialog
Runs the search.

S

SAVE - Static variable in class org.tentackle.swing.rdc.CancelSaveDiscardDialog
return code for "save"
save() - Method in class org.tentackle.swing.rdc.PdoEditDialog
Saves the current object.
saveObject() - Method in class org.tentackle.swing.rdc.PdoEditDialog
Saves the object.
saveRules() - Method in class org.tentackle.swing.rdc.security.SecurityDialog
Saves the rules.
saveValue() - Method in class org.tentackle.swing.rdc.PermissionEditor
 
saveValues() - Method in class org.tentackle.swing.rdc.PdoEditDialog
saveValues() - Method in class org.tentackle.swing.rdc.security.SecurityDialog
scrollToFirstItem() - Method in class org.tentackle.swing.rdc.PdoNavigationPanel
Scrolls to the first object, whether list- or tree-view.
scrollToIndex(int) - Method in class org.tentackle.swing.rdc.PdoNavigationPanel
Scrolls to object at given index.
searchObject() - Method in class org.tentackle.swing.rdc.PdoTablePanel
If newBySearch is enabled this method is invoked to run the search.
SecurityDialog - Class in org.tentackle.swing.rdc.security
Dialog to edit security rules.
The dialog edits the class rules in one tab and the optional object rules in a second.
SecurityDialog(DomainContext, Class<?>, long) - Constructor for class org.tentackle.swing.rdc.security.SecurityDialog
Creates a dialog for editing security rule sets.
The SecurityDialog should only be invoked indirectly by the SecurityManager.
SecurityDialogFactory - Class in org.tentackle.swing.rdc.security
A factory for SecurityDialog.
SecurityDialogFactory() - Constructor for class org.tentackle.swing.rdc.security.SecurityDialogFactory
 
SecurityGuiProvider - Class in org.tentackle.swing.rdc.security
GUI provider for Security rules.
SecurityGuiProvider(Security) - Constructor for class org.tentackle.swing.rdc.security.SecurityGuiProvider
Creates a GUI provider for a security rule.
SecuritySwingRdcBundle - Class in org.tentackle.swing.rdc.security
Bundle for security-package in tentackle-swing-rdc.
SecurityTableEntry - Class in org.tentackle.swing.rdc.security
The default formtable entry for a Security rule.
SecurityTableEntry(Security) - Constructor for class org.tentackle.swing.rdc.security.SecurityTableEntry
Creates a table entry.
selectAllItem - Variable in class org.tentackle.swing.rdc.PdoTree
 
selectGrantee() - Method in class org.tentackle.swing.rdc.security.SecurityTableEntry
Selects the grantee.
SelectionFilter - Interface in org.tentackle.swing.rdc
A filter to check whether an object is selectable or not.
setAutoPack(boolean) - Method in class org.tentackle.swing.rdc.PdoNavigationPanel
Sets the pack mode.
setAutoSelectFirstItem(boolean) - Method in class org.tentackle.swing.rdc.PdoSearchDialog
Sets whether the first object is automatically selected or not.
setBrowserButtonAvailable(boolean) - Method in class org.tentackle.swing.rdc.PdoEditDialog
Sets the general availability of the browser button.
setButtonMode(int) - Method in class org.tentackle.swing.rdc.PdoNavigationPanel
Sets the button mode.
setButtonsEnabled(boolean) - Method in class org.tentackle.swing.rdc.PdoSearchDialog
Enables/disables all buttons.
setButtonsLessObtrusive(boolean) - Method in class org.tentackle.swing.rdc.PdoTablePanel
Makes the buttons less obtrusive.
setCancelButtonVisible(boolean) - Method in class org.tentackle.swing.rdc.PdoNavigationPanel
Sets the visibility of the cancel button.
setCancelButtonVisible(boolean) - Method in class org.tentackle.swing.rdc.PdoTablePanel
Sets the visibility of the cancel button.
setCellEditorUsage(boolean) - Method in class org.tentackle.swing.rdc.PdoFieldPanel
 
setCellEditorUsage(boolean) - Method in class org.tentackle.swing.rdc.PdoLinkPanel
 
setChangeable(boolean) - Method in class org.tentackle.swing.rdc.PdoEditDialog
setChangeable(boolean) - Method in class org.tentackle.swing.rdc.PdoFieldPanel
 
setChangeable(boolean) - Method in class org.tentackle.swing.rdc.PdoLinkPanel
 
setChangeable(boolean) - Method in class org.tentackle.swing.rdc.PdoTablePanel
 
setCheckExistsEnabled(boolean) - Method in class org.tentackle.swing.rdc.PdoFieldPanel
Sets whether the object exists for given domain key.
If there is no object for given key an error popup will be shown.
setCloseButtonVisible(boolean) - Method in class org.tentackle.swing.rdc.PdoNavigationPanel
Sets the visibility of the select button.
setDeleteButtonAvailable(boolean) - Method in class org.tentackle.swing.rdc.PdoEditDialog
Sets the general availability of the delete button.
setDeleteButtonVisible(boolean) - Method in class org.tentackle.swing.rdc.PdoTablePanel
Sets the visibility of the delete button.
setDialogNotShownIfSingleMatch(boolean) - Method in class org.tentackle.swing.rdc.AbstractPdoSearch
 
setDialogShownIfSearchImmediateFails(boolean) - Method in class org.tentackle.swing.rdc.AbstractPdoSearch
 
setDisposeKeyEnabled(boolean) - Method in class org.tentackle.swing.rdc.PdoNavigationPanel
Sets whether the cancel/dispose-key is enabled.
If this key is pressed when tree or table has the focus the enclosing window is disposed.
setDisposeOnDeleteOrSave(boolean) - Method in class org.tentackle.swing.rdc.PdoEditDialog
Sets whether the dialog will be disposed after delete or save.
setDomainContext(DomainContext) - Method in class org.tentackle.swing.rdc.PdoComboBox
Sets the domain context.
Useful if there's no binding.
setDownButtonVisible(boolean) - Method in class org.tentackle.swing.rdc.PdoTablePanel
Sets the visibility of the down button.
setDropEnabled(boolean) - Method in class org.tentackle.swing.rdc.PdoFieldPanel
Sets the infofield of this linkpanel to be a drop zone.
setDropEnabled(boolean) - Method in class org.tentackle.swing.rdc.PdoLinkPanel
Sets the component of this linkpanel to be a drop zone.
setEditButtonVisible(boolean) - Method in class org.tentackle.swing.rdc.PdoFieldPanel
Sets the visibility of the edit button.
Some apps don't want the user to edit the object.
setEditButtonVisible(boolean) - Method in class org.tentackle.swing.rdc.PdoLinkPanel
Sets the visibility of the edit button.
Some apps don't want the user to edit the object.
setEnabled(boolean) - Method in class org.tentackle.swing.rdc.PdoEditDialogPool
Sets the pool's enabled state.
setErrorCode(String) - Method in class org.tentackle.swing.rdc.DefaultInteractiveError
 
setErrorCode(String) - Method in interface org.tentackle.swing.rdc.InteractiveError
Sets the optional error code.
setErrors(List<InteractiveError>) - Method in class org.tentackle.swing.rdc.TooltipAndErrorPanel
Sets the list of errors.
setErrors(InteractiveError...) - Method in class org.tentackle.swing.rdc.TooltipAndErrorPanel
Sets the errors.
Alternative to TooltipAndErrorPanel.setErrors(java.util.List) saves typing if number of errors is known.
setExpanded(boolean) - Method in class org.tentackle.swing.rdc.PdoTreeObject
Sets the expanded state.
setFormComponent(FormComponent) - Method in class org.tentackle.swing.rdc.PdoFieldPanel
 
setFormComponent(FormComponent) - Method in class org.tentackle.swing.rdc.PdoLinkPanel
 
setFormTableName(String) - Method in class org.tentackle.swing.rdc.AbstractPdoSearch
 
setFormValue(Object) - Method in class org.tentackle.swing.rdc.PdoComboBox
setFormValue(Object) - Method in class org.tentackle.swing.rdc.PdoFieldPanel
setFormValue(Object) - Method in class org.tentackle.swing.rdc.PdoLinkPanel
setIcon(ImageIcon) - Method in class org.tentackle.swing.rdc.PdoTreeObject
Sets the icon.
setIdButtonAvailable(boolean) - Method in class org.tentackle.swing.rdc.PdoEditDialog
Sets the general availability of the id button.
setInfoColumns(int) - Method in class org.tentackle.swing.rdc.PdoFieldPanel
Sets columns of the info field.
setInfoFieldVisible(boolean) - Method in class org.tentackle.swing.rdc.PdoFieldPanel
Sets the infofield's visibility.
setInitialFocus() - Method in class org.tentackle.swing.rdc.PdoPanel
Sets the initial focus.
Usually requests the focus for the top left component.
setInitialFocus() - Method in class org.tentackle.swing.rdc.PdoSearchDialog
Sets the focus to the initial or first component.
setLevel(Logger.Level) - Method in class org.tentackle.swing.rdc.DefaultInteractiveError
 
setLevel(Logger.Level) - Method in interface org.tentackle.swing.rdc.InteractiveError
Sets the severity level.
setLink(PdoSearch<T>, long) - Method in class org.tentackle.swing.rdc.PdoFieldPanel
Sets the link.
setLink(T) - Method in class org.tentackle.swing.rdc.PdoFieldPanel
sets the link object (if plugin matches)
setLink(Class<T>, DomainContext, long, boolean) - Method in class org.tentackle.swing.rdc.PdoFieldPanel
Sets the link with default plugin.
setLink(Class<T>, DomainContext, long) - Method in class org.tentackle.swing.rdc.PdoFieldPanel
Sets the link with default plugin.
setLink(PdoSearch<T>, long) - Method in class org.tentackle.swing.rdc.PdoLinkPanel
Sets the link.
setLink(T) - Method in class org.tentackle.swing.rdc.PdoLinkPanel
Sets the link object (if plugin matches).
setLink(Class<T>, DomainContext, long, boolean) - Method in class org.tentackle.swing.rdc.PdoLinkPanel
Set the link with default plugin.
setLink(Class<T>, DomainContext, long) - Method in class org.tentackle.swing.rdc.PdoLinkPanel
Set the link with default plugin.
setLinkedPdoList(List<T>) - Method in class org.tentackle.swing.rdc.PdoEditDialog
Sets a list of linked PDOs.
setListSelectionMode(int) - Method in class org.tentackle.swing.rdc.PdoNavigationPanel
Sets the list selection mode.
setLookAndFeel(String) - Method in class org.tentackle.swing.rdc.app.DesktopApplication
Sets the look and feel.
setMaxDepthForExtractPath(int) - Method in class org.tentackle.swing.rdc.PdoTree
Sets the maximum treepath depth up to which the "extract path"-button is displayed in the popupmenu.
setMessageComponent(Component) - Method in class org.tentackle.swing.rdc.CancelSaveDiscardDialog
Replaces the default center panel with some other Component.
setMinPatternLength(int) - Method in class org.tentackle.swing.rdc.DefaultSearch
Sets the minimum normtext pattern length.
setMultiSelection(boolean) - Method in class org.tentackle.swing.rdc.PdoSearchDialog
Sets whether multiple selections are allowed or not.
setName(String) - Method in class org.tentackle.swing.rdc.PdoFieldPanel
setName(String) - Method in class org.tentackle.swing.rdc.PdoLinkPanel
setNewAfterSave(boolean) - Method in class org.tentackle.swing.rdc.PdoEditDialog
Sets whether the object is cleared after save.
setNewButtonAvailable(boolean) - Method in class org.tentackle.swing.rdc.PdoEditDialog
Sets the general availability of the new button.
setNewButtonVisible(boolean) - Method in class org.tentackle.swing.rdc.PdoTablePanel
Sets the visibility of the new button.
setNewBySearch(boolean) - Method in class org.tentackle.swing.rdc.PdoTablePanel
Defines what happens when the new-button is pressed.
setNextButtonAvailable(boolean) - Method in class org.tentackle.swing.rdc.PdoEditDialog
Sets the general availability of the next button.
setObject(Object) - Method in class org.tentackle.swing.rdc.PdoTreeObject
Sets the object wrapped by this tree object.
setObjects(List<T>, PdoNavigationPanel.ViewMode) - Method in class org.tentackle.swing.rdc.PdoNavigationPanel
Replaces the current list of objects and updates the view.
setObjects(List<T>, boolean) - Method in class org.tentackle.swing.rdc.PdoNavigationPanel
Replaces the current list of objects and updates the view.
setObjects(List<T>) - Method in class org.tentackle.swing.rdc.PdoNavigationPanel
Replaces the current list of objects and updates the view.
setOrdered(boolean) - Method in class org.tentackle.swing.rdc.PdoTablePanel
Defines whether the data is ordered or not.
setPasswordLength(int) - Method in class org.tentackle.swing.rdc.PasswordDialog
Sets the length of the password fields.
setPattern(String) - Method in class org.tentackle.swing.rdc.DefaultSearch
Sets the normtext search pattern.
setPattern(String) - Method in class org.tentackle.swing.rdc.DefaultSearchPanel
Sets the normtext pattern.
setPdo(T) - Method in class org.tentackle.swing.rdc.DefaultGuiProvider
 
setPdo(T, boolean) - Method in class org.tentackle.swing.rdc.PdoEditDialog
Sets the object.
setPdo(T) - Method in class org.tentackle.swing.rdc.PdoEditDialog
Sets the object and requests the initial focus.
setPdo(T) - Method in class org.tentackle.swing.rdc.PdoPanel
Sets the database object and updates the view.
setPdoClass(Class<T>) - Method in class org.tentackle.swing.rdc.PdoComboBox
Sets the PDO-class.
Useful if there's no binding.
setPdoEditDialog(PdoEditDialog<T>) - Method in class org.tentackle.swing.rdc.PdoPanel
Sets the parent PdoEditDialog.
setPdoEditedOnlyOnce(boolean) - Method in class org.tentackle.swing.rdc.PdoEditDialogPool
Sets whether an object is allowed to be edited only once at a time.
setPdoSearch(PdoSearch<T>) - Method in class org.tentackle.swing.rdc.PdoSearchDialog
Set the search plugin (if custom).
setPermissions(String) - Method in class org.tentackle.swing.rdc.PermissionEditor
Sets the permissions from a comma separated string.
setPopupEnabled(boolean) - Method in class org.tentackle.swing.rdc.PdoNavigationPanel
Allow/disallow popup-menu in the tree view.
setPopupEnabled(boolean) - Method in class org.tentackle.swing.rdc.PdoTree
Enables/disables the popup-menu for nodes.
setPreviousButtonAvailable(boolean) - Method in class org.tentackle.swing.rdc.PdoEditDialog
Sets the general availability of the previous button.
setPrintButtonAvailable(boolean) - Method in class org.tentackle.swing.rdc.PdoEditDialog
Sets the general availability of the print button.
setSaveButtonAvailable(boolean) - Method in class org.tentackle.swing.rdc.PdoEditDialog
Sets the general availability of the save button.
setSaveButtonVisible(boolean) - Method in class org.tentackle.swing.rdc.PdoTablePanel
Sets the visibility of the save button.
setSearchButtonAvailable(boolean) - Method in class org.tentackle.swing.rdc.PdoEditDialog
Sets the general availability of the search button.
setSearchButtonVisible(boolean) - Method in class org.tentackle.swing.rdc.PdoFieldPanel
Sets the visibility of the search button.
The default is visible.
setSearchImmediate(boolean) - Method in class org.tentackle.swing.rdc.AbstractPdoSearch
 
setSearchPanelInvisible(boolean) - Method in class org.tentackle.swing.rdc.AbstractPdoSearch
 
setSelectButtonVisible(boolean) - Method in class org.tentackle.swing.rdc.PdoNavigationPanel
Sets the visibility of the select button.
setShowMessageIfNotFound(boolean) - Method in class org.tentackle.swing.rdc.PdoSearchDialog
Sets whether a message should be displayed if no object is found.
setStopExpandPath(boolean) - Method in class org.tentackle.swing.rdc.PdoTreeObject
Sets whether PdoTree.doExpandPath should stop expansion (not treeWillExpand).
setStopTreeWillExpand(boolean) - Method in class org.tentackle.swing.rdc.PdoTreeObject
Defines whether this object's node should be further expanded.
setTableIntro(String) - Method in class org.tentackle.swing.rdc.PdoNavigationPanel
Sets the table's intro-text that appears on the first page of the printout, usually the selection criteria from a search parameter.
setTableName(String) - Method in class org.tentackle.swing.rdc.PdoTablePanel
Sets the table name which is used to load the preferences.
setTableTitle(String) - Method in class org.tentackle.swing.rdc.PdoNavigationPanel
Sets the table's title-text that appears on the printout.
setTableViewInitiallyShown(boolean) - Method in class org.tentackle.swing.rdc.AbstractPdoSearch
 
setTemplate(FormTableEntry<T>) - Method in class org.tentackle.swing.rdc.PdoTablePanel
Changes the template (necessary if context changed).
setTemplateProvider(T) - Method in class org.tentackle.swing.rdc.PdoNavigationPanel
Sets the optional template provider.
setText(String) - Method in class org.tentackle.swing.rdc.DefaultInteractiveError
 
setText(String) - Method in interface org.tentackle.swing.rdc.InteractiveError
Sets the error message.
setTitle(String) - Method in class org.tentackle.swing.rdc.PdoEditDialog
setTooltip(String) - Method in class org.tentackle.swing.rdc.TooltipAndErrorPanel
 
setTooltipEnabled(boolean) - Method in class org.tentackle.swing.rdc.TooltipAndErrorPanel
Enables/disables the tooltip-field.
setTreeFilter(ObjectFilter<T>) - Method in class org.tentackle.swing.rdc.PdoNavigationPanel
Sets the tree filter.
Optional filter to reduce the root objects visible in the tree view.
setTreeSelectionMode(int) - Method in class org.tentackle.swing.rdc.PdoNavigationPanel
Sets the tree selection mode.
setTreeText(String) - Method in class org.tentackle.swing.rdc.PdoTreeObject
Sets the text displayed in the tree for this object.
setUiComponent(Object) - Method in class org.tentackle.swing.rdc.DefaultInteractiveError
 
setUiComponent(Object) - Method in interface org.tentackle.swing.rdc.InteractiveError
Sets the related GUI-component.
setUnique(boolean) - Method in class org.tentackle.swing.rdc.PdoTablePanel
Defines whether objects may not appear more than once.
Setting unique makes only sense if newBySearch is enabled as well.
setup() - Method in class org.tentackle.swing.rdc.PdoFieldPanel
Sets up the component, drop enabled and clears the object
setup(List<T>, SelectionFilter, int, boolean, String) - Method in class org.tentackle.swing.rdc.PdoNavigationPanel
setup panel
setup(DomainContext, Class<T>, SelectionFilter, boolean) - Method in class org.tentackle.swing.rdc.PdoSearchDialog
Sets up the dialog by context and searchclass.
setup(PdoSearch<T>, SelectionFilter, boolean) - Method in class org.tentackle.swing.rdc.PdoSearchDialog
Sets up the dialog by plugin.
setup(FormTableEntry<T>, List<T>, boolean, String) - Method in class org.tentackle.swing.rdc.PdoTablePanel
Creates a table panel.
setupButtons() - Method in class org.tentackle.swing.rdc.PdoEditDialog
sets visibility of buttons
setUpButtonVisible(boolean) - Method in class org.tentackle.swing.rdc.PdoTablePanel
Sets the visibility of the up button.
setupUserLabel() - Method in class org.tentackle.swing.rdc.security.SecurityDialog
Sets up the userlabel.
setValidationResult(ValidationResult) - Method in class org.tentackle.swing.rdc.DefaultInteractiveError
 
setValidationResult(ValidationResult) - Method in interface org.tentackle.swing.rdc.InteractiveError
Sets the optional validation result.
setValue(Object) - Method in class org.tentackle.swing.rdc.PdoTableCellRenderer
 
setValueAt(int, Object) - Method in class org.tentackle.swing.rdc.security.SecurityTableEntry
 
setViewModeButtonsVisible(boolean) - Method in class org.tentackle.swing.rdc.PdoNavigationPanel
Sets the visibility of the tree- and table view buttons.
setViewModeFixed(boolean) - Method in class org.tentackle.swing.rdc.AbstractPdoSearch
 
setViewRebuildNecessary(boolean) - Method in class org.tentackle.swing.rdc.AbstractPdoSearch
 
setVisible(boolean) - Method in interface org.tentackle.swing.rdc.LoginDialog
Shows or hides this login dialog.
setVisibleButtons(int) - Method in class org.tentackle.swing.rdc.PdoTablePanel
Sets the visible buttons mask.
setVisibleErrorCount(int) - Method in class org.tentackle.swing.rdc.TooltipAndErrorPanel
Sets the maximum number of visible rows in the error list.
If more errors are present a scrollbar will be shown.
SHOW_BUTTONS - Static variable in class org.tentackle.swing.rdc.PdoNavigationPanel
show default buttons: cancel and select
SHOW_CANCEL - Static variable in class org.tentackle.swing.rdc.PdoNavigationPanel
show cancel button
SHOW_CANCEL_BUTTON - Static variable in class org.tentackle.swing.rdc.PdoTablePanel
 
SHOW_CLOSE - Static variable in class org.tentackle.swing.rdc.PdoNavigationPanel
show close button
SHOW_DELETE_BUTTON - Static variable in class org.tentackle.swing.rdc.PdoTablePanel
 
SHOW_DOWN_BUTTON - Static variable in class org.tentackle.swing.rdc.PdoTablePanel
 
SHOW_NEW_BUTTON - Static variable in class org.tentackle.swing.rdc.PdoTablePanel
 
SHOW_NOBUTTON - Static variable in class org.tentackle.swing.rdc.PdoNavigationPanel
don't show any button
SHOW_SAVE_BUTTON - Static variable in class org.tentackle.swing.rdc.PdoTablePanel
 
SHOW_SELECT - Static variable in class org.tentackle.swing.rdc.PdoNavigationPanel
show select button
SHOW_UP_BUTTON - Static variable in class org.tentackle.swing.rdc.PdoTablePanel
 
showComponent() - Method in class org.tentackle.swing.rdc.DefaultInteractiveError
 
showComponent() - Method in interface org.tentackle.swing.rdc.InteractiveError
Shows the component to the user.
The default implementation invokes FormComponent.requestFocusLater().
showDialog(String, String, String, String) - Method in class org.tentackle.swing.rdc.CancelSaveDiscardDialog
Shows the modal dialog and returns the user's answer.
showDialog() - Method in class org.tentackle.swing.rdc.CancelSaveDiscardDialog
Shows the modal dialog and returns the user's answer.
If CancelSaveDiscardDialog.setMessageComponent(java.awt.Component) is used.
showDialog() - Method in class org.tentackle.swing.rdc.PasswordDialog
Shows the modal dialog.
showDialog() - Method in class org.tentackle.swing.rdc.PdoCursorProgressDialog
Shows the modal dialog.
showDialog(boolean) - Method in class org.tentackle.swing.rdc.PdoEditDialog
Shows the dialog.
The dialog can be either modal or non-modal.
showDialog() - Method in class org.tentackle.swing.rdc.PdoEditDialog
Shows the dialog.
The dialog can be either modal or non-modal.
showDialog() - Method in class org.tentackle.swing.rdc.PdoNavigationDialog
Displays the dialog.
Waits for selection if the dialog is modal.
showDialog() - Method in class org.tentackle.swing.rdc.PdoSearchDialog
Shows the dialog (modal or non-modal).
showDialog() - Method in class org.tentackle.swing.rdc.security.SecurityDialog
Shows the (modal) dialog.
showEditDialog(Component, T, boolean) - Method in class org.tentackle.swing.rdc.app.DesktopApplication
Brings up an edit dialog for a given object.
showEditDialog(Component, Class<T>, boolean) - Method in class org.tentackle.swing.rdc.app.DesktopApplication
Brings up an edit dialog for a given class.
showEditDialog(Class<T>) - Method in class org.tentackle.swing.rdc.app.DesktopApplication
Brings up a non-modal edit dialog for a given class.
showEditor(PdoTree, DefaultMutableTreeNode, boolean, boolean) - Method in interface org.tentackle.swing.rdc.PdoTreeExtensionEditor
Invokes the editor on the given object defined by the node.
The editor is responsible to update the tree!
showErrorOnSave(Throwable, long) - Method in class org.tentackle.swing.rdc.PdoEditDialog
Shows an error message to the user if saving the PDO has failed.
showItem - Variable in class org.tentackle.swing.rdc.PdoTree
 
showLoginStatus(String) - Method in class org.tentackle.swing.rdc.app.DesktopApplication
Displays a message during login.
showPopup() - Method in class org.tentackle.swing.rdc.PdoTree
Shows the popup menu at current selection.
showSearchDialog(FormWindow, Class<T>) - Method in class org.tentackle.swing.rdc.app.DesktopApplication
Brings up a search dialog for a given class.
showSearchDialog(Class<T>) - Method in class org.tentackle.swing.rdc.app.DesktopApplication
Brings up a search dialog for a given class.
showStatus(String) - Method in class org.tentackle.swing.rdc.DefaultLoginDialog
Shows a message status.
showStatus(String) - Method in interface org.tentackle.swing.rdc.LoginDialog
Shows a message status.
showToggleNode() - Method in class org.tentackle.swing.rdc.PdoTreeExtensionToggleNode
Inserts the toggle-node as the first childnode.
showValidationResults(List<ValidationResult>) - Method in class org.tentackle.swing.rdc.PdoEditDialog
Shows the validation results.
start(String[]) - Method in class org.tentackle.swing.rdc.app.DesktopApplication
Launches the application.
stop() - Method in class org.tentackle.swing.rdc.app.DesktopApplication
Gracefully terminates the application.
stopTreeExpansion() - Method in class org.tentackle.swing.rdc.DefaultGuiProvider
 
stopTreeExpansion() - Method in interface org.tentackle.swing.rdc.GuiProvider
Determines whether tree explansion should stop at this object.
Sometimes treechilds should not be expanded if in a recursive "expand all".
subTreeItem - Variable in class org.tentackle.swing.rdc.PdoTree
 

T

TEXT - Static variable in class org.tentackle.swing.rdc.security.SecurityTableEntry
 
toggleItems - Variable in class org.tentackle.swing.rdc.PdoTree
optional togglenode menu items.
TOGGLENODEID_TREEUSAGE - Static variable in class org.tentackle.swing.rdc.PdoTreeExtensionUsageToggleNode
 
toggleSeparator - Variable in class org.tentackle.swing.rdc.PdoTree
!= null if sep.
TooltipAndErrorPanel - Class in org.tentackle.swing.rdc
Provides a tooltip-like info field and an error-list the user can click on set the focus to the related component.
TooltipAndErrorPanel() - Constructor for class org.tentackle.swing.rdc.TooltipAndErrorPanel
Creates the panel.
TooltipAndErrorPanelBeanInfo - Class in org.tentackle.swing.rdc
BeanInfo for TooltipAndErrorPanel.
TooltipAndErrorPanelBeanInfo() - Constructor for class org.tentackle.swing.rdc.TooltipAndErrorPanelBeanInfo
 
toString() - Method in class org.tentackle.swing.rdc.DefaultGuiProvider
 
toString() - Method in class org.tentackle.swing.rdc.DefaultInteractiveError
 
toString() - Method in class org.tentackle.swing.rdc.PdoTreeObject
 
treeWillCollapse(TreeExpansionEvent) - Method in class org.tentackle.swing.rdc.PdoTree
treeWillExpand(TreeExpansionEvent) - Method in class org.tentackle.swing.rdc.PdoTree
triggerValuesChanged() - Method in class org.tentackle.swing.rdc.PdoEditDialog
triggerValuesChanged() - Method in class org.tentackle.swing.rdc.security.SecurityDialog
TX_DELETE - Static variable in class org.tentackle.swing.rdc.PdoEditDialog
tx name for delete
TX_SAVE - Static variable in class org.tentackle.swing.rdc.PdoEditDialog
tx name for save
TX_SAVE_RULES - Static variable in class org.tentackle.swing.rdc.security.SecurityDialog
transaction name for "save rules"

U

updateCodeAndInfoField(T) - Method in class org.tentackle.swing.rdc.PdoFieldPanel
Updates both the code- and the info field.
updateInfoFieldDropAndColor() - Method in class org.tentackle.swing.rdc.PdoFieldPanel
Updates the background color of the infofield.
updateResult(List<T>) - Method in class org.tentackle.swing.rdc.PdoSearchDialog
Updates the list of objects in the navigation panel.
updateRowCount(int) - Method in class org.tentackle.swing.rdc.PdoCursorProgressDialog
Updates and displays the row count.
usageMenuItem - Variable in class org.tentackle.swing.rdc.PdoTree
!= null if usage menu item available.
usageToggleNode - Variable in class org.tentackle.swing.rdc.PdoTree
!= null if usage toggle node available.
useModalDialog(Component, T, boolean, boolean) - Method in class org.tentackle.swing.rdc.PdoEditDialogPool
Gets a modal dialog ready for use.
Will re-use a pooled dialog if possible, otherwise creates a new one.
useModalDialog(Component, T, boolean) - Method in class org.tentackle.swing.rdc.PdoEditDialogPool
Gets a modal dialog ready for use.
useModalDialog(T, boolean) - Method in class org.tentackle.swing.rdc.PdoEditDialogPool
Gets a modal dialog ready for use.
useNonModalDialog(Component, T, boolean, boolean, boolean) - Method in class org.tentackle.swing.rdc.PdoEditDialogPool
Gets a non-modal dialog ready for use.
useNonModalDialog(T, boolean, boolean) - Method in class org.tentackle.swing.rdc.PdoEditDialogPool
Gets a non-modal dialog ready for use.
useNonModalDialog(Component, T, boolean) - Method in class org.tentackle.swing.rdc.PdoEditDialogPool
Gets a non-modal dialog ready for use.
useNonModalDialog(T, boolean) - Method in class org.tentackle.swing.rdc.PdoEditDialogPool
Gets a non-modal dialog ready for use.
userLabel - Variable in class org.tentackle.swing.rdc.security.SecurityDialog
 

V

validatePattern() - Method in class org.tentackle.swing.rdc.DefaultSearch
Validates the normtext pattern.
valueOf(String) - Static method in enum org.tentackle.swing.rdc.PdoNavigationPanel.ViewMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.tentackle.swing.rdc.PdoNavigationPanel.ViewMode
Returns an array containing the constants of this enum type, in the order they are declared.
verifyObject() - Method in class org.tentackle.swing.rdc.PdoPanel
Verifies the data object.
view(T, Component) - Method in class org.tentackle.swing.rdc.PdoEditDialogPool
Shows an Pdo in a non-modal dialog.
view(T) - Method in class org.tentackle.swing.rdc.PdoEditDialogPool
Shows an Pdo in a non-modal dialog.
viewModal(T, Component) - Method in class org.tentackle.swing.rdc.PdoEditDialogPool
Shows an Pdo in a modal dialog.
viewModal(T) - Method in class org.tentackle.swing.rdc.PdoEditDialogPool
Shows an Pdo in a modal dialog.
A B C D E F G H I K L M N O P R S T U V 
Skip navigation links

Tentackle - distributed, domain- and model-driven