- DataAccessDialog - Class in org.joty.workstation.gui
-
The most apparent task of this class is to coordinate the editing of the data
managed by the contained DataAccessPanel
instance(-s).
- DataAccessDialog() - Constructor for class org.joty.workstation.gui.DataAccessDialog
-
- DataAccessDialog(Object, Object) - Constructor for class org.joty.workstation.gui.DataAccessDialog
-
- DataAccessDialog(Object, Object, boolean) - Constructor for class org.joty.workstation.gui.DataAccessDialog
-
- DataAccessDialog.EditAbandon_HooveringListener - Class in org.joty.workstation.gui
-
In is a MouseListener implementation installed in the most critical
visual parts of the container class to help the identification of
antagonist scenarios, like JotyTextField validation on invalid content,
that itself is a blocking situation, versus the abandoning of the editing
session, that implicitly means renouncing to modifications made to the
data.
- DataAccessPanel - Class in org.joty.workstation.gui
-
Extends its ancestor with the ability to access the database directly,
through the jdbc layer, or in web mode, via the WebClient
instance.
- DataAccessPanel() - Constructor for class org.joty.workstation.gui.DataAccessPanel
-
- DataAccessPanel.ActionOnRowInterface - Interface in org.joty.workstation.gui
-
- DataAccessPanel.ButtonBehavior - Enum in org.joty.workstation.gui
-
- DataAccessPanel.ButtonDescriptor - Class in org.joty.workstation.gui
-
- DataAccessPanel.DefinedInsertMethodInterface - Interface in org.joty.workstation.gui
-
- DataAccessPanel.DefinedSetMethodInterface - Interface in org.joty.workstation.gui
-
- DataAccessPanel.GetDelStmntInterface - Interface in org.joty.workstation.gui
-
- DataAccessPanel.GetWhereClauseInterface - Interface in org.joty.workstation.gui
-
- DataAccessPanel.Permission - Enum in org.joty.workstation.gui
-
- DataAccessPanel.RenderRowMethodInterface - Interface in org.joty.workstation.gui
-
Used by the ListTerm
class to allow custom rendering, basing
either on the WResultSet or on the JotyDataBuffer objects.
- dataCreationEnabled() - Method in class org.joty.workstation.gui.DataAccessDialog
-
- dataDialog() - Method in class org.joty.workstation.gui.ViewersManager
-
- DataInsertTransferHandler - Class in org.joty.workstation.gui
-
Sets the javax.swing.DropMode to 'INSERT' and composes the proper Sql
statement depending on the side which the instance is located on.
- DataInsertTransferHandler(int, int, Table, boolean) - Constructor for class org.joty.workstation.gui.DataInsertTransferHandler
-
- DataOnTransferHandler - Class in org.joty.workstation.gui
-
Sets the javax.swing.DropMode to 'ON' and adds a constructor to let
specifying the database field that, in the record of the target Table will
receive the value transferred.
- DataOnTransferHandler(int, int, Table, boolean) - Constructor for class org.joty.workstation.gui.DataOnTransferHandler
-
- DataOnTransferHandler(int, int, Table, boolean, String, boolean) - Constructor for class org.joty.workstation.gui.DataOnTransferHandler
-
- DataScrollingPanel - Class in org.joty.workstation.gui
-
It adds to the hierarchy the ability to use a referenced data grid, as a
medium to access data.
- DataScrollingPanel() - Constructor for class org.joty.workstation.gui.DataScrollingPanel
-
- DataScrollingPanel(boolean) - Constructor for class org.joty.workstation.gui.DataScrollingPanel
-
- DataScrollingPanel(boolean, boolean) - Constructor for class org.joty.workstation.gui.DataScrollingPanel
-
- dataToBeLoaded() - Method in class org.joty.workstation.gui.DataAccessDialog
-
- dataTypeFromMetadataSource() - Method in class org.joty.workstation.data.WField
-
- DataUpdateTransferHandler - Class in org.joty.workstation.gui
-
Provides the sql update statement to be executed either on the 'target record
of the drop action' or on the 'source record of the start drag action'.
- DataUpdateTransferHandler(int, int, Table, boolean) - Constructor for class org.joty.workstation.gui.DataUpdateTransferHandler
-
- DataUpdateTransferHandler(int, int, Table, boolean, String) - Constructor for class org.joty.workstation.gui.DataUpdateTransferHandler
-
- dateTimeValue(String) - Method in class org.joty.workstation.data.JotyDataBuffer
-
- dateTimeValue(String, int) - Method in class org.joty.workstation.data.JotyDataBuffer
-
- dateValue(String) - Method in class org.joty.workstation.data.JotyDataBuffer
-
- dateValue(String, int) - Method in class org.joty.workstation.data.JotyDataBuffer
-
- dbFieldHosted(String) - Method in class org.joty.workstation.gui.TermContainerPanel
-
- dbFieldNameFromMetadataSource() - Method in class org.joty.workstation.data.WField
-
- dbFieldSpecifiedFromMetadataSource() - Method in class org.joty.workstation.data.WField
-
- dblValue(String) - Method in class org.joty.workstation.data.JotyDataBuffer
-
- dblValue(String, int) - Method in class org.joty.workstation.data.JotyDataBuffer
-
- dbmsAuthentication() - Method in class org.joty.workstation.app.Application
-
Tries to access the database instance for the application through the
jdbc layer .
- debug() - Method in class org.joty.workstation.app.Application
-
- debugMsg(String) - Method in class org.joty.workstation.app.Application
-
- defaultStrValWField(String) - Method in class org.joty.workstation.gui.DataAccessPanel
-
- defaultValue() - Method in class org.joty.workstation.gui.Term
-
- defCursor - Static variable in class org.joty.workstation.app.Application
-
- defineGrid(TermContainerPanel) - Method in class org.joty.workstation.gui.CriteriaPanel
-
To be overridden in oder to add contribution to the composition of the
gri.
- defineGrid() - Method in class org.joty.workstation.gui.DataAccessPanel
-
To be overridden in oder to add contribution to the composition of the
grid.
- defRelationElement(String, String) - Method in class org.joty.workstation.gui.DataAccessPanel
-
- defRelationElement(String, String, boolean) - Method in class org.joty.workstation.gui.DataAccessPanel
-
- defRelationElement(String, String, boolean, String) - Method in class org.joty.workstation.gui.DataAccessPanel
-
- delegatorTransferHandlerIsActing(TransferHandler.TransferSupport) - Method in class org.joty.workstation.gui.DataOnTransferHandler
-
Returns true if the TransferHandler object associated to the target
component is a delegator JotyTableTransferHandler instance in respect of
the current instance.
- deleteDblclkedRowFromList(String) - Method in class org.joty.workstation.gui.TermContainerPanel
-
- deleteEnabling_driver() - Method in class org.joty.workstation.gui.DataAccessDialog
-
- deleteEnabling_driver() - Method in class org.joty.workstation.gui.MultiPanelDialog
-
- deleteObject() - Method in class org.joty.workstation.gui.BlobComponent
-
- deleteRecord() - Method in class org.joty.workstation.data.JotyDataBuffer
-
- deleteRecord(long) - Method in class org.joty.workstation.data.JotyDataBuffer.QueueManager
-
- deleteString(int) - Method in class org.joty.workstation.gui.List
-
- deletionEffects() - Method in class org.joty.workstation.gui.DataAccessDialog
-
- deletionEffects() - Method in class org.joty.workstation.gui.DataAccessPanel
-
- descr2lMap(Application.LiteralStruct) - Method in class org.joty.workstation.gui.GridTerm
-
- DescrTerm - Class in org.joty.workstation.gui
-
Adds to the Term class the ability to hold a reference to a
LiteralStruct
object.
- DescrTerm(TermContainerPanel, int, TermContainerPanel.TermParams) - Constructor for class org.joty.workstation.gui.DescrTerm
-
- DescrTerm.DynamicLiteralStructParams - Class in org.joty.workstation.gui
-
- designTime() - Method in class org.joty.workstation.app.Application
-
- dialogClassName() - Method in class org.joty.workstation.gui.TermContainerPanel
-
- dialogGridManagerExists() - Method in class org.joty.workstation.gui.DataAccessPanel
-
- dialogGridManagerExists() - Method in class org.joty.workstation.gui.DataScrollingPanel
-
- dialogRecordLevel() - Method in class org.joty.workstation.gui.MultiPanelDialog
-
- dialogStillLives(String) - Static method in class org.joty.workstation.gui.JotyDialog
-
Detects whether the Dialog is still living and in the positive case it
tries to close it.
- doAction(Term, int) - Method in interface org.joty.workstation.gui.DataAccessPanel.ActionOnRowInterface
-
- doActivation() - Method in class org.joty.workstation.gui.DataAccessPanel
-
- doActivationChange(Boolean) - Method in class org.joty.workstation.gui.DataAccessDialog
-
- doActivationChange(Boolean) - Method in class org.joty.workstation.gui.JotyDialog
-
- doActivationChange(Boolean) - Method in class org.joty.workstation.gui.SearcherMultiPanelDialog
-
- doActualRemoval() - Method in class org.joty.workstation.gui.ScrollGridPane
-
- doActualRemoval() - Method in class org.joty.workstation.gui.Table
-
- doBinaryUpdate() - Method in class org.joty.workstation.web.WebClient
-
- doClickOnDefaultButton() - Method in class org.joty.workstation.gui.Panel
-
- doCloseViewer(boolean, long, boolean) - Method in class org.joty.workstation.gui.ViewersManager
-
- doCloseViewers(long, boolean) - Method in class org.joty.workstation.gui.ViewersManager
-
- documentIdentified() - Method in class org.joty.workstation.gui.DataAccessPanel
-
- documentIdentified() - Method in class org.joty.workstation.gui.DataScrollingPanel
-
- doDeletion() - Method in class org.joty.workstation.authorization.UsersPanel
-
- doDeletion() - Method in class org.joty.workstation.gui.DataAccessPanel
-
- doDeletion(boolean) - Method in class org.joty.workstation.gui.DataAccessPanel
-
- doFurtherJobs() - Method in class org.joty.workstation.app.Application
-
If the password must be changed because of settings on the user account
about first login or if password validity is expired, this method opens
the new password acquisition dialog.
- doGet(AbstractWebConn, Object) - Method in class org.joty.workstation.web.WebClient
-
- doGuiDataExch(boolean) - Method in class org.joty.workstation.gui.NavigatorEditorPanel
-
- doGuiDataExch(boolean) - Method in class org.joty.workstation.gui.Panel
-
- doGuiDataExch(boolean) - Method in class org.joty.workstation.gui.TermContainerPanel
-
- doIt(ComboBox) - Method in interface org.joty.workstation.gui.ComboBox.ActionPostExecutor
-
- doLoadData() - Method in class org.joty.workstation.gui.CheckListTerm
-
- doLoadData() - Method in class org.joty.workstation.gui.GridTerm
-
- doLoadData() - Method in class org.joty.workstation.gui.TableTerm
-
- doMouseReleased() - Method in class org.joty.workstation.gui.AnalogicalRowSelector
-
- doMouseReleased() - Method in class org.joty.workstation.gui.AnalogicalSelector
-
- doNew() - Method in class org.joty.workstation.gui.DataAccessPanel
-
- doNew() - Method in class org.joty.workstation.gui.DataScrollingPanel
-
- doneWithData() - Method in class org.joty.workstation.gui.AppOptionsPanel
-
- doneWithData() - Method in class org.joty.workstation.gui.DataAccessPanel
-
- doneWithData() - Method in class org.joty.workstation.gui.DataScrollingPanel
-
- doneWithData() - Method in class org.joty.workstation.gui.NavigatorPanel
-
- doPost(AbstractWebConn, Object) - Method in class org.joty.workstation.web.WebClient
-
- doReloadBecauseOfPublishing() - Method in class org.joty.workstation.gui.DataAccessPanel
-
- doReloadBecauseOfPublishing() - Method in class org.joty.workstation.gui.DataScrollingPanel
-
- doRender(WrappedField) - Method in class org.joty.workstation.gui.BufferedComboBoxTerm
-
- doRender(WrappedField) - Method in class org.joty.workstation.gui.ComboBoxTerm
-
- doRender(WrappedField) - Method in class org.joty.workstation.gui.Term
-
- doReport(String) - Method in class org.joty.workstation.web.WebClient
-
- doSearch(boolean) - Method in class org.joty.workstation.gui.SearcherPanel
-
Makes the inquiry on the database and loads the resulting data in the
main grid, by invoking loadResult()
, keeping track and depending
on the iteration currently occurring.
- doSetPassword(String, String) - Method in class org.joty.workstation.app.Application
-
Delegates the BasicAccessor object to set the password by means of a
there stored method.
- doSqlQuery(BasicPostStatement, Object) - Method in class org.joty.workstation.web.WebClient
-
- doStoreData() - Method in class org.joty.workstation.gui.CheckListTerm
-
- doStoreData() - Method in class org.joty.workstation.gui.GridTerm
-
- doUpdate(boolean, WResultSet, boolean, boolean) - Method in class org.joty.workstation.gui.DataAccessPanel
-
- doUpload() - Method in class org.joty.workstation.gui.BlobComponent
-
- doUpload() - Method in class org.joty.workstation.gui.ImageComponent
-
- doValidate() - Method in class org.joty.workstation.gui.CheckListTerm
-
- doValidate() - Method in class org.joty.workstation.gui.ComboBoxTerm
-
- doValidate() - Method in class org.joty.workstation.gui.JotyTextField
-
- doValidate() - Method in class org.joty.workstation.gui.ListTerm
-
- doValidate() - Method in class org.joty.workstation.gui.MasterRadioTerm
-
- doValidate() - Method in class org.joty.workstation.gui.Term
-
- doValidate() - Method in class org.joty.workstation.gui.TextTerm
-
- dow() - Method in class org.joty.workstation.gui.JotyCalendarPanel
-
- dragEnter(DropTargetDragEvent) - Method in class org.joty.workstation.gui.NavigatorPanel
-
- dragExit(DropTargetEvent) - Method in class org.joty.workstation.gui.NavigatorPanel
-
- dragOver(DropTargetDragEvent) - Method in class org.joty.workstation.gui.NavigatorPanel
-
- drop(DropTargetDropEvent) - Method in class org.joty.workstation.gui.NavigatorPanel
-
- dropActionChanged(DropTargetDragEvent) - Method in class org.joty.workstation.gui.NavigatorPanel
-
- DynamicLiteralStructParams() - Constructor for class org.joty.workstation.gui.DescrTerm.DynamicLiteralStructParams
-