A B C D E F G H I K L M N O P Q R S T U V W X Y _

A

abortRequested - Variable in class org.tentackle.appworx.AppDbCursor
user requested to abort the loading of data
AboutDialog - Class in org.tentackle.appworx
About dialog.
Displays the application's logo (icon), versioning information and a memory/GC-button.
AboutDialog(String, Icon) - Constructor for class org.tentackle.appworx.AboutDialog
Creates an about dialog.
absolute(int) - Method in class org.tentackle.db.ResultSetWrapper
Moves the cursor to the given row number in this ResultSet object.
absolute() - Method in class org.tentackle.util.BMoney
Gets the absolute value.
absolute() - Method in class org.tentackle.util.DMoney
 
absolutePath() - Method in class org.tentackle.db.DbPreferences
 
AbstractApplication - Class in org.tentackle.appworx
Common code shared by all different kinds of Tentackle applications, such as Application, ApplicationServer or WebApplication
AbstractApplication() - Constructor for class org.tentackle.appworx.AbstractApplication
Super constructor for all derived classes.
AbstractFormTableModel - Class in org.tentackle.ui
Abstract table model that maintains a chained mapping of rows by a FormTableMap.
AbstractFormTableModel() - Constructor for class org.tentackle.ui.AbstractFormTableModel
 
accept() - Method in class org.tentackle.net.CompressedServerSocket
 
accept(SocketImpl) - Method in class org.tentackle.net.SocketImplWrapper
 
accept(Component) - Method in class org.tentackle.ui.FormFocusTraversalPolicy
Determines whether the specified Component is an acceptable choice as the new focus owner.
AcceptDenyCheckBox - Class in org.tentackle.ui
A simple checkbox for ok/yes/allow (green) and cancel/no/deny (red).
AcceptDenyCheckBox(boolean) - Constructor for class org.tentackle.ui.AcceptDenyCheckBox
Creates an AcceptDenyCheckBox.
AcceptDenyCheckBox() - Constructor for class org.tentackle.ui.AcceptDenyCheckBox
Creates an AcceptDenyCheckBox.
AcceptDenyCheckBoxBeanInfo - Class in org.tentackle.ui
BeanInfo for AcceptDenyCheckBox.
AcceptDenyCheckBoxBeanInfo() - Constructor for class org.tentackle.ui.AcceptDenyCheckBoxBeanInfo
 
ACTION_CANCEL - Static variable in class org.tentackle.appworx.AppDbObjectDialog
action string for "cancel"
ACTION_CANCEL - Static variable in class org.tentackle.appworx.AppDbObjectNaviPanel
"cancel" action
ACTION_CANCEL - Static variable in class org.tentackle.appworx.AppDbObjectTablePanel
 
ACTION_CLOSE - Static variable in class org.tentackle.appworx.AppDbObjectNaviPanel
"close" action
ACTION_DELETE - Static variable in class org.tentackle.appworx.AppDbObjectDialog
action string for "delete"
ACTION_NEW - Static variable in class org.tentackle.appworx.AppDbObjectDialog
action string for "new"
ACTION_NEXT - Static variable in class org.tentackle.appworx.AppDbObjectDialog
action string for "next"
ACTION_PREVIOUS - Static variable in class org.tentackle.appworx.AppDbObjectDialog
action string for "previous"
ACTION_SAVE - Static variable in class org.tentackle.appworx.AppDbObjectDialog
action string for "save"
ACTION_SAVE - Static variable in class org.tentackle.appworx.AppDbObjectTablePanel
 
ACTION_SEARCH - Static variable in class org.tentackle.appworx.AppDbObjectDialog
action string for "search"
ACTION_SELECT - Static variable in class org.tentackle.appworx.AppDbObjectNaviPanel
"select" action
actionPerformed(ActionEvent) - Method in class org.tentackle.plaf.TFlasherListener
 
actionPerformed(ActionEvent) - Method in class org.tentackle.ui.FormCheckBox
 
actionPerformed(ActionEvent) - Method in class org.tentackle.ui.FormComboBox
Overridden to do nothing!
actionPerformed(ActionEvent) - Method in class org.tentackle.ui.FormRadioButton
 
add(T) - Method in class org.tentackle.appworx.AppDbObjectCache
add an object to the cache.
add(T) - Method in class org.tentackle.appworx.AppDbObjectCacheIndex
add an object to the index.
add(String, Object...) - Method in class org.tentackle.db.Query
Appends an sql-part and corresponding parameters to this query.
add(BMoney) - Method in class org.tentackle.util.BMoney
Adds a BMoney to this value and returns a new object.
add(BMoney) - Method in class org.tentackle.util.DMoney
 
add(long) - Method in class org.tentackle.util.LongArray
Adds a long value to the array
add(E) - Method in class org.tentackle.util.TrackedArrayList
Appends the specified element to the end of this list.
add(int, E) - Method in class org.tentackle.util.TrackedArrayList
Inserts the specified element at the specified position in this list.
addActionListener(ActionListener) - Method in class org.tentackle.appworx.AppDbObjectDialog
Adds an action listener that will be invoked as soon as delete, save or cancel has been pressed.
addActionListener(ActionListener) - Method in class org.tentackle.ui.FormPanel
Adds an ActionListener.
The listener can be invoked by the application on demand.
addActionListener(ActionListener) - Method in class org.tentackle.ui.FormTable
Adds an action listener (usually a double click on a selection).
addActionListener(ActionListener) - Method in class org.tentackle.ui.FormTextArea
Adds the specified action listener to receive action events from this textfield.
addActionListener(ActionListener) - Method in class org.tentackle.ui.FormTree
Adds an action listener (usually double click on a selection).
addAll(Collection<? extends E>) - Method in class org.tentackle.util.TrackedArrayList
Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's Iterator.
addAll(int, Collection<? extends E>) - Method in class org.tentackle.util.TrackedArrayList
Inserts all of the elements in the specified collection into this list, starting at the specified position.
addAllItems(Object[]) - Method in class org.tentackle.ui.FormComboBox
Adds an array of items to the list of objects.
addAllItems(Collection) - Method in class org.tentackle.ui.FormComboBox
Adds a collection of items to the list of objects.
addColumn(TableColumn) - Method in class org.tentackle.ui.FormTableColumnModel
 
addConnection(ManagedConnection) - Method in class org.tentackle.db.DefaultConnectionManager
Adds a connection to the list.
addDb(Db) - Method in class org.tentackle.db.DefaultConnectionManager
Adds a Db to the list.
addDialog(AppDbObjectDialog) - Method in class org.tentackle.appworx.AppDbObjectDialogPool
Adds a dialog to the pool.
addExpiration(long, long, long[]) - Method in class org.tentackle.db.TableSerialExpirationBacklog
Adds an expiration set to the backlog.
addForGrantId(long) - Method in class org.tentackle.appworx.SecurityManager
Adds the Security rules for a given grantee ID to the ACL cache.
addFormTableTraversalListener(FormTableTraversalListener) - Method in class org.tentackle.ui.FormTable
Adds a traversal listener.
addFormWrapListener(FormWrapListener) - Method in class org.tentackle.ui.FormDialog
 
addFormWrapListener(FormWrapListener) - Method in class org.tentackle.ui.FormFrame
 
addFormWrapListener(FormWrapListener) - Method in interface org.tentackle.ui.FormWindow
Adss a wrap listener which will be invoked whenever the focus wraps in this window, i.e.
addIconProvider(IconProvider) - Static method in class org.tentackle.plaf.PlafGlobal
Registers an IconProvider.
addIdSource(IdSource) - Method in class org.tentackle.db.Db
Subclasses get their default ID-Source from the Db-connection.
addIndex(AppDbObjectCacheIndex<T, ?>) - Method in class org.tentackle.appworx.AppDbObjectCache
Add an index to cache.
addIndexIfNotAssigned(AppDbObjectCacheIndex<T, ?>) - Method in class org.tentackle.appworx.AppDbObjectCache
Adds an index if not already added.
addItem(Object) - Method in class org.tentackle.ui.FormComboBox
Adds an item to the item list.
addKeyListener() - Method in class org.tentackle.ui.FormTableUtilityPopup
Adds the default key listener for KeyEvent.VK_F3.
addKeyListenerForKey(int) - Method in class org.tentackle.ui.FormTableUtilityPopup
Adds a key listener for a given keycode.
addLimitOffsetToSql(StringBuilder, int, int) - Method in class org.tentackle.db.Db
Adds a limit and offset clause to an SQL statement according to the database backend in use.
addListSelectionListener(ListSelectionListener) - Method in class org.tentackle.appworx.AppDbObjectNaviPanel
Adds a selection changed listener.
addListSelectionListener(ListSelectionListener) - Method in class org.tentackle.ui.FormTable
Adds a selection changed listener.
addModificationTable() - Method in class org.tentackle.db.ModificationCounter
Adds an entry for this counter (== database object class) to the modification table.
addMouseListenerForHeaderOfTable() - Method in class org.tentackle.ui.FormTableSorter
Installs a Mouse-Listener to the table header.
Mouse clicks on a column header will be treated as follows: single click: add column to sort criteria double click: add column and run the sort Pressing the shift key switches to descending order for the column.
addMouseListenerForTable() - Method in class org.tentackle.ui.FormTableUtilityPopup
Adds a mouse listener to the whole table (including the header) for this popup.
addMouseListenerForTableHeader() - Method in class org.tentackle.ui.FormTableUtilityPopup
Adds a mouse listener only to the table header for this popup.
addNodeChangeListener(NodeChangeListener) - Method in class org.tentackle.db.DbPreferences
Registers the specified listener to receive node change events for this node.
addParameter(AnalyzeInfo.Parameter) - Method in class org.tentackle.annotations.AnalyzeInfo
Adds a formal parameter
addPreferenceChangeListener(PreferenceChangeListener) - Method in class org.tentackle.db.DbPreferences
Registers the specified listener to receive preference change events for this preference node.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.tentackle.ui.FormTableSorter
Adds a property change listener (used if sorting has changed)
addRemovedObject(E) - Method in class org.tentackle.util.TrackedArrayList
Adds an object to the list of removed objects.
addRemovedObjects(Collection<E>) - Method in class org.tentackle.util.TrackedArrayList
Adds a list of objects to the list of removed objects.
addSelectionInterval(int, int) - Method in class org.tentackle.appworx.AppDbObjectNaviPanel
Adds a selection for a given range of objects.
addSession(Object, AppUserInfo) - Method in class org.tentackle.appworx.WebApplication
Adds a mapping between a session and a user info.
addSortIndex(int) - Method in class org.tentackle.ui.FormTableSorter
Adds a sort index.
addSpinListener(SpinListener) - Method in class org.tentackle.ui.FormSpinField
Adds a SpinListener.
addTableModelListener(TableModelListener) - Method in class org.tentackle.appworx.AppDbObjectTablePanel
Adds a TableModelListener.
addUnique(T) - Method in class org.tentackle.appworx.AppDbObjectCacheIndex
add an unique object to the index.
addValueListener(ValueListener) - Method in class org.tentackle.ui.FormCheckBox
 
addValueListener(ValueListener) - Method in class org.tentackle.ui.FormComboBox
 
addValueListener(ValueListener) - Method in interface org.tentackle.ui.FormComponent
Adds a value listener that implements the binding between this component and the data.
addValueListener(ValueListener) - Method in class org.tentackle.ui.FormComponentPanel
 
addValueListener(ValueListener) - Method in class org.tentackle.ui.FormField
 
addValueListener(ValueListener) - Method in class org.tentackle.ui.FormRadioButton
 
addValueListener(ValueListener) - Method in class org.tentackle.ui.FormTextArea
 
addWindow(Window) - Static method in class org.tentackle.ui.FormHelper
Adds window to the set of windows (must be visible or iconified).
addWindowActionListener(ActionListener) - Static method in class org.tentackle.ui.FormHelper
Adds a listener being notified whenever the state of the current windows-list has changed.
ADJUST_LEFT - Static variable in class org.tentackle.ui.FormField
remove leading fillers
ADJUST_NONE - Static variable in class org.tentackle.ui.FormField
no adjustment at all
ADJUST_RIGHT - Static variable in class org.tentackle.ui.FormField
remove trailing fillers
ADJUST_TRIM - Static variable in class org.tentackle.ui.FormField
trim to both sides (default)
adjustAllocation(Shape) - Method in class org.tentackle.plaf.TFieldView
Adjusts the allocation given to the view to be a suitable allocation for a text field.
adjustGraphics2D(Graphics2D, PageFormat) - Static method in class org.tentackle.print.PrintHelper
Adjusts the graphics context according to the given format.
The job can be printed in two ways: by job.print() and by job.print(aset).
advance(Report) - Method in interface org.tentackle.print.ReportSource
Prepare the data in this report source so that it can be printed.
advance(Report) - Method in class org.tentackle.print.ReportSourceAdapter
 
afterLast() - Method in interface org.tentackle.db.DbCursor
Positions the cursor after the last row.
afterLast() - Method in class org.tentackle.db.ResultSetWrapper
Moves the cursor to the end of this ResultSet object, just after the last row.
afterLast() - Method in interface org.tentackle.db.rmi.RemoteDbCursor
 
afterLast() - Method in class org.tentackle.db.rmi.RemoteDbCursorImpl
 
afterLast() - Method in class org.tentackle.db.SimpleDbCursor
Positions the cursor after the last row.
alarmBackgroundColor - Static variable in class org.tentackle.plaf.PlafGlobal
 
alarmColor - Static variable in class org.tentackle.plaf.PlafGlobal
system colors
alignLocation() - Method in class org.tentackle.ui.FormDialog
 
alignLocation() - Method in class org.tentackle.ui.FormFrame
 
alignLocation() - Method in interface org.tentackle.ui.FormWindow
Aligns the location of this window in order not to cover other windows (best as possible).
alignScale(BMoney) - Method in class org.tentackle.util.BMoney
Check the scale of the given money value.
allInContextCursorStatementId - Variable in class org.tentackle.appworx.AppDbObjectClassVariables
prepared statement ID for AppDbObject.selectAllInContextCursor()
allInContextStatementId - Variable in class org.tentackle.appworx.AppDbObjectClassVariables
prepared statement ID for AppDbObject.selectAllInContext()
ALLOW - Static variable in class org.tentackle.appworx.SecurityTableEntry
 
allowsHistory() - Method in class org.tentackle.appworx.AppDbObject
Determines whether this object (or class) provides a field level history.
This controls the history-menuitem in trees.
allowsTreeChildObjects() - Method in class org.tentackle.appworx.AppDbObject
Determines whether this object may have child objects that should be visible in a navigatable tree.
The default implementation returns true.
allowsTreeChildObjects() - Method in interface org.tentackle.appworx.AppDbObjectTreeExtension
Determines whether this object may have child objects that should be visible in a navigatable tree.
allowsTreeParentObjects() - Method in class org.tentackle.appworx.AppDbObject
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.
AlreadyLoggedInException - Exception in org.tentackle.appworx.rmi
Exception thrown by an application server if the user is already logged in.
Only for appservers that don't allow a user logged in more than once.
AlreadyLoggedInException(AppUserInfo) - Constructor for exception org.tentackle.appworx.rmi.AlreadyLoggedInException
Creates an AlreadyLoggedInException.
alwaysPrepare() - Method in class org.tentackle.db.DbObject
Determines whether prepared statements of this class should always be prepared each time when the statement used.
alwaysPrepare - Variable in class org.tentackle.db.DbObjectClassVariables
true if prepared statements should always be prepared (i.e.
alwaysPrepare() - Method in class org.tentackle.db.LegacyDbObject
Determines whether prepared statements of this class should always be prepared each time when the statement used.
alwaysPrepare - Variable in class org.tentackle.db.LegacyDbObjectClassVariables
true if prepared statements should always be prepared (i.e.
Analyze - Annotation Type in org.tentackle.annotations
Annotation for manually written methods that must be analyzed by apt prior to wurbelization.
AnalyzeInfo - Class in org.tentackle.annotations
Holds information gathered by the Analyze annotation.
AnalyzeInfo(String) - Constructor for class org.tentackle.annotations.AnalyzeInfo
Creates an AnalyzeInfo for a given type.
AnalyzeInfo(ProcessingEnvironment, ExecutableElement) - Constructor for class org.tentackle.annotations.AnalyzeInfo
Creates an AnalyzeInfo from a method element.
AnalyzeInfo.Parameter - Class in org.tentackle.annotations
Abstraction of a method parameter.
AnalyzeInfo.Parameter(ProcessingEnvironment, VariableElement) - Constructor for class org.tentackle.annotations.AnalyzeInfo.Parameter
Constructor used in apt run.
AnalyzeInfo.Parameter(StringTokenizer) - Constructor for class org.tentackle.annotations.AnalyzeInfo.Parameter
Constructor used when reading from infofile.
AnalyzeInfo.Parameter(String, String) - Constructor for class org.tentackle.annotations.AnalyzeInfo.Parameter
Constructor for wurblets adding paramaters like "this".
AnalyzeProcessor - Class in org.tentackle.annotations
Annotation Processor for the Analyze-annotation.
AnalyzeProcessor() - Constructor for class org.tentackle.annotations.AnalyzeProcessor
Creates the annotation processor for the Analyze annotation.
AppDbCursor<T extends AppDbObject> - Class in org.tentackle.appworx
Extends SimpleDbCursor for AppDbObjects.
AppDbCursor(ContextDb, Class<T>, ResultSetWrapper, boolean) - Constructor for class org.tentackle.appworx.AppDbCursor
Creates a cursor for a local connection.
AppDbCursor(ContextDb, Class<T>, ResultSetWrapper) - Constructor for class org.tentackle.appworx.AppDbCursor
Creates a cursor for a local connection.
AppDbCursor(ContextDb, RemoteDbCursor) - Constructor for class org.tentackle.appworx.AppDbCursor
Creates a cursor for a remote connection.
AppDbCursor(QbfParameter, RemoteDbCursor) - Constructor for class org.tentackle.appworx.AppDbCursor
Creates a cursor for a remote connection.
AppDbCursorProgressDialog - Class in org.tentackle.appworx
Progress dialog for AppDbCursor.
AppDbCursorProgressDialog(AppDbCursor) - Constructor for class org.tentackle.appworx.AppDbCursorProgressDialog
Creates a progress dialog.
AppDbObject - Class in org.tentackle.appworx
Application database object.
Extends DbObject with features necessary in nearly all desktop enterprise applications.
AppDbObject(ContextDb) - Constructor for class org.tentackle.appworx.AppDbObject
Creates an application database object.
AppDbObject() - Constructor for class org.tentackle.appworx.AppDbObject
Creates an application database object without a database context.
appDbObject - Variable in class org.tentackle.appworx.History
 
AppDbObjectCache<T extends AppDbObject> - Class in org.tentackle.appworx
Cache for AppDbObjects.
The cache works both client- and server side.
AppDbObjectCache(Class<T>, boolean) - Constructor for class org.tentackle.appworx.AppDbObjectCache
Creates an instance of an AppDbObjectCache.
AppDbObjectCache(Class<T>) - Constructor for class org.tentackle.appworx.AppDbObjectCache
Creates a cache without preloading.
AppDbObjectCacheIndex<T extends AppDbObject,C extends Comparable<? super C>> - Class in org.tentackle.appworx
Cache index.
Holds the mapping of keys to objects.
AppDbObjectCacheIndex(String) - Constructor for class org.tentackle.appworx.AppDbObjectCacheIndex
Create a new index.
AppDbObjectClassVariables - Class in org.tentackle.appworx
Extends DbObjectClassVariables for AppDbObjects.
AppDbObjectClassVariables(Class<? extends AppDbObject>, String, String, String, boolean) - Constructor for class org.tentackle.appworx.AppDbObjectClassVariables
constructs a classvariable
AppDbObjectClassVariables(Class<? extends AppDbObject>, String, String, String) - Constructor for class org.tentackle.appworx.AppDbObjectClassVariables
Constructs a classvariable.
AppDbObjectDefaultTableEntry - Class in org.tentackle.appworx
A default formtable entry for an AppDbObject.
AppDbObjectDefaultTableEntry(AppDbObject) - Constructor for class org.tentackle.appworx.AppDbObjectDefaultTableEntry
Creates a form table entry.
AppDbObjectDialog - Class in org.tentackle.appworx
Edit dialog for AppDbObjects.
AppDbObjectDialog(Window, AppDbObject, boolean) - Constructor for class org.tentackle.appworx.AppDbObjectDialog
Creates a database object dialog.
AppDbObjectDialogPool - Class in org.tentackle.appworx
Pool for AppDbObjectDialogs.
AppDbObjectDialogPool() - Constructor for class org.tentackle.appworx.AppDbObjectDialogPool
Creates a dialog pool
AppDbObjectFieldPanel - Class in org.tentackle.appworx
A panel containing a FormField representing the key to select the data object and buttons for editing/viewing/searching.
AppDbObjectFieldPanel() - Constructor for class org.tentackle.appworx.AppDbObjectFieldPanel
Creates an application database object field panel.
AppDbObjectFieldPanelBeanInfo - Class in org.tentackle.appworx
BeanInfo for AppDbObjectFieldPanel.
AppDbObjectFieldPanelBeanInfo() - Constructor for class org.tentackle.appworx.AppDbObjectFieldPanelBeanInfo
 
appDbObjectFlavor - Static variable in class org.tentackle.appworx.AppDbObjectTransferable
flavor for a single AppDbObject
AppDbObjectLinkPanel - Class in org.tentackle.appworx
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).
AppDbObjectLinkPanel() - Constructor for class org.tentackle.appworx.AppDbObjectLinkPanel
Creates an application database object link panel.
AppDbObjectLinkPanelBeanInfo - Class in org.tentackle.appworx
BeanInfo for AppDbObjectLinkPanel.
AppDbObjectLinkPanelBeanInfo() - Constructor for class org.tentackle.appworx.AppDbObjectLinkPanelBeanInfo
 
appDbObjectListFlavor - Static variable in class org.tentackle.appworx.AppDbObjectTransferable
flavor for a list of AppDbObjects
AppDbObjectNaviDialog - Class in org.tentackle.appworx
Navigation dialog for a list of AppDbObjects.
AppDbObjectNaviDialog(Window, List<? extends AppDbObject>, Class[], int, boolean) - Constructor for class org.tentackle.appworx.AppDbObjectNaviDialog
Creates a navigation dialog for a list of objects.
AppDbObjectNaviDialog(Window, List<? extends AppDbObject>, Class[]) - Constructor for class org.tentackle.appworx.AppDbObjectNaviDialog
Creates a navigation dialog for a list of objects.
AppDbObjectNaviDialog(List<? extends AppDbObject>, Class[], boolean) - Constructor for class org.tentackle.appworx.AppDbObjectNaviDialog
Creates a navigation dialog for a list of objects.
AppDbObjectNaviDialog(List<? extends AppDbObject>, Class[]) - Constructor for class org.tentackle.appworx.AppDbObjectNaviDialog
Creates a navigation dialog for a list of objects.
AppDbObjectNaviDialog(Window, AppDbObject, Class[], int, boolean) - Constructor for class org.tentackle.appworx.AppDbObjectNaviDialog
Creates a navigation dialog for a single object.
AppDbObjectNaviDialog(Window, AppDbObject, Class[]) - Constructor for class org.tentackle.appworx.AppDbObjectNaviDialog
Creates a navigation dialog for a single object.
AppDbObjectNaviDialog(AppDbObject, Class[], boolean) - Constructor for class org.tentackle.appworx.AppDbObjectNaviDialog
Creates a navigation dialog for a single object.
AppDbObjectNaviDialog(AppDbObject, Class[]) - Constructor for class org.tentackle.appworx.AppDbObjectNaviDialog
Creates a navigation dialog for a single object.
AppDbObjectNaviPanel - Class in org.tentackle.appworx
Panel for object navigation.
AppDbObjectNaviPanel(List<? extends AppDbObject>, Class[], int, boolean, String) - Constructor for class org.tentackle.appworx.AppDbObjectNaviPanel
Creates a navigation panel.
AppDbObjectNaviPanel(List<? extends AppDbObject>, Class[], int, boolean) - Constructor for class org.tentackle.appworx.AppDbObjectNaviPanel
Creates a navigation panel.
The preferences table name is determined by the first object.
AppDbObjectNaviPanel(List<? extends AppDbObject>, Class[]) - Constructor for class org.tentackle.appworx.AppDbObjectNaviPanel
Creates a navigation panel.
The preferences table name is determined by the first object.
AppDbObjectNaviPanel(List<? extends AppDbObject>) - Constructor for class org.tentackle.appworx.AppDbObjectNaviPanel
Creates a navigation panel.
The preferences table name is determined by the first object.
AppDbObjectNaviPanel(AppDbObject, Class[], int, boolean, String) - Constructor for class org.tentackle.appworx.AppDbObjectNaviPanel
Creates a navigation panel for a single object.
AppDbObjectNaviPanel(AppDbObject, Class[], int, boolean) - Constructor for class org.tentackle.appworx.AppDbObjectNaviPanel
Creates a navigation panel for a single object.
The preferences table name is determined by the object.
AppDbObjectNaviPanel(AppDbObject, Class[]) - Constructor for class org.tentackle.appworx.AppDbObjectNaviPanel
Creates a navigation panel for a single object.
The preferences table name is determined by the object.
AppDbObjectNaviPanel(AppDbObject) - Constructor for class org.tentackle.appworx.AppDbObjectNaviPanel
Creates a navigation panel for a single object.
The preferences table name is determined by the object.
AppDbObjectNaviPanel() - Constructor for class org.tentackle.appworx.AppDbObjectNaviPanel
Creates an empty navigation panel.
AppDbObjectNaviPanelBeanInfo - Class in org.tentackle.appworx
BeanInfo for AppDbObjectNaviPanel.
AppDbObjectNaviPanelBeanInfo() - Constructor for class org.tentackle.appworx.AppDbObjectNaviPanelBeanInfo
 
AppDbObjectPanel - Class in org.tentackle.appworx
Panel to view and/or edit an AppDbObject.
AppDbObjectPanel() - Constructor for class org.tentackle.appworx.AppDbObjectPanel
 
AppDbObjectRemoteDelegate - Interface in org.tentackle.appworx.rmi
Remote delegate for AppDbObject.
AppDbObjectRemoteDelegate.BeingEditedToken - Class in org.tentackle.appworx.rmi
Holds the "edited-by"-token and a success-code.
Return value for updateEditedBy() and transferEditedBy().
AppDbObjectRemoteDelegate.BeingEditedToken() - Constructor for class org.tentackle.appworx.rmi.AppDbObjectRemoteDelegate.BeingEditedToken
 
AppDbObjectRemoteDelegateImpl<T extends AppDbObject> - Class in org.tentackle.appworx.rmi
Implementation of the remote delegate for AppDbObject.
Never instantiated.
AppDbObjectRemoteDelegateImpl(RemoteDbSessionImpl, Class<T>, int, RMIClientSocketFactory, RMIServerSocketFactory) - Constructor for class org.tentackle.appworx.rmi.AppDbObjectRemoteDelegateImpl
Creates delegate.
AppDbObjectRemoteDelegateImpl(RemoteDbSessionImpl, Class<T>) - Constructor for class org.tentackle.appworx.rmi.AppDbObjectRemoteDelegateImpl
Creates a delegate on the session socket.
AppDbObjectRemoteDelegateImpl(RemoteDbSessionImpl, Class<T>, int) - Constructor for class org.tentackle.appworx.rmi.AppDbObjectRemoteDelegateImpl
Create a delegate on a non-default session socket.
AppDbObjectSearchDialog - Class in org.tentackle.appworx
A generic search dialog.
AppDbObjectSearchDialog(Window, ContextDb, Class<? extends AppDbObject>, Class[], boolean, boolean) - Constructor for class org.tentackle.appworx.AppDbObjectSearchDialog
Creates a search dialog.
AppDbObjectSearchDialog(ContextDb, Class<? extends AppDbObject>, Class[], boolean, boolean) - Constructor for class org.tentackle.appworx.AppDbObjectSearchDialog
Creates a search dialog.
AppDbObjectSearchDialog(Window, QbfPlugin, Class[], boolean, boolean) - Constructor for class org.tentackle.appworx.AppDbObjectSearchDialog
Creates a search dialog.
AppDbObjectSearchDialog(QbfPlugin, Class[], boolean, boolean) - Constructor for class org.tentackle.appworx.AppDbObjectSearchDialog
Creates a search dialog.
AppDbObjectTablePanel - Class in org.tentackle.appworx
 
AppDbObjectTablePanel(FormTableEntry, List<? extends AppDbObject>, boolean, String) - Constructor for class org.tentackle.appworx.AppDbObjectTablePanel
Creates a table panel.
AppDbObjectTablePanel() - Constructor for class org.tentackle.appworx.AppDbObjectTablePanel
Creates an empty table panel.
AppDbObjectTablePanelBeanInfo - Class in org.tentackle.appworx
BeanInfo for AppDbObjectTablePanel.
AppDbObjectTablePanelBeanInfo() - Constructor for class org.tentackle.appworx.AppDbObjectTablePanelBeanInfo
 
AppDbObjectTransferable - Class in org.tentackle.appworx
Transferable for Drag and Drop of AppDbObjects or lists of.
AppDbObjectTransferable(AppDbObject) - Constructor for class org.tentackle.appworx.AppDbObjectTransferable
Creates a transfertable for an object.
AppDbObjectTransferable(Collection<?>) - Constructor for class org.tentackle.appworx.AppDbObjectTransferable
Creates a transferable for a collection of objects.
AppDbObjectTransferData - Class in org.tentackle.appworx
Transfer data for an AppDbObject.
AppDbObjectTransferData(String, long) - Constructor for class org.tentackle.appworx.AppDbObjectTransferData
Creates a transfer data object.
AppDbObjectTransferData(AppDbObject) - Constructor for class org.tentackle.appworx.AppDbObjectTransferData
Creates a transfer data object.
AppDbObjectTree - Class in org.tentackle.appworx
An extended FormTree that implements object navigation, drag and drop, clipboard functionality for AppDbObjects, and provides a context-sensitive popup menu,
AppDbObjectTree(Object) - Constructor for class org.tentackle.appworx.AppDbObjectTree
Creates a tree.
If the given object is a Collection the objects of the collection will be shown in the tree.
AppDbObjectTree() - Constructor for class org.tentackle.appworx.AppDbObjectTree
Creates an empty tree.
AppDbObjectTreeBeanInfo - Class in org.tentackle.appworx
BeanInfo for AppDbObjectTree.
AppDbObjectTreeBeanInfo() - Constructor for class org.tentackle.appworx.AppDbObjectTreeBeanInfo
 
AppDbObjectTreeCellRenderer - Class in org.tentackle.appworx
The default renderer for an AppDbObjectTree.
AppDbObjectTreeCellRenderer() - Constructor for class org.tentackle.appworx.AppDbObjectTreeCellRenderer
 
AppDbObjectTreeExtension - Interface in org.tentackle.appworx
Interface to add features to objects displayed in an AppDbObjectTree.
AppDbObjectTreeExtensionEditor - Interface in org.tentackle.appworx
Interface editors in AppDbObjectTreeExtension must implement.
AppDbObjectTreeExtensionToggleNode - Class in org.tentackle.appworx
A childnode for nodes in an AppDbObjectTree to add a popup-menu-item for toggling the display of subtrees.
AppDbObjectTreeExtensionToggleNode(int) - Constructor for class org.tentackle.appworx.AppDbObjectTreeExtensionToggleNode
Creates a toggle node.
AppDbObjectTreeExtensionUsageToggleNode - Class in org.tentackle.appworx
A toggle node to display the "usage of..." an AppDbObject.
AppDbObjectTreeExtensionUsageToggleNode() - Constructor for class org.tentackle.appworx.AppDbObjectTreeExtensionUsageToggleNode
Creates a usage toggle node
AppDbOperation - Class in org.tentackle.appworx
A AppDbOperation provides methods that are not part of AppDbObjects and is associated to a ContextDb.
AppDbOperation(ContextDb) - Constructor for class org.tentackle.appworx.AppDbOperation
Creates a db operation from a database context.
AppDbOperation(Db) - Constructor for class org.tentackle.appworx.AppDbOperation
Creates a db operation from a db connection.
AppDbOperationRemoteDelegate - Interface in org.tentackle.appworx.rmi
Remote delegate for AppDbOperation.
AppDbOperationRemoteDelegateImpl<T extends AppDbOperation> - Class in org.tentackle.appworx.rmi
Implementation of the remote delegate for AppDbOperation.
Never instantiated.
AppDbOperationRemoteDelegateImpl(RemoteDbSessionImpl, Class<T>, int, RMIClientSocketFactory, RMIServerSocketFactory) - Constructor for class org.tentackle.appworx.rmi.AppDbOperationRemoteDelegateImpl
Creates delegate.
AppDbOperationRemoteDelegateImpl(RemoteDbSessionImpl, Class<T>) - Constructor for class org.tentackle.appworx.rmi.AppDbOperationRemoteDelegateImpl
Creates a delegate on the session socket.
AppDbOperationRemoteDelegateImpl(RemoteDbSessionImpl, Class<T>, int) - Constructor for class org.tentackle.appworx.rmi.AppDbOperationRemoteDelegateImpl
Create a delegate on a non-default session socket.
AppDbPseudoObject - Class in org.tentackle.appworx
Read-Only database object class.
Handy for queries or database operations that don't correspond to a physical database table, e.g.
AppDbPseudoObject(ContextDb) - Constructor for class org.tentackle.appworx.AppDbPseudoObject
Creates a pseudo application database object for read only.
AppDbPseudoObject() - Constructor for class org.tentackle.appworx.AppDbPseudoObject
Creates a pseudo application database object for read only.
AppDbQuery<T extends AppDbObject> - Class in org.tentackle.appworx
Extends Query for application database objects.
AppDbQuery(QbfParameter) - Constructor for class org.tentackle.appworx.AppDbQuery
Construct a default query from a QbfParameter.
This is just a legacy constructor to save typing.
AppDbQuery(QbfParameter, T) - Constructor for class org.tentackle.appworx.AppDbQuery
Construct a default query from a QbfParameter for this kind of object.
Initializes the query with default query for the given object.
AppDbTreeObject - Class in org.tentackle.appworx
Object wrapper associated to a node in an AppDbObjectTree.
AppDbTreeObject(Object, Object) - Constructor for class org.tentackle.appworx.AppDbTreeObject
Creates a tree object.
AppDbTreeToggleNodeObject - Class in org.tentackle.appworx
Extended AppDbTreeObject for displaying subtrees as childnodes in an AppDbObjectTree.
AppDbTreeToggleNodeObject(int, String, ImageIcon) - Constructor for class org.tentackle.appworx.AppDbTreeToggleNodeObject
Creates a toggle node object.
appendDeferredModificationLog(ModificationLog) - Method in class org.tentackle.db.Db
Appends a ModificationLog object to the deferred log list.
appendLimitOffsetToPreparedStatement(int, PreparedStatementWrapper, int, int) - Method in class org.tentackle.db.Db
Appends limit and offset parameters to a prepared statement according to the database in use.
Application - Class in org.tentackle.appworx
Abstract class to handle the application's lifecycle.
Application(String, Icon) - Constructor for class org.tentackle.appworx.Application
Creates an application.
ApplicationException - Exception in org.tentackle.util
Application Exception.
Same as Exception but will be shown to the user in FormError and can be used as a tagged exception for all internal application errors.
ApplicationException(String, int, Throwable) - Constructor for exception org.tentackle.util.ApplicationException
Creates an ApplicationException.
ApplicationException(String, int) - Constructor for exception org.tentackle.util.ApplicationException
Creates an ApplicationException.
ApplicationException(String) - Constructor for exception org.tentackle.util.ApplicationException
Creates an ApplicationException.
ApplicationException(String, Throwable) - Constructor for exception org.tentackle.util.ApplicationException
Creates an ApplicationException.
ApplicationServer - Class in org.tentackle.appworx
Application Server.
ApplicationServer(Class<? extends RemoteDbConnectionImpl>) - Constructor for class org.tentackle.appworx.ApplicationServer
Creates an instance of an application server.
ApplicationServlet - Class in org.tentackle.appworx.rmi
RMI HTTP-tunneling servlet.
ApplicationServlet() - Constructor for class org.tentackle.appworx.rmi.ApplicationServlet
 
apply(Db, PreparedStatementWrapper) - Method in class org.tentackle.db.Query
Applies the query parameters to the statement.
Optionally applies limit, offset as well.
applyLock(AppDbObject) - Method in class org.tentackle.appworx.AppDbObjectDialog
Applies a token lock to the object.
applyQbfParameter(QbfParameter) - Method in class org.tentackle.appworx.AppDbCursor
Applies the qbf parameter to a local cursor.
applyQbfParameterLocalOnly(QbfParameter) - Method in class org.tentackle.appworx.AppDbCursor
Applies local settings of the qbf parameter to a remote cursor.
applyToCollection(ContextDb, Collection<? extends ContextDependable>) - Static method in class org.tentackle.appworx.ContextDb
Sets the context in a list of ContextDependables.
applyToCollection(Db, Collection<? extends DbObject>) - Static method in class org.tentackle.db.Db
Sets the context in a collection of DbObjects.
applyToContextDependable(ContextDb, ContextDependable) - Static method in class org.tentackle.appworx.ContextDb
Sets the context in a ContextDependable, if not null.
applyToDbObject(Db, DbObject) - Static method in class org.tentackle.db.Db
Sets the db in a DbObject if not null.
AppRemoteDbConnection - Interface in org.tentackle.appworx.rmi
RMI remote connection.
AppRemoteDbConnectionImpl - Class in org.tentackle.appworx.rmi
Server side connection implementation.
AppRemoteDbConnectionImpl(DbServer, int, RMIClientSocketFactory, RMIServerSocketFactory) - Constructor for class org.tentackle.appworx.rmi.AppRemoteDbConnectionImpl
Creates a connection.
AppRemoteDbSession - Interface in org.tentackle.appworx.rmi
RMI remote session.
AppRemoteDbSessionImpl - Class in org.tentackle.appworx.rmi
Extends RemoteDbSessionImpl using AppUserInfo and AppDbObjectCache.
AppRemoteDbSessionImpl(RemoteDbConnectionImpl, UserInfo, UserInfo) - Constructor for class org.tentackle.appworx.rmi.AppRemoteDbSessionImpl
Creates a session on a given connection.
AppUserInfo - Class in org.tentackle.appworx
Extended UserInfo for applications.
AppUserInfo(String, char[], String) - Constructor for class org.tentackle.appworx.AppUserInfo
Creates an application user info.
AppUserInfo(UserInfo) - Constructor for class org.tentackle.appworx.AppUserInfo
Creates an application user info from another user info.
AppUserInfo(String, long, SecurityManager) - Constructor for class org.tentackle.appworx.AppUserInfo
Creates an application user info.
AppworxGlobal - Class in org.tentackle.appworx
Appworx globals.
AppworxGlobal() - Constructor for class org.tentackle.appworx.AppworxGlobal
 
areValuesChanged() - Method in class org.tentackle.appworx.AppDbObjectDialog
 
areValuesChanged() - Method in class org.tentackle.appworx.TooltipAndErrorPanel
 
areValuesChanged() - Method in interface org.tentackle.ui.FormContainer
Checks whether the contents of some components in this or sub containers have changed since the last savepoint.
areValuesChanged() - Method in class org.tentackle.ui.FormDialog
 
areValuesChanged() - Method in class org.tentackle.ui.FormFrame
 
areValuesChanged() - Method in class org.tentackle.ui.FormPanel
 
assertLazyNotWithinTX() - Method in class org.tentackle.db.DbObject
Asserts that lazy method is not used within a transaction.
assertNotRemote() - Method in class org.tentackle.db.Db
asserts that this is not a remote connection
assertPermissions() - Method in class org.tentackle.appworx.ContextDb
Asserts that this context is allowed to be used by the current user.
If it is not allowed, a DbRuntimeException is thrown.
assertRemote() - Method in class org.tentackle.db.Db
asserts that this is a remote connection
assertRemoteSecurityManagerInitialized(ContextDb) - Method in interface org.tentackle.appworx.rmi.SecurityRemoteDelegate
 
assertRemoteSecurityManagerInitialized(ContextDb) - Method in class org.tentackle.appworx.rmi.SecurityRemoteDelegateImpl
 
attach(int) - Method in interface org.tentackle.db.ConnectionManager
Attaches a Db to a connection.
A Db must be attached before it can use any statements.
attach(int) - Method in class org.tentackle.db.DefaultConnectionManager
 
attach(int) - Method in class org.tentackle.db.MpxConnectionManager
 
attachDb(Db) - Method in class org.tentackle.db.ManagedConnection
Attaches a connection to a Db.
attributesModified() - Method in class org.tentackle.db.DbObject
Determines whether this object got some of its attributes modified.
It does not check whether some of its composites are modified! This method can also be used for non-tracked objects.
available() - Method in class org.tentackle.net.SocketImplWrapper
 

A B C D E F G H I K L M N O P Q R S T U V W X Y _
Copyright © 2001-2008 Harald Krake, Bergstr. 48, 78098 Triberg, Germany, harald@krake.de