All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary
Class |
Description |
AbstractFormatter |
|
AbstractHyphenator |
Abstract Hyphenator.
|
AbstractWebProvider |
The Class provides necessary methods to handle a Web-Communication.
It can handle for example OAuth2-communication WebDetails .
|
AbstractWebProvider.MethodTypes |
|
AES128CBC |
|
AES128CTR |
|
AES192CBC |
|
AES192CTR |
|
AES256CBC |
|
AES256CTR |
|
AItemLoadedListener |
|
ARCFOUR |
|
ARCFOUR128 |
|
ARCFOUR256 |
|
ArrayHelper<E> |
Helper-class for using arrays.
|
ASetting |
This class is the base class for all setting-views which will be automatically integrated into the gui by reflection.
|
AutoCompleteController |
|
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.
|
AutoCompletionTableData |
|
BlowfishCBC |
|
Buffer |
|
CachedFilteredTreeView<T extends IFilteredTreeItem> |
|
Channel |
|
ChannelDirectTCPIP |
|
ChannelExec |
|
ChannelForwardedTCPIP |
|
ChannelSftp |
|
ChannelSftp.LsEntrySelector |
This interface will be passed as an argument for ls method.
|
ChannelShell |
|
ChannelSubsystem |
|
Cipher |
|
CipherNone |
|
Cloner |
Cloner: deep clone objects.
|
CloningException |
thrown if cloning fails
|
CloningStrategyFactory |
|
CloseHelper |
Helper-class to try to close Closeable 's and catch the exceptions and checks for null.
|
ColumnType |
|
Compression |
|
ConfigRepository |
|
ConfigRepository.Config |
|
ConfigurationCacheConstants |
|
ConfigurationDiagramConstants |
|
ConfigurationExportTableConstants |
|
ConfigurationGeneralConstants |
|
ConfigurationJDBCDriversConstants |
|
ConfigurationKeyMappingConstants |
|
ConfigurationLanguageConstants |
|
ConfigurationLoggigConstants |
|
ConfigurationPluginsConstants |
|
ConfigurationSSHConnectionConstants |
|
ConfigurationStyleConstants |
|
Credentials |
|
Cryptiker |
Helper-class for cipher encrypt/decrypt data.
|
CSSProfile |
CSS-profile for css synatx-highlighting uses regex for matching.
Loads keywords from "/data/keywords/css.txt".
|
CSSTextEditor |
|
CustomCompactDialog<T> |
|
CustomDialog<T> |
|
CustomHashMap<K,V> |
HashMap for chaining.
|
CustomListDialog<T> |
|
CustomPlugin |
This class is used for ui purposes to set plugins active or inactive.
|
CustomTableDialog<T> |
|
DatabaseController |
The Database-Controller-Class provides all necessary methods to work with the database.
This Class is mostly used via the Database-Model DatabaseModel .
|
DatabaseModel |
Base-Class of all database-types.
This class is the procides all methods to access to a database and load any information and more.
Most of the methods are abstract so that all database-variants has to implement their own implementations.
|
Db2Formatter |
|
DH |
|
DH |
|
DHEC256 |
|
DHEC384 |
|
DHEC521 |
|
DHECN |
|
DHG1 |
|
DHG14 |
|
DHGEX |
|
DHGEX256 |
|
DialectConfig |
|
DialectConfig.DialectConfigBuilder |
|
Downloader |
|
DownloadHelper |
|
DriverSetting |
|
DropDown |
|
DropDown.Direction |
|
ECDH |
|
ECDH256 |
|
ECDH384 |
|
ECDH521 |
|
ECDHN |
|
EditorToolBar |
|
ERDiagramController |
|
EscapingHyphenator |
This Hyphenator uses StringEscapeUtils.escapeHtml4(String)
to escape words but excludes HTML-Tags from escaping.
|
ExecutionHelper |
The ExecutionHelper is a cache for the current SQL-execution-error.
This will be used in the DatabaseController and shows after all executions the resulted errors if some exists in a gui component.
|
FastClonerArrayList |
|
FastClonerArrayListSubList |
|
FastClonerCalendar |
|
FastClonerConcurrentHashMap |
|
FastClonerConcurrentLinkedQueue |
|
FastClonerCustomCollection<T extends Collection> |
|
FastClonerCustomMap<T extends Map> |
|
FastClonerEnumMap |
Fast Cloner for EnumMaps
|
FastClonerHashMap |
|
FastClonerHashSet |
|
FastClonerLinkedHashMap |
|
FastClonerLinkedHashSet |
Fast Cloner for LinkedHashSet
|
FastClonerLinkedList |
|
FastClonerTreeMap |
|
FastClonerTreeSet |
|
FileHelper |
Helper-class for handling with files.
|
FilterComboBox<T> |
|
FilteredTreeView<T extends IFilteredTreeItem> |
The FilteredTreeView expanded the content of the tree using a text component.
|
ForeignKeyController |
|
FormatConfig |
|
FormatConfig.FormatConfigBuilder |
|
Formatter |
|
ForwardedTCPIPDaemon |
|
GeneralConstants |
|
GeneralUtils |
This class contains some important methods to work with the main dataholding classes like SQLTable , SQLDatabase etc.
|
GenericTextEditor<E> |
|
GSSContext |
|
GSSContextKrb5 |
|
GuiHelper |
Helper-class for GUI-handling like sorting the treeview or creating/adding TreeItem s
or showing YesNoDialog s or other dialog-types and more.
|
H2SQLModel |
|
HASH |
|
HMACMD5 |
|
HMACMD5 |
|
HMACMD596 |
|
HMACMD596 |
|
HMACSHA1 |
|
HMACSHA1 |
|
HMACSHA196 |
|
HMACSHA196 |
|
HMACSHA256 |
|
HMACSHA512 |
|
HostKey |
|
HostKeyRepository |
|
Hyphen |
Represents a hyphen.
|
Hyphenation |
Represents a hyphenated word.
|
HyphenationException |
An hyphenation exception.
|
HyphenationTree |
This tree structure stores the hyphenation patterns in an efficient
way for fast lookup.
|
HyphenationTreeCache |
This is a cache for HyphenationTree instances.
|
Hyphenator |
This class is the main entry point to the hyphenation package.
|
Hyphenator |
|
IAfterEditorInitPluginInterface |
This plugin-interface is being called after the a SQLTextEditor is created.
So it can be used to modify the new created SQLTextEditor with some further functions.
For example: The Hibernate-Plugin uses this interface to hide "HQLSession"-ToolOption at startup,
which is initialized inside the Hibernate-plugin inside another Interface.
|
IBeforeEditorPluginInterface |
This plugin-interface is being called before and while executing sql.
The checkBeforeEditorExecution-method is only called once a time before starting to loop over each statement.
So the sql is the whole sql with all statements and can prevent the whole execution.
The checkWhileEditorExecution-method is called for each sql-statement and can prevent only the current statement to be executed!
|
ICloningStrategy |
|
ICloningStrategy.Strategy |
|
IConfigablePluginInterface |
This plugin-interface is being called after creating all Setting-dialogs to create custom ASetting-configuration-dialogs
inside the main SettingDialog.
It has to return a List of TreeItems which has to contain a hierarchie of Classes based on the ASetting -class.
|
IContextMenuPluginInterface |
This plugin-interface is being called before set the MenuItem-list for the treeview in the main-gui.
So you are able to provide your own ContextMenu-entries for it.
|
IContextMenuTablePluginInterface |
This plugin-interface is being called after a select-sql is executed and a SQLTable with SQLRows (if data exists) is created but before the ContextMenu is set to the table-ui-component.
So you are able to provide your own ContextMenu-entries for it.
|
IDatabaseControllerExtensionPluginInterface |
This plugin-interface is being called multiple times inside the DatabaseController
in any method of the same name.
|
IDeepCloner |
used by fast cloners to deep clone objects
|
Identity |
|
IdentityRepository |
|
IdentityRepository.Wrapper |
JSch will accept ciphered keys, but some implementations of
IdentityRepository can not.
|
IDoingAfterThread |
|
IDownloader |
|
IDumpCloned |
|
IEditor |
|
IEditorPluginInterface |
|
IEditorToolOptionExtensionPluginInterface |
|
IFastCloner |
allows a custom cloner to be created for a specific class.
|
IFilteredTreeItem |
|
IFreezable |
|
IInstantiationStrategy |
|
IItemLoadedListener |
|
ILicensePluginInterface |
This plugin-interface is being called after setting the default licenses of the database-explorer but before adding the list
to the license-tableview, to show your own licenses to the UI or name third party licenses.
|
ILocalizeable |
|
ILocalizedComponent |
Annotation for generalize all localizable components.
|
Immutable |
marks the specific class as immutable and the cloner avoids cloning it
|
Indentation |
Manages indentation levels.
|
INewModelPluginInterface |
|
InformixSQLModel |
|
InputDialog |
|
InputSelectionDialog |
|
IO |
|
IPlugin |
This is the base-class for all Plugins.
It offers the plugin-name and the plugin-version which has to be implemented.
|
ISetting |
|
ISQLItem<P,T> |
|
ITabMenuPluginInterface |
This plugin-interface is being called when creating the Tab inside the main gui.
|
ITextEditorContextMenuPluginInterface |
This plugin-interface is being called inside GenericTextEditor.init() -method
to add custom MenuItem s to the ContextMenu .
|
IThreadNotificationListener |
Listener-class for UI-Notification about running threads.
|
JDBCDriverController |
|
JSch |
|
JSchException |
|
JSLikeList<T> |
|
KeyDetectionTextField |
|
KeyExchange |
|
KeyMappingController |
|
KeyMappingController |
A Class which handles the database communication for Key-Mapping.
This dosn't use the external-configured database for keymapping because key-mappings are always a user specific config.
So to prevent overwrites from other users by using the local-internal-database here!
|
KeyMappingEntry |
|
KeyPair |
|
KeyPairDSA |
|
KeyPairECDSA |
|
KeyPairGenDSA |
|
KeyPairGenDSA |
|
KeyPairGenECDSA |
|
KeyPairGenECDSA |
|
KeyPairGenRSA |
|
KeyPairGenRSA |
|
KeyPairPKCS8 |
|
KeyPairRSA |
|
KeyValue<K,V> |
A class for holding Key-Value data.
|
KnownHosts |
|
License |
Dataholding-class for license information which will be automatically loaded into the information-dialog.
|
LimitedTextField |
|
ListDialog<T> |
|
ListWithTools<T> |
ListWithTools holds a list of ToolOption and represents a ListView .
|
Loader |
This class loads important information for startup like properties, configurations and the SaveItem's etc.
It also initializes the internal database and more.
|
LocalizeController |
|
Logger |
|
MAC |
|
MappingDialog<F,T> |
|
MapUtils |
Helper-class for using Maps.
|
MariaDBModel |
|
Marketplace |
|
MarketplaceController |
|
Maths |
Helper-class with some mathematical functions.
|
MD5 |
|
MessageDialog |
|
MessageNotificationType |
|
MSSQLModel |
|
MyAlert |
|
MyButton |
|
MyCheckBox |
|
MyClassLoader |
A special ClassLoader for using internal paths by reflections.
|
MyFileLocationTextField |
|
MyFolderLocationTextField |
|
MyLabel |
|
MyLogger |
Helper-class to provice logging methods which can be configured in ConfigurationLoggigDialog and uses translations provided by LocalizeController .
|
MyLogger.ILogType |
This interface represents a LogType which has to be used to enhance the LogType-enum if custom-logging-behaviour is needed.
|
MyLogger.LogType |
|
MyLogger.Time |
|
MyProperties |
Overloaded Java-Properties-Class to ignore empty key-values.
So all empty entries will be handled as null/not found.
|
MyRadioButton |
|
MyScene |
|
MySpinner<T> |
|
MySQLModel |
|
MyTab |
|
MyTableView<T> |
|
MyText |
|
MyTextArea |
|
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.
|
MyToggleButton |
|
MyTreeTableView<T> |
|
N1qlFormatter |
|
NewSQLTableColumn |
Dataholding-class which holds the SQLTableColumn and its defaulvalue which was defined inside the database for that column.
|
NumberTextField |
|
NumericInputDialog |
|
ObjenesisInstantiationStrategy |
|
OpenSSHConfig |
This class implements ConfigRepository interface, and parses
OpenSSH's configuration file.
|
Packet |
|
Params |
Handles placeholder replacement with given params.
|
Params.Holder |
|
Params.IndexedParamHolder |
|
Params.NamedParamHolder |
|
PatternConsumer |
This interface is used to connect the XML pattern file parser to
the hyphenation tree.
|
PatternParser |
A SAX document handler to read and parse hyphenation patterns
from a XML file.
|
PBKDF |
|
PBKDF |
|
PdfExport |
Helper-Class to export the mxGraphComponent to a canvas to be printable.
|
PdfFXViewer |
Example of integrating ICEpdf into a JavaFX application using Java 8 and SwingNode.
|
Perspectives |
Perspectives: an object instance of a class behaving differently according to the "view angle".
|
PlSqlFormatter |
|
PluginController |
The plugin-controller controls everything about plugins.
Here you can check if some plugins are active/loaded and add your localizations to the main application from plugin-side with
PluginController.addLocalization(String) .
|
PluginInfo |
|
PluginWebController |
|
PluginWebProvider |
|
PostgreSQLModel |
|
Proxy |
|
ProxyHTTP |
|
ProxySOCKS4 |
|
ProxySOCKS5 |
|
Random |
|
Random |
|
ReflectionHelper |
Helper-class for using reflections.
|
RegexHelper |
|
RequestSftp |
|
RequestSubsystem |
|
SaveItem |
Dataholding-class for saving database information peristently.
It will be loaded by startup and handled by SaveItemController .
|
SaveItemController |
|
ScreenUtils |
Helper-class for handling the stylesheet.
|
SearchDialog |
|
SearchMode |
|
Selection<T> |
|
SelectionDialog<T> |
|
SelectionTableDialog<T extends Selection<?>> |
|
SelectTargetDatabaseDialog |
|
SelectTargetTableColumnDialog |
|
SelectTargetTableDialog |
|
SerializeHyphPattern |
Serialize hyphenation patterns.
|
SerialUtils |
|
ServerSocketFactory |
|
Session |
|
SftpATTRS |
|
SftpException |
|
SftpProgressMonitor |
|
SftpStatVFS |
|
SHA1 |
|
SHA256 |
|
SHA384 |
|
SHA512 |
|
Signature |
|
SignatureDSA |
|
SignatureDSA |
|
SignatureECDSA |
|
SignatureECDSA256 |
|
SignatureECDSA384 |
|
SignatureECDSA521 |
|
SignatureECDSAN |
|
SignatureRSA |
|
SignatureRSA |
|
SocketFactory |
|
SourceHandler |
Helper-class which provides import methods for handling internal resources like fonts, images, icons and more and caches them too.
|
SQLDatabase |
Represents a database with all needed information like the ip-address, port etc.
It can contain a parent SQLServer if this is loaded as a child database.
It also has the option to be loaded only lazy, so the table information will only be loaded after the loading procedure is executed twice.
Otherwise, in the first load, only the tables with only the tablename will be loaded.
|
SQLDataType |
Representation for all DataType for all DatabaseModel s.
It stores also information about their defaultValue and the aligment for gui visualization (left=text, center=dates, right=numbers).
|
SQLForeignColumn |
Information about the foreign column.
Will be used inside the GUI!
|
SQLForeignInfo |
Information about the foreign key.
|
SqlFormatter |
|
SQLIndex |
Represents an index of a SQLTable .
It contains information about the sequenceNumber, name, type SQLIndex.Types , its parent Table
and the column-names for this index.
|
SQLIndex.Types |
|
SQLiteModel |
|
SQLProcedure |
Represents a procedure with catalog, schema and the name as information.
|
SQLProfile |
|
SQLRow |
Represents a row with content/values of an SQLTable when it is loaded by an sql.
The line is separated by the columns/children of the SQLTable and the values are saved within the
list of SQLTableValue .
|
SQLServer |
|
SQLTable |
Represents a table of a SQLDatabase .
It contains information like its children, name, catalog, schema, indexes/primarykey-fields and foreign-keys
It also contains a list of SQLRow , which will hold the data per line if this SQLTable loaded
content of an sql.
|
SQLTableColumn |
Represents a Column of an SQLTable .
It contains information like its parent, its datatype, name, aliasname, constraintName and more..
It also provide a list of its foreignColumns of other tables.
|
SQLTableValue |
Represents a value of a column of an SQLRow .
It is a simple plain java-Object
and has the information about its parent- SQLRow and the column which its belong to.
|
SQLTextEditor<T> |
|
SQLTransaction |
Represents a transaction and contains the related sql- Connection and the info if it is failed or not.
|
SQLTrigger |
Represents a trigger with most information like the condition, the event or the whole trigger-content (script) etc.
|
SSHConnection |
Dataholding-class for a SSHConnection.
|
SSHConnectionController |
Provides all methods to handle the internal database communication for SSHConnections and SSHPortForwardings.
|
SSHController |
Provides all methods to handle SSH-Connections and SSHPortForwardings.
|
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.
|
StandardSqlFormatter |
|
StringHelper |
Methods for String manipulation and other useful methods about strings.
|
SyntaxHighlightingProfile |
This is the base-class for all Syntax-Highlighting-Profiles which uses regex to find matches.
|
TableType |
|
TableWithTools<T> |
TableWithTools holds a list of ToolOption and represents a TableView .
|
TernaryTree |
Ternary Search Tree.
|
TextAreaTableCell<S,T> |
|
TextHyphenator |
This Hyphenator adds soft hyphens (­ ) where hyphens are can be placed.
|
TextUtils |
|
ThreadController |
This class handles the communication between running threads and the UI-notifications.
|
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.
|
ThreadNotificationType |
This enum is used inside ThreadNotification to indicate if this current thread is about a renaming, an updating or only a subtext
|
TimeHelper |
|
TimeTextField |
|
Token |
|
Tokenizer |
|
TokenTypes |
Constants for token types
|
ToolOption<T> |
|
TransactionController |
|
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.
|
TreeTableWithTools<T> |
TreeTableWithTools holds a list of ToolOption and represents a TreeTableView .
|
TripleDESCBC |
|
TripleDESCTR |
|
UIKeyboardInteractive |
|
UnvisibleRoot |
|
UserAuth |
|
UserAuthGSSAPIWithMIC |
|
UserInfo |
|
Util |
|
WebConstants |
|
WebConstants.ENTITY_TYPES |
|
WebConstants.GRANT_TYPES |
|
WebConstants.RESP_MODES |
|
WebConstants.RESP_TYPES |
|
WebDetails |
|
WebException |
|
YesNoDialog |
|
ZipArchiveExtractor |
Helper-class for extract zip-files, gzips, byte[] and more
|