ASetting |
This class is the base class for all setting-views which will be automatically integrated into the gui by reflection.
|
AutoCompleteRule<E> |
This class is used for sql-autocompletion.
|
AutoCompletionTableData |
This class is the dataholding for sql-autocompletion which will be shown in the tablview.
|
CustomHashMap<K,V> |
HashMap for chaining.
|
CustomPlugin |
This class is used for ui purposes to set plugins active or inactive.
|
DriverSetting |
|
KeyMappingEntry |
|
KeyValue<K,V> |
A class for holding Key-Value data.
|
License |
Dataholding-class for license information which will be automatically loaded into the information-dialog.
|
MyProperties |
Overloaded Java-Properties-Class to ignore empty key-values.
So all empty entries will be handled as null/not found.
|
MyThread |
MyThread knows child threads and can also be a child-thread as well, which should know its parent thread.
This is used to automatically interrupt all child threads if the parent thread is interrupted.
|
NewSQLTableColumn |
Dataholding-class which holds the SQLTableColumn and its defaulvalue which was defined inside the database for that column.
|
SaveItem |
Dataholding-class for saving database information peristently.
It will be loaded by startup and handled by SaveItemController .
|
Selection<T> |
|
SSHConnection |
Dataholding-class for a SSHConnection.
|
SSHPortForwarding |
Dataholding-class for SSH-Portforwardings after a SSHConnection is created.
So a Port-Forwarding always belongs to a parent SSH-Connection via its parentId.
|
SyntaxHighlightingProfile |
This is the base-class for all Syntax-Highlighting-Profiles which uses regex to find matches.
|
ThreadIdentificationItem |
Represents the running Thread/Future-Object for the GUI.
So this class can only hold a " Thread " or a " Future " object.
It also contains the information if this can be interuptable from gui-side (cancel-button).
|
ThreadNotification |
This class holds inforation about a currently running thread which will be shown in the UI.
It will be handled by ThreadController.getInstance() via listener.
|
ToolOption<T> |
|
TreeMenuItem |
Represents the MenuItem for the main-treeview of the GUI.
It has an type-indicator to determine if this has to be shown or hided by right-clicking on a treeitem depending on the treeitem's type.
|