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

A

abort(int) - Method in class org.teichert.databaseexplorer.controllers.DatabaseController
Aborts the current database-execution represented by the connectionPoolId.
abort(Connection) - Method in class org.teichert.databaseexplorer.controllers.DatabaseController
Aborts the current database-execution represented by the Connection conn.
ABORT_SQL - Static variable in class org.teichert.databaseexplorer.controllers.KeyMappingController
 
AbstractFormatter - Class in com.github.vertical_blank.sqlformatter.languages
 
AbstractFormatter() - Constructor for class com.github.vertical_blank.sqlformatter.languages.AbstractFormatter
 
AbstractHyphenator - Class in org.teichert.databaseexplorer.hyphen
Abstract Hyphenator.
AbstractHyphenator(HyphenationTree) - Constructor for class org.teichert.databaseexplorer.hyphen.AbstractHyphenator
 
AbstractHyphenator(HyphenationTree, int, int) - Constructor for class org.teichert.databaseexplorer.hyphen.AbstractHyphenator
 
AbstractWebProvider - Class in org.teichert.databaseexplorer.messages.web
The Class provides necessary methods to handle a Web-Communication.
It can handle for example OAuth2-communication WebDetails.
AbstractWebProvider() - Constructor for class org.teichert.databaseexplorer.messages.web.AbstractWebProvider
 
AbstractWebProvider.MethodTypes - Enum in org.teichert.databaseexplorer.messages.web
 
acc - Variable in class org.teichert.databaseexplorer.gui_editors.GenericTextEditor
 
ACCESS_TOKEN - Static variable in interface org.teichert.databaseexplorer.messages.web.WebConstants
 
add(byte[]) - Method in interface com.jcraft.jsch.IdentityRepository
 
add(byte[]) - Method in class com.jcraft.jsch.IdentityRepository.Wrapper
 
add(HostKey, UserInfo) - Method in interface com.jcraft.jsch.HostKeyRepository
Adds a host key hostkey
add(HostKey, UserInfo) - Method in class com.jcraft.jsch.KnownHosts
 
add(T...) - Method in class org.teichert.databaseexplorer.gui.ListWithTools
 
add(T...) - Method in class org.teichert.databaseexplorer.gui.TableWithTools
 
add(T...) - Method in class org.teichert.databaseexplorer.gui.TreeTableWithTools
 
addChangeListener(ListChangeListener<ThreadIdentificationItem>) - Method in class org.teichert.databaseexplorer.controllers.ThreadController
 
addChild(SQLDatabase) - Method in class org.teichert.databaseexplorer.components.representation.UnvisibleRoot
 
addChild(SQLServer) - Method in class org.teichert.databaseexplorer.components.representation.UnvisibleRoot
 
addChild(SQLTable) - Method in class org.teichert.databaseexplorer.sqlitems.SQLDatabase
 
addChild(SQLTableColumn) - Method in class org.teichert.databaseexplorer.sqlitems.SQLTable
 
addClass(String) - Method in class org.apache.fop.hyphenation.HyphenationTree
Add a character class to the tree.
addClass(String) - Method in interface org.apache.fop.hyphenation.PatternConsumer
Add a character class.
addClass(String) - Method in class org.apache.fop.hyphenation.PatternParser
For testing purposes only.
addConnection(SSHConnection...) - Method in class org.teichert.databaseexplorer.controllers.SSHController
 
addData(Object, Object) - Method in class org.teichert.databaseexplorer.gui_editors.SQLTextEditor
 
addDatabase(SQLDatabase...) - Method in class org.teichert.databaseexplorer.components.CachedFilteredTreeView
 
addDatabaseToTree(UnvisibleRoot, TreeItem, SQLDatabase, SaveItem, boolean) - Static method in class org.teichert.databaseexplorer.utils.GuiHelper
 
addEntry(String, KeyMappingEntry) - Method in class org.teichert.databaseexplorer.controllers.KeyMappingController
 
addException(String, List) - Method in class org.apache.fop.hyphenation.HyphenationTree
Add an exception to the tree.
addException(String, List) - Method in interface org.apache.fop.hyphenation.PatternConsumer
Add a hyphenation exception.
addException(String, List) - Method in class org.apache.fop.hyphenation.PatternParser
For testing purposes only.
addExceptionallies(String...) - Method in class org.teichert.databaseexplorer.components.NumberTextField
 
addExecutionCount(String, Integer) - Method in class org.teichert.databaseexplorer.utils.ExecutionHelper
 
addForeign(SQLForeignInfo) - Method in class org.teichert.databaseexplorer.sqlitems.SQLTable
 
addForeignColumn(SQLForeignColumn) - Method in class org.teichert.databaseexplorer.sqlitems.SQLTableColumn
 
addForeignColumn(SQLForeignColumn, boolean) - Method in class org.teichert.databaseexplorer.sqlitems.SQLTableColumn
 
addForeignColumn(SQLTableColumn, boolean) - Method in class org.teichert.databaseexplorer.sqlitems.SQLTableColumn
 
addIdentity(Identity, byte[]) - Method in class com.jcraft.jsch.JSch
Sets the private key, which will be referred in the public key authentication.
addIdentity(String) - Method in class com.jcraft.jsch.JSch
Sets the private key, which will be referred in the public key authentication.
addIdentity(String, byte[]) - Method in class com.jcraft.jsch.JSch
Sets the private key, which will be referred in the public key authentication.
addIdentity(String, byte[], byte[], byte[]) - Method in class com.jcraft.jsch.JSch
Sets the private key, which will be referred in the public key authentication.
addIdentity(String, String) - Method in class com.jcraft.jsch.JSch
Sets the private key, which will be referred in the public key authentication.
addIdentity(String, String, byte[]) - Method in class com.jcraft.jsch.JSch
Sets the private key, which will be referred in the public key authentication.
addIndex(SQLIndex) - Method in class org.teichert.databaseexplorer.sqlitems.SQLTable
 
addListener(EventHandler<Event>) - Method in class org.teichert.databaseexplorer.beans.ToolOption
 
addLocalization(String) - Method in class org.teichert.databaseexplorer.controllers.PluginController
This Method has to be invoked by any plugin which has localizations to be added.
addLocalization(String, String) - Method in class org.teichert.databaseexplorer.controllers.PluginController
This method will be invoked by PluginController.addLocalization(String)
addLocalization(String, String, String) - Method in class org.teichert.databaseexplorer.controllers.PluginController
This method adds localizations to Loader.props
addNotificationListener(IThreadNotificationListener) - Method in class org.teichert.databaseexplorer.controllers.ThreadController
 
addPattern(String, String) - Method in class org.apache.fop.hyphenation.HyphenationTree
Add a pattern to the tree.
addPattern(String, String) - Method in interface org.apache.fop.hyphenation.PatternConsumer
Add hyphenation patterns.
addPattern(String, String) - Method in class org.apache.fop.hyphenation.PatternParser
For testing purposes only.
addPlugin(String, Class<? extends IPlugin>) - Method in class org.teichert.databaseexplorer.controllers.PluginController
This method adds the plugin to the cachedPlugins map.
addPrimarykey(SQLTableColumn) - Method in class org.teichert.databaseexplorer.sqlitems.SQLTable
 
addRow(SQLRow) - Method in class org.teichert.databaseexplorer.sqlitems.SQLTable
 
addServer(SQLServer...) - Method in class org.teichert.databaseexplorer.components.CachedFilteredTreeView
 
addServerToTree(UnvisibleRoot, TreeItem, SQLServer, SaveItem, boolean) - Static method in class org.teichert.databaseexplorer.utils.GuiHelper
 
addSession(Session) - Method in class com.jcraft.jsch.JSch
 
addSuggestion(E...) - Method in class org.teichert.databaseexplorer.beans.AutoCompleteRule
 
addTableColumn(SQLTable, SQLTableColumn, Object, IDoingAfterThread) - Method in class org.teichert.databaseexplorer.database.DatabaseModel
 
addTableColumn(SQLTable, SQLTableColumn, Object, IDoingAfterThread) - Method in class org.teichert.databaseexplorer.models.H2SQLModel
 
addTableColumn(SQLTable, SQLTableColumn, Object, IDoingAfterThread) - Method in class org.teichert.databaseexplorer.models.InformixSQLModel
 
addTableColumn(SQLTable, SQLTableColumn, Object, IDoingAfterThread) - Method in class org.teichert.databaseexplorer.models.MariaDBModel
 
addTableColumn(SQLTable, SQLTableColumn, Object, IDoingAfterThread) - Method in class org.teichert.databaseexplorer.models.MSSQLModel
 
addTableColumn(SQLTable, SQLTableColumn, Object, IDoingAfterThread) - Method in class org.teichert.databaseexplorer.models.MySQLModel
 
addTableColumn(SQLTable, SQLTableColumn, Object, IDoingAfterThread) - Method in class org.teichert.databaseexplorer.models.PostgreSQLModel
 
addTableColumn(SQLTable, SQLTableColumn, Object, IDoingAfterThread) - Method in class org.teichert.databaseexplorer.models.SQLiteModel
 
addTableInfos(SQLTable, TreeItem) - Static method in class org.teichert.databaseexplorer.utils.GuiHelper
Add the TreeItems which represents the table informations of the given SQLTable like TableColumns, Indexes or ForeignKeys (Constraints).
addThrowableMsg(String, Exception) - Method in class org.teichert.databaseexplorer.utils.ExecutionHelper
 
addThrowableMsg(String, String) - Method in class org.teichert.databaseexplorer.utils.ExecutionHelper
 
addTrigger(SQLTrigger) - Method in class org.teichert.databaseexplorer.sqlitems.SQLTable
 
addValue(SQLTableValue) - Method in class org.teichert.databaseexplorer.sqlitems.SQLRow
 
AES128CBC - Class in com.jcraft.jsch.jce
 
AES128CBC() - Constructor for class com.jcraft.jsch.jce.AES128CBC
 
AES128CTR - Class in com.jcraft.jsch.jce
 
AES128CTR() - Constructor for class com.jcraft.jsch.jce.AES128CTR
 
AES192CBC - Class in com.jcraft.jsch.jce
 
AES192CBC() - Constructor for class com.jcraft.jsch.jce.AES192CBC
 
AES192CTR - Class in com.jcraft.jsch.jce
 
AES192CTR() - Constructor for class com.jcraft.jsch.jce.AES192CTR
 
AES256CBC - Class in com.jcraft.jsch.jce
 
AES256CBC() - Constructor for class com.jcraft.jsch.jce.AES256CBC
 
AES256CTR - Class in com.jcraft.jsch.jce
 
AES256CTR() - Constructor for class com.jcraft.jsch.jce.AES256CTR
 
AItemLoadedListener - Class in org.teichert.databaseexplorer.impl
 
AItemLoadedListener() - Constructor for class org.teichert.databaseexplorer.impl.AItemLoadedListener
 
ALIAS - Static variable in class org.teichert.databaseexplorer.constants.ConfigurationGeneralConstants
 
allFields(Class<?>) - Method in class com.rits.cloning.Cloner
reflection utils, override this to choose which fields to clone
ALLOW_COLUMN - Static variable in class org.teichert.databaseexplorer.beans.TreeMenuItem
 
ALLOW_DATABASE - Static variable in class org.teichert.databaseexplorer.beans.TreeMenuItem
 
ALLOW_FOREIGN_KEY - Static variable in class org.teichert.databaseexplorer.beans.TreeMenuItem
 
ALLOW_INDEX - Static variable in class org.teichert.databaseexplorer.beans.TreeMenuItem
 
ALLOW_SERVER - Static variable in class org.teichert.databaseexplorer.beans.TreeMenuItem
 
ALLOW_TABLE - Static variable in class org.teichert.databaseexplorer.beans.TreeMenuItem
 
ALLOW_TRIGGER - Static variable in class org.teichert.databaseexplorer.beans.TreeMenuItem
 
annotatedField(Class<? extends Annotation>, ICloningStrategy.Strategy) - Static method in class com.rits.cloning.CloningStrategyFactory
 
APPEND - Static variable in class com.jcraft.jsch.ChannelSftp
 
appendHyphenatedWord(StringBuilder, StringBuilder, String) - Method in class org.teichert.databaseexplorer.hyphen.AbstractHyphenator
Appends the content of wordBuffer to result and truncates the wordBuffer.
appendHyphenatedWord(StringBuilder, StringBuilder, String) - Method in class org.teichert.databaseexplorer.hyphen.EscapingHyphenator
Appends the content of wordBuffer to result and truncates the wordBuffer.
appendHyphenatedWord(StringBuilder, StringBuilder, String) - Method in class org.teichert.databaseexplorer.hyphen.TextHyphenator
Appends the content of wordBuffer to result and truncates the wordBuffer.
appendTag(StringBuilder, StringBuilder) - Method in class org.teichert.databaseexplorer.hyphen.AbstractHyphenator
Appends the content of wordBuffer to result and truncates the wordBuffer.
appendTag(StringBuilder, StringBuilder) - Method in class org.teichert.databaseexplorer.hyphen.EscapingHyphenator
Appends the content of wordBuffer to result and truncates the wordBuffer.
appendTag(StringBuilder, StringBuilder) - Method in class org.teichert.databaseexplorer.hyphen.TextHyphenator
Appends the content of wordBuffer to result and truncates the wordBuffer.
appendWord(StringBuilder, StringBuilder) - Method in class org.teichert.databaseexplorer.hyphen.AbstractHyphenator
Appends the content of wordBuffer to result and truncates the wordBuffer.
appendWord(StringBuilder, StringBuilder) - Method in class org.teichert.databaseexplorer.hyphen.EscapingHyphenator
Appends the content of wordBuffer to result and truncates the wordBuffer.
appendWord(StringBuilder, StringBuilder) - Method in class org.teichert.databaseexplorer.hyphen.TextHyphenator
Appends the content of wordBuffer to result and truncates the wordBuffer.
applyHighlighting(StyleSpans<Collection<String>>) - Method in class org.teichert.databaseexplorer.gui_editors.GenericTextEditor
 
applyHighlighting(StyleSpans<Collection<String>>) - Method in interface org.teichert.databaseexplorer.interfaces.IEditor
 
ARCFOUR - Class in com.jcraft.jsch.jce
 
ARCFOUR() - Constructor for class com.jcraft.jsch.jce.ARCFOUR
 
ARCFOUR128 - Class in com.jcraft.jsch.jce
 
ARCFOUR128() - Constructor for class com.jcraft.jsch.jce.ARCFOUR128
 
ARCFOUR256 - Class in com.jcraft.jsch.jce
 
ARCFOUR256() - Constructor for class com.jcraft.jsch.jce.ARCFOUR256
 
ARRAY - org.teichert.databaseexplorer.sqlitems.SQLDataType
 
ArrayHelper<E> - Class in org.teichert.databaseexplorer.utils
Helper-class for using arrays.
ArrayHelper() - Constructor for class org.teichert.databaseexplorer.utils.ArrayHelper
 
ASetting - Class in org.teichert.databaseexplorer.beans
This class is the base class for all setting-views which will be automatically integrated into the gui by reflection.
ASetting(Window) - Constructor for class org.teichert.databaseexplorer.beans.ASetting
 
AUTHENTICATION_SERVER_URI - Static variable in interface org.teichert.databaseexplorer.messages.web.WebConstants
 
AUTHORIZATION - Static variable in interface org.teichert.databaseexplorer.messages.web.WebConstants
 
AUTHORIZATION_CODE - org.teichert.databaseexplorer.messages.web.WebConstants.GRANT_TYPES
 
AUTO_COMPLETION - Static variable in class org.teichert.databaseexplorer.constants.ConfigurationGeneralConstants
 
autoClose - Variable in class org.teichert.databaseexplorer.components.DropDown
 
AUTOCOMMIT - Static variable in class org.teichert.databaseexplorer.constants.ConfigurationGeneralConstants
 
AutoCompleteController - Class in org.teichert.databaseexplorer.controllers
 
autoCompleteFunc - Variable in class org.teichert.databaseexplorer.gui_editors.GenericTextEditor
 
AutoCompleteRule<E> - Class in org.teichert.databaseexplorer.beans
This class is used for sql-autocompletion.
AutoCompleteRule(String, int, E...) - Constructor for class org.teichert.databaseexplorer.beans.AutoCompleteRule
 
AutoCompleteRule(String, int, List<E>) - Constructor for class org.teichert.databaseexplorer.beans.AutoCompleteRule
 
autoCompletion - Variable in class org.teichert.databaseexplorer.gui_editors.GenericTextEditor
 
autoCompletion(String) - Method in class org.teichert.databaseexplorer.gui_editors.CSSTextEditor
 
autoCompletion(String) - Method in class org.teichert.databaseexplorer.gui_editors.GenericTextEditor
 
autoCompletion(String) - Method in class org.teichert.databaseexplorer.gui_editors.SQLTextEditor
 
autoCompletionPopup - Variable in class org.teichert.databaseexplorer.gui_editors.GenericTextEditor
 
AutoCompletionTableData - Class in org.teichert.databaseexplorer.beans
This class is the dataholding for sql-autocompletion which will be shown in the tablview.
AutoCompletionTableData - Class in org.teichert.databaseexplorer.components.representation
 
AutoCompletionTableData(SQLTable) - Constructor for class org.teichert.databaseexplorer.beans.AutoCompletionTableData
 
AutoCompletionTableData(SQLTable) - Constructor for class org.teichert.databaseexplorer.components.representation.AutoCompletionTableData
 
AutoCompletionTableData(SQLTableColumn) - Constructor for class org.teichert.databaseexplorer.beans.AutoCompletionTableData
 
AutoCompletionTableData(SQLTableColumn) - Constructor for class org.teichert.databaseexplorer.components.representation.AutoCompletionTableData
 
AutoCompletionTableData(SQLTable, SQLTable) - Constructor for class org.teichert.databaseexplorer.beans.AutoCompletionTableData
 
AutoCompletionTableData(SQLTable, SQLTable) - Constructor for class org.teichert.databaseexplorer.components.representation.AutoCompletionTableData
 
AUTOINCREMENT_VALUE - org.teichert.databaseexplorer.enums.ColumnType
 

B

b - Variable in class org.teichert.databaseexplorer.components.DropDown
 
balance() - Method in class org.apache.fop.hyphenation.TernaryTree
Balance the tree for best search performance
BASIC - Static variable in interface org.teichert.databaseexplorer.messages.web.WebConstants
 
BEARER - Static variable in interface org.teichert.databaseexplorer.messages.web.WebConstants
 
BEGINNING - org.teichert.databaseexplorer.enums.SearchMode
 
BIGINT - org.teichert.databaseexplorer.sqlitems.SQLDataType
 
BIGSERIAL - org.teichert.databaseexplorer.sqlitems.SQLDataType
 
BINARY - org.teichert.databaseexplorer.sqlitems.SQLDataType
 
BINARY_VARYING - org.teichert.databaseexplorer.sqlitems.SQLDataType
 
BIT - org.teichert.databaseexplorer.sqlitems.SQLDataType
 
BITVARYING - org.teichert.databaseexplorer.sqlitems.SQLDataType
 
BLOB - org.teichert.databaseexplorer.sqlitems.SQLDataType
 
BLOCK_COMMENT - com.github.vertical_blank.sqlformatter.core.TokenTypes
 
BLOCK_SIZE - Static variable in class org.apache.fop.hyphenation.TernaryTree
allocation size for arrays
BlowfishCBC - Class in com.jcraft.jsch.jce
 
BlowfishCBC() - Constructor for class com.jcraft.jsch.jce.BlowfishCBC
 
BOOL - org.teichert.databaseexplorer.sqlitems.SQLDataType
 
BOOLEAN - org.teichert.databaseexplorer.sqlitems.SQLDataType
 
bottom - Static variable in class org.teichert.databaseexplorer.gui.ListWithTools
 
bottom - Static variable in class org.teichert.databaseexplorer.gui.TableWithTools
 
bottom - Static variable in class org.teichert.databaseexplorer.gui.TreeTableWithTools
 
BOTTOM - Static variable in class org.teichert.databaseexplorer.gui_editors.GenericTextEditor
 
BREAK - Static variable in interface com.jcraft.jsch.ChannelSftp.LsEntrySelector
 
buf - Variable in class com.jcraft.jsch.UserAuth
 
Buffer - Class in com.jcraft.jsch
 
Buffer() - Constructor for class com.jcraft.jsch.Buffer
 
Buffer(byte[]) - Constructor for class com.jcraft.jsch.Buffer
 
Buffer(int) - Constructor for class com.jcraft.jsch.Buffer
 
build() - Method in class com.github.vertical_blank.sqlformatter.core.DialectConfig.DialectConfigBuilder
 
build() - Method in class com.github.vertical_blank.sqlformatter.core.FormatConfig.FormatConfigBuilder
 
builder() - Static method in class com.github.vertical_blank.sqlformatter.core.DialectConfig
 
builder() - Static method in class com.github.vertical_blank.sqlformatter.core.FormatConfig
 
BUTTON - Static variable in class org.teichert.databaseexplorer.beans.ToolOption
 
BUTTON_AREA_DIRECTION - Static variable in class org.teichert.databaseexplorer.constants.ConfigurationGeneralConstants
 
BYTE - org.teichert.databaseexplorer.sqlitems.SQLDataType
 
BYTEA - org.teichert.databaseexplorer.sqlitems.SQLDataType
 
byteArrayToFile(byte[], File) - Static method in class org.teichert.databaseexplorer.utils.FileHelper
Saves all bytes into the given file.
byteArrayToFile(File) - Static method in class org.teichert.databaseexplorer.utils.FileHelper
Converts the file to a byte[].
bytesToHex(byte[]) - Static method in class org.teichert.databaseexplorer.utils.FileHelper
 

C

cache(String, HyphenationTree) - Method in class org.apache.fop.hyphenation.HyphenationTreeCache
Cache a hyphenation tree under its key.
CACHE_FOLDER - Static variable in class org.teichert.databaseexplorer.constants.GeneralConstants
 
CachedFilteredTreeView<T extends IFilteredTreeItem> - Class in org.teichert.databaseexplorer.components
 
CachedFilteredTreeView(AItemLoadedListener...) - Constructor for class org.teichert.databaseexplorer.components.CachedFilteredTreeView
 
call() - Method in class org.teichert.databaseexplorer.impl.Downloader
 
call() - Method in class org.teichert.databaseexplorer.utils.DownloadHelper
Downloads the file from the url.
CALLER - Static variable in interface org.teichert.databaseexplorer.messages.web.WebConstants
 
calulateDialogPosAndSize() - Method in class org.teichert.databaseexplorer.components.DropDown
 
CANCEL - Static variable in class org.teichert.databaseexplorer.gui.CustomDialog
 
CANCEL_STRING - Static variable in class org.teichert.databaseexplorer.gui.CustomDialog
 
cancelEdit() - Method in class org.teichert.databaseexplorer.gui.TextAreaTableCell
 
cancelPressed() - Method in class org.teichert.databaseexplorer.gui.CustomDialog
 
cancelPressed() - Method in interface org.teichert.databaseexplorer.interfaces.ISetting
 
cbInput - Variable in class org.teichert.databaseexplorer.gui.SelectionDialog
 
cd(String) - Method in class com.jcraft.jsch.ChannelSftp
 
CHANGED - Static variable in interface com.jcraft.jsch.HostKeyRepository
 
Channel - Class in com.jcraft.jsch
 
ChannelDirectTCPIP - Class in com.jcraft.jsch
 
ChannelExec - Class in com.jcraft.jsch
 
ChannelExec() - Constructor for class com.jcraft.jsch.ChannelExec
 
ChannelForwardedTCPIP - Class in com.jcraft.jsch
 
ChannelSftp - Class in com.jcraft.jsch
 
ChannelSftp() - Constructor for class com.jcraft.jsch.ChannelSftp
 
ChannelSftp.LsEntry - Class in com.jcraft.jsch
 
ChannelSftp.LsEntrySelector - Interface in com.jcraft.jsch
This interface will be passed as an argument for ls method.
ChannelShell - Class in com.jcraft.jsch
 
ChannelSubsystem - Class in com.jcraft.jsch
 
ChannelSubsystem() - Constructor for class com.jcraft.jsch.ChannelSubsystem
 
CHAR - org.teichert.databaseexplorer.sqlitems.SQLDataType
 
CHARACTER - org.teichert.databaseexplorer.sqlitems.SQLDataType
 
CHARACTER_VARYING - org.teichert.databaseexplorer.sqlitems.SQLDataType
 
characters(char[], int, int) - Method in class org.apache.fop.hyphenation.PatternParser
check(String, byte[]) - Method in interface com.jcraft.jsch.HostKeyRepository
Checks if host is included with the key.
check(String, byte[]) - Method in class com.jcraft.jsch.KnownHosts
 
check2048(Class, int) - Method in class com.jcraft.jsch.DHGEX
 
checkBeforeEditorExecution(SQLDatabase, String, IEditor) - Method in interface org.teichert.databaseexplorer.pluginInterfaces.IBeforeEditorPluginInterface
Returns if the whole sql-query should be stoped.
It is only called once a time before starting to loop over each statement so it can prevent the whole execution!
checkEditorExecution(SQLDatabase, String, IEditor) - Method in interface org.teichert.databaseexplorer.interfaces.IEditorPluginInterface
 
checkIfIsSelect(String, Map<Object, Object>) - Method in class org.teichert.databaseexplorer.database.DatabaseModel
 
checkIfIsSelect(String, Map<Object, Object>) - Method in class org.teichert.databaseexplorer.models.H2SQLModel
 
checkIfIsSelect(String, Map<Object, Object>) - Method in class org.teichert.databaseexplorer.models.InformixSQLModel
 
checkIfIsSelect(String, Map<Object, Object>) - Method in class org.teichert.databaseexplorer.models.MariaDBModel
 
checkIfIsSelect(String, Map<Object, Object>) - Method in class org.teichert.databaseexplorer.models.MSSQLModel
 
checkIfIsSelect(String, Map<Object, Object>) - Method in class org.teichert.databaseexplorer.models.MySQLModel
 
checkIfIsSelect(String, Map<Object, Object>) - Method in class org.teichert.databaseexplorer.models.PostgreSQLModel
 
checkIfIsSelect(String, Map<Object, Object>) - Method in class org.teichert.databaseexplorer.models.SQLiteModel
 
checkIfIsSelect(String, Map<Object, Object>) - Method in interface org.teichert.databaseexplorer.pluginInterfaces.IDatabaseControllerExtensionPluginInterface
Checks if the current sql-statement is a SELECT statement or not.
For example: in the Hibernate-plugin a "FROM" keyword can also start a select-statement.
checkPluginActiv(String) - Method in class org.teichert.databaseexplorer.controllers.PluginController
Checks if the plugin should be used or not.
If not, the plugin will not be loaded by the Classloader for security reasons.
By default, every plugin is not active to be secure.
checkRange() - Method in interface com.jcraft.jsch.DH
 
checkRange() - Method in class com.jcraft.jsch.jce.DH
 
checkWhileEditorExecution(SQLDatabase, String, IEditor) - Method in interface org.teichert.databaseexplorer.pluginInterfaces.IBeforeEditorPluginInterface
Returns if the current sql-statement should be stoped.
It is called for each sql-statement and can prevent only the current statement to be executed
chgrp(int, String) - Method in class com.jcraft.jsch.ChannelSftp
 
chmod(int, String) - Method in class com.jcraft.jsch.ChannelSftp
 
chown(int, String) - Method in class com.jcraft.jsch.ChannelSftp
 
CIDR - org.teichert.databaseexplorer.sqlitems.SQLDataType
 
Cipher - Interface in com.jcraft.jsch
 
CipherNone - Class in com.jcraft.jsch
 
CipherNone() - Constructor for class com.jcraft.jsch.CipherNone
 
clear() - Method in interface com.jcraft.jsch.Identity
Disposes internally allocated data, like byte array for the private key.
clear() - Method in class org.teichert.databaseexplorer.gui.ListWithTools
 
clear() - Method in class org.teichert.databaseexplorer.gui.TableWithTools
 
clear() - Method in interface org.teichert.databaseexplorer.interfaces.ISQLItem
 
clear() - Method in class org.teichert.databaseexplorer.sqlitems.SQLDatabase
 
clear() - Method in class org.teichert.databaseexplorer.sqlitems.SQLForeignInfo
 
clear() - Method in class org.teichert.databaseexplorer.sqlitems.SQLIndex
 
clear() - Method in class org.teichert.databaseexplorer.sqlitems.SQLRow
 
clear() - Method in class org.teichert.databaseexplorer.sqlitems.SQLServer
 
clear() - Method in class org.teichert.databaseexplorer.sqlitems.SQLTable
 
clear() - Method in class org.teichert.databaseexplorer.sqlitems.SQLTableColumn
 
clear() - Method in class org.teichert.databaseexplorer.sqlitems.SQLTrigger
 
clear(int) - Method in class org.teichert.databaseexplorer.controllers.TransactionController
 
clearCache() - Static method in class org.teichert.databaseexplorer.utils.GeneralUtils
 
clearCols() - Method in class org.teichert.databaseexplorer.sqlitems.SQLTable
 
clearData() - Method in class org.teichert.databaseexplorer.gui.MyTab
 
clearData() - Method in class org.teichert.databaseexplorer.gui.MyTableView
 
clearData() - Method in class org.teichert.databaseexplorer.gui.MyTreeTableView
 
clearDatabases() - Method in class org.teichert.databaseexplorer.components.representation.UnvisibleRoot
 
clearExecutionCount() - Method in class org.teichert.databaseexplorer.utils.ExecutionHelper
 
clearIndexes() - Method in class org.teichert.databaseexplorer.sqlitems.SQLTable
 
clearListeners() - Method in class org.teichert.databaseexplorer.beans.ToolOption
 
clearRows() - Method in class org.teichert.databaseexplorer.sqlitems.SQLTable
 
clearSearch() - Method in class org.teichert.databaseexplorer.gui.ListWithTools
Reset the search.
clearSearch() - Method in class org.teichert.databaseexplorer.gui.TableWithTools
Reset the search.
clearServers() - Method in class org.teichert.databaseexplorer.components.representation.UnvisibleRoot
 
clearThrowableMsg() - Method in class org.teichert.databaseexplorer.utils.ExecutionHelper
 
clearValues() - Method in class org.teichert.databaseexplorer.sqlitems.SQLRow
 
CLIENT_CREDENTIALS - org.teichert.databaseexplorer.messages.web.WebConstants.GRANT_TYPES
 
CLIENT_ID - Static variable in interface org.teichert.databaseexplorer.messages.web.WebConstants
 
CLIENT_SECRET - Static variable in interface org.teichert.databaseexplorer.messages.web.WebConstants
 
CLOB - org.teichert.databaseexplorer.sqlitems.SQLDataType
 
clone() - Method in class org.apache.fop.hyphenation.TernaryTree
clone(Object, IDeepCloner, Map<Object, Object>) - Method in class com.rits.cloning.FastClonerArrayList
 
clone(Object, IDeepCloner, Map<Object, Object>) - Method in class com.rits.cloning.FastClonerArrayListSubList
 
clone(Object, IDeepCloner, Map<Object, Object>) - Method in class com.rits.cloning.FastClonerCalendar
 
clone(Object, IDeepCloner, Map<Object, Object>) - Method in class com.rits.cloning.FastClonerConcurrentHashMap
 
clone(Object, IDeepCloner, Map<Object, Object>) - Method in class com.rits.cloning.FastClonerConcurrentLinkedQueue
 
clone(Object, IDeepCloner, Map<Object, Object>) - Method in class com.rits.cloning.FastClonerCustomCollection
 
clone(Object, IDeepCloner, Map<Object, Object>) - Method in class com.rits.cloning.FastClonerCustomMap
 
clone(Object, IDeepCloner, Map<Object, Object>) - Method in class com.rits.cloning.FastClonerEnumMap
 
clone(Object, IDeepCloner, Map<Object, Object>) - Method in class com.rits.cloning.FastClonerHashMap
 
clone(Object, IDeepCloner, Map<Object, Object>) - Method in class com.rits.cloning.FastClonerHashSet
 
clone(Object, IDeepCloner, Map<Object, Object>) - Method in class com.rits.cloning.FastClonerLinkedHashMap
 
clone(Object, IDeepCloner, Map<Object, Object>) - Method in class com.rits.cloning.FastClonerLinkedHashSet
 
clone(Object, IDeepCloner, Map<Object, Object>) - Method in class com.rits.cloning.FastClonerLinkedList
 
clone(Object, IDeepCloner, Map<Object, Object>) - Method in class com.rits.cloning.FastClonerTreeMap
 
clone(Object, IDeepCloner, Map<Object, Object>) - Method in class com.rits.cloning.FastClonerTreeSet
 
clone(Object, IDeepCloner, Map<Object, Object>) - Method in interface com.rits.cloning.IFastCloner
 
cloneInternal(T, Map<Object, Object>) - Method in class com.rits.cloning.Cloner
 
cloneObject(T) - Static method in class org.teichert.databaseexplorer.utils.SerialUtils
 
Cloner - Class in com.rits.cloning
Cloner: deep clone objects.
Cloner() - Constructor for class com.rits.cloning.Cloner
 
Cloner(IInstantiationStrategy) - Constructor for class com.rits.cloning.Cloner
 
cloning(Field, Class<?>) - Method in interface com.rits.cloning.IDumpCloned
 
CloningException - Exception in com.rits.cloning
thrown if cloning fails
CloningException(Exception) - Constructor for exception com.rits.cloning.CloningException
 
CloningException(String) - Constructor for exception com.rits.cloning.CloningException
 
CloningException(String, Throwable) - Constructor for exception com.rits.cloning.CloningException
 
CloningStrategyFactory - Class in com.rits.cloning
 
CloningStrategyFactory() - Constructor for class com.rits.cloning.CloningStrategyFactory
 
close() - Method in class com.jcraft.jsch.IO
 
close() - Method in interface com.jcraft.jsch.Proxy
 
close() - Method in class com.jcraft.jsch.ProxyHTTP
 
close() - Method in class com.jcraft.jsch.ProxySOCKS4
 
close() - Method in class com.jcraft.jsch.ProxySOCKS5
 
close() - Method in class org.teichert.databaseexplorer.gui.PdfFXViewer
 
close(InputStream) - Static method in class org.teichert.databaseexplorer.utils.CloseHelper
 
close(OutputStream) - Static method in class org.teichert.databaseexplorer.utils.CloseHelper
 
close(Reader) - Static method in class org.teichert.databaseexplorer.utils.CloseHelper
 
close(Writer) - Static method in class org.teichert.databaseexplorer.utils.CloseHelper
 
close(Connection) - Static method in class org.teichert.databaseexplorer.utils.CloseHelper
 
close(PreparedStatement) - Static method in class org.teichert.databaseexplorer.utils.CloseHelper
 
close(ResultSet) - Static method in class org.teichert.databaseexplorer.utils.CloseHelper
 
close(Statement) - Static method in class org.teichert.databaseexplorer.utils.CloseHelper
 
CLOSE_PAREN - com.github.vertical_blank.sqlformatter.core.TokenTypes
 
closeConnection(ExecutorService, int, Map<Object, Object>) - Method in class org.teichert.databaseexplorer.controllers.DatabaseController
Close (if possible) the cached Database-Connection for the given connectionPoolId.
The mode will determine if the connection is a (JDBC) or (Hibernate) Connection.
closeConnection(ExecutorService, int, Map<Object, Object>) - Method in interface org.teichert.databaseexplorer.pluginInterfaces.IDatabaseControllerExtensionPluginInterface
CloseHelper - Class in org.teichert.databaseexplorer.utils
Helper-class to try to close Closeable's and catch the exceptions and checks for null.
closeParens - Variable in class com.github.vertical_blank.sqlformatter.core.DialectConfig
 
closeParens(List<String>) - Method in class com.github.vertical_blank.sqlformatter.core.DialectConfig.DialectConfigBuilder
 
CLUSTERED - org.teichert.databaseexplorer.sqlitems.SQLIndex.Types
 
CODE - org.teichert.databaseexplorer.messages.web.WebConstants.RESP_TYPES
 
CODE - Static variable in interface org.teichert.databaseexplorer.messages.web.WebConstants
 
collapseButton - Variable in class org.teichert.databaseexplorer.components.CachedFilteredTreeView
 
collapseTree(TreeItem<T>, boolean) - Method in class org.teichert.databaseexplorer.gui.FilteredTreeView
 
ColumnType - Enum in org.teichert.databaseexplorer.enums
 
com.github.vertical_blank.sqlformatter - package com.github.vertical_blank.sqlformatter
 
com.github.vertical_blank.sqlformatter.core - package com.github.vertical_blank.sqlformatter.core
 
com.github.vertical_blank.sqlformatter.core.util - package com.github.vertical_blank.sqlformatter.core.util
 
com.github.vertical_blank.sqlformatter.languages - package com.github.vertical_blank.sqlformatter.languages
 
com.jcraft.jsch - package com.jcraft.jsch
 
com.jcraft.jsch.jce - package com.jcraft.jsch.jce
 
com.jcraft.jsch.jcraft - package com.jcraft.jsch.jcraft
 
com.jcraft.jsch.jgss - package com.jcraft.jsch.jgss
 
com.rits.cloning - package com.rits.cloning
 
com.rits.perspectives - package com.rits.perspectives
 
COMBINED_KEY - org.teichert.databaseexplorer.enums.ColumnType
 
combineTableInfos(SQLTable, SQLTable) - Static method in class org.teichert.databaseexplorer.utils.GeneralUtils
 
COMBO - Static variable in class org.teichert.databaseexplorer.beans.ToolOption
 
comment - Variable in class com.jcraft.jsch.HostKey
 
COMMENT_SQL - Static variable in class org.teichert.databaseexplorer.controllers.KeyMappingController
 
COMMIT_SQL - Static variable in class org.teichert.databaseexplorer.controllers.KeyMappingController
 
commitEditorText() - Method in class org.teichert.databaseexplorer.components.MySpinner
 
comparatorPosition - Static variable in class org.teichert.databaseexplorer.utils.GuiHelper
 
compareTo(Object) - Method in class com.jcraft.jsch.ChannelSftp.LsEntry
 
compareTo(ISQLItem<UnvisibleRoot, SQLServer>) - Method in class org.teichert.databaseexplorer.sqlitems.SQLServer
 
compareTo(ISQLItem<SQLDatabase, SQLTable>) - Method in class org.teichert.databaseexplorer.sqlitems.SQLTable
 
compareTo(ISQLItem<SQLServer, SQLDatabase>) - Method in class org.teichert.databaseexplorer.sqlitems.SQLDatabase
 
compareTo(ISQLItem<SQLTable, SQLForeignInfo>) - Method in class org.teichert.databaseexplorer.sqlitems.SQLForeignInfo
 
compareTo(ISQLItem<SQLTable, SQLIndex>) - Method in class org.teichert.databaseexplorer.sqlitems.SQLIndex
 
compareTo(ISQLItem<SQLTable, SQLRow>) - Method in class org.teichert.databaseexplorer.sqlitems.SQLRow
 
compareTo(ISQLItem<SQLTable, SQLTableColumn>) - Method in class org.teichert.databaseexplorer.sqlitems.SQLTableColumn
 
compareTo(ISQLItem<SQLTable, SQLTrigger>) - Method in class org.teichert.databaseexplorer.sqlitems.SQLTrigger
 
compile - Variable in class org.teichert.databaseexplorer.beans.SyntaxHighlightingProfile
 
compress(byte[], int, int[]) - Method in interface com.jcraft.jsch.Compression
 
compressByteArray(byte[]) - Static method in class org.teichert.databaseexplorer.utils.ZipArchiveExtractor
 
Compression - Interface in com.jcraft.jsch
 
computeAsync() - Method in class org.teichert.databaseexplorer.gui_editors.GenericTextEditor
 
computeAsync() - Method in interface org.teichert.databaseexplorer.interfaces.IEditor
 
computeAutocompletion() - Method in class org.teichert.databaseexplorer.gui_editors.GenericTextEditor
 
computeHighlighting(String) - Method in class org.teichert.databaseexplorer.gui_editors.GenericTextEditor
 
computeHighlighting(String) - Method in interface org.teichert.databaseexplorer.interfaces.IEditor
 
configFile - Static variable in class org.teichert.databaseexplorer.utils.Loader
 
ConfigRepository - Interface in com.jcraft.jsch
 
ConfigRepository.Config - Interface in com.jcraft.jsch
 
ConfigurationCacheConstants - Class in org.teichert.databaseexplorer.constants
 
ConfigurationDiagramConstants - Class in org.teichert.databaseexplorer.constants
 
ConfigurationExportTableConstants - Class in org.teichert.databaseexplorer.constants
 
ConfigurationGeneralConstants - Class in org.teichert.databaseexplorer.constants
 
ConfigurationJDBCDriversConstants - Class in org.teichert.databaseexplorer.constants
 
ConfigurationKeyMappingConstants - Class in org.teichert.databaseexplorer.constants
 
ConfigurationLanguageConstants - Class in org.teichert.databaseexplorer.constants
 
ConfigurationLoggigConstants - Class in org.teichert.databaseexplorer.constants
 
ConfigurationPluginsConstants - Class in org.teichert.databaseexplorer.constants
 
ConfigurationSSHConnectionConstants - Class in org.teichert.databaseexplorer.constants
 
ConfigurationStyleConstants - Class in org.teichert.databaseexplorer.constants
 
CONFIRM - org.teichert.databaseexplorer.enums.MessageNotificationType
 
connect() - Method in class com.jcraft.jsch.Channel
 
connect() - Method in class com.jcraft.jsch.Session
 
connect(int) - Method in class com.jcraft.jsch.Channel
 
connect(int) - Method in class com.jcraft.jsch.ChannelDirectTCPIP
 
connect(int) - Method in class com.jcraft.jsch.Session
 
connect(SocketFactory, String, int, int) - Method in interface com.jcraft.jsch.Proxy
 
connect(SocketFactory, String, int, int) - Method in class com.jcraft.jsch.ProxyHTTP
 
connect(SocketFactory, String, int, int) - Method in class com.jcraft.jsch.ProxySOCKS4
 
connect(SocketFactory, String, int, int) - Method in class com.jcraft.jsch.ProxySOCKS5
 
connect(SSHConnection...) - Method in class org.teichert.databaseexplorer.controllers.SSHController
Establishes an SSH-Connection via its user+password.
Make sure all environment settings like for example a "VPN-Tunnel" are ready to use.
You can see if a session is established in the log-files.
connectAll() - Method in class org.teichert.databaseexplorer.controllers.SSHController
Establishes a connection to all configured SSH-Connections.
considerImmutable(Class<?>) - Method in class com.rits.cloning.Cloner
override this to decide if a class is immutable.
CONSTRAINTS - Static variable in class org.teichert.databaseexplorer.constants.ConfigurationGeneralConstants
 
constructLlccKey(String, String) - Static method in class org.apache.fop.hyphenation.HyphenationTreeCache
Constructs the key for the hyphenation pattern file.
contains(Connection) - Method in class org.teichert.databaseexplorer.controllers.TransactionController
 
CONTAINS - org.teichert.databaseexplorer.enums.SearchMode
 
content - Variable in class org.teichert.databaseexplorer.components.DropDown
 
CONTINUE - Static variable in interface com.jcraft.jsch.ChannelSftp.LsEntrySelector
 
convert(Object) - Static method in enum org.teichert.databaseexplorer.sqlitems.SQLDataType
 
converterProperty() - Method in class org.teichert.databaseexplorer.gui.TextAreaTableCell
 
convertForeignColumnToForeignInfo(SQLTableColumn, SQLForeignColumn) - Static method in class org.teichert.databaseexplorer.utils.GeneralUtils
 
convertObject(SQLTableColumn, Object) - Method in class org.teichert.databaseexplorer.database.DatabaseModel
 
convertObject(SQLTableColumn, Object) - Method in class org.teichert.databaseexplorer.models.H2SQLModel
 
convertObject(SQLTableColumn, Object) - Method in class org.teichert.databaseexplorer.models.InformixSQLModel
 
convertObject(SQLTableColumn, Object) - Method in class org.teichert.databaseexplorer.models.MariaDBModel
 
convertObject(SQLTableColumn, Object) - Method in class org.teichert.databaseexplorer.models.MSSQLModel
 
convertObject(SQLTableColumn, Object) - Method in class org.teichert.databaseexplorer.models.MySQLModel
 
convertObject(SQLTableColumn, Object) - Method in class org.teichert.databaseexplorer.models.PostgreSQLModel
 
convertObject(SQLTableColumn, Object) - Method in class org.teichert.databaseexplorer.models.SQLiteModel
 
convertSQLTableColumns(SQLTableColumn) - Method in class org.teichert.databaseexplorer.database.DatabaseModel
 
convertSQLTableColumns(SQLTableColumn) - Method in class org.teichert.databaseexplorer.models.H2SQLModel
 
convertSQLTableColumns(SQLTableColumn) - Method in class org.teichert.databaseexplorer.models.InformixSQLModel
 
convertSQLTableColumns(SQLTableColumn) - Method in class org.teichert.databaseexplorer.models.MariaDBModel
 
convertSQLTableColumns(SQLTableColumn) - Method in class org.teichert.databaseexplorer.models.MSSQLModel
 
convertSQLTableColumns(SQLTableColumn) - Method in class org.teichert.databaseexplorer.models.MySQLModel
 
convertSQLTableColumns(SQLTableColumn) - Method in class org.teichert.databaseexplorer.models.PostgreSQLModel
 
convertSQLTableColumns(SQLTableColumn) - Method in class org.teichert.databaseexplorer.models.SQLiteModel
 
convertTimeInSecondsToMillis(double) - Static method in class org.teichert.databaseexplorer.utils.Maths
 
COPY_NAME - Static variable in class org.teichert.databaseexplorer.controllers.KeyMappingController
 
COPY_PASTE_NAME - Static variable in class org.teichert.databaseexplorer.controllers.KeyMappingController
 
copyFrom(SQLDatabase) - Method in class org.teichert.databaseexplorer.sqlitems.SQLDatabase
 
copyFrom(SQLForeignInfo) - Method in class org.teichert.databaseexplorer.sqlitems.SQLForeignInfo
 
copyFrom(SQLIndex) - Method in class org.teichert.databaseexplorer.sqlitems.SQLIndex
 
copyFrom(SQLRow) - Method in class org.teichert.databaseexplorer.sqlitems.SQLRow
 
copyFrom(SQLServer) - Method in class org.teichert.databaseexplorer.sqlitems.SQLServer
 
copyFrom(SQLTable) - Method in class org.teichert.databaseexplorer.sqlitems.SQLTable
 
copyFrom(SQLTableColumn) - Method in class org.teichert.databaseexplorer.sqlitems.SQLTableColumn
 
copyFrom(SQLTable, boolean) - Method in class org.teichert.databaseexplorer.sqlitems.SQLTable
 
copyFrom(SQLTable, boolean, boolean) - Method in class org.teichert.databaseexplorer.sqlitems.SQLTable
 
copyFrom(SQLTrigger) - Method in class org.teichert.databaseexplorer.sqlitems.SQLTrigger
 
copyFrom(T) - Method in interface org.teichert.databaseexplorer.interfaces.ISQLItem
 
copyPropertiesOfInheritedClass(T, E) - Method in class com.rits.cloning.Cloner
copies all properties from src to dest.
copyRows(DatabaseModel, SQLTable, SQLTable) - Method in class org.teichert.databaseexplorer.controllers.DatabaseController
Iterates through the source-table and copy row by row into the target-table on the other database!
copyRows(DatabaseModel, SQLTable, SQLTable) - Method in class org.teichert.databaseexplorer.database.DatabaseModel
 
copyRows(DatabaseModel, SQLTable, SQLTable) - Method in class org.teichert.databaseexplorer.models.H2SQLModel
 
copyRows(DatabaseModel, SQLTable, SQLTable) - Method in class org.teichert.databaseexplorer.models.InformixSQLModel
 
copyRows(DatabaseModel, SQLTable, SQLTable) - Method in class org.teichert.databaseexplorer.models.MariaDBModel
 
copyRows(DatabaseModel, SQLTable, SQLTable) - Method in class org.teichert.databaseexplorer.models.MSSQLModel
 
copyRows(DatabaseModel, SQLTable, SQLTable) - Method in class org.teichert.databaseexplorer.models.MySQLModel
 
copyRows(DatabaseModel, SQLTable, SQLTable) - Method in class org.teichert.databaseexplorer.models.PostgreSQLModel
 
copyRows(DatabaseModel, SQLTable, SQLTable) - Method in class org.teichert.databaseexplorer.models.SQLiteModel
 
count(long) - Method in interface com.jcraft.jsch.SftpProgressMonitor
 
create(String, String) - Method in interface com.jcraft.jsch.GSSContext
 
create(String, String) - Method in class com.jcraft.jsch.jgss.GSSContextKrb5
 
createAndAddExecutor(Thread) - Method in class org.teichert.databaseexplorer.controllers.ThreadController
 
createAutoCompleteTableColumns() - Method in class org.teichert.databaseexplorer.gui_editors.CSSTextEditor
 
createAutoCompleteTableColumns() - Method in class org.teichert.databaseexplorer.gui_editors.GenericTextEditor
 
createAutoCompleteTableColumns() - Method in class org.teichert.databaseexplorer.gui_editors.SQLTextEditor
 
createButton(int, String, String, String, EventHandler<ActionEvent>) - Method in class org.teichert.databaseexplorer.gui.CustomDialog
 
createButton(int, String, String, String, Image, EventHandler<ActionEvent>) - Method in class org.teichert.databaseexplorer.gui.CustomDialog
 
createButtonArea(Pane) - Method in class org.teichert.databaseexplorer.beans.ASetting
This method creates a default-button "OK" and "CANCEL".
createButtonArea(Pane) - Method in class org.teichert.databaseexplorer.gui.CustomDialog
 
createButtonArea(Pane) - Method in class org.teichert.databaseexplorer.gui.MessageDialog
 
createButtonArea(Pane) - Method in class org.teichert.databaseexplorer.gui.MyAlert
 
createButtonArea(Pane) - Method in class org.teichert.databaseexplorer.gui.SearchDialog
 
createComponent(int, String, String, String, Boolean[], Region[]) - Method in class org.teichert.databaseexplorer.gui.CustomCompactDialog
 
createComponent(int, String, String, String, Region) - Method in class org.teichert.databaseexplorer.gui.CustomCompactDialog
 
createComponent(int, String, String, String, Region, boolean) - Method in class org.teichert.databaseexplorer.gui.CustomDialog
 
createComponent(String, String, String, Boolean[], Boolean[], Region[], boolean, boolean) - Method in class org.teichert.databaseexplorer.gui.CustomCompactDialog
 
createComponent(String, String, String, Boolean[], Region[]) - Method in class org.teichert.databaseexplorer.gui.CustomCompactDialog
 
createComponent(String, String, String, Region) - Method in class org.teichert.databaseexplorer.gui.CustomCompactDialog
 
createComponent(String, String, String, Region, boolean) - Method in class org.teichert.databaseexplorer.gui.CustomDialog
 
createComponent(Insets, int, String, String, String, Boolean[], Boolean[], Region[], boolean, boolean) - Method in class org.teichert.databaseexplorer.gui.CustomCompactDialog
 
createComponent(Pane, int, String, String, String, Boolean[], Region[]) - Method in class org.teichert.databaseexplorer.gui.CustomCompactDialog
 
createComponent(Pane, int, String, String, String, Region) - Method in class org.teichert.databaseexplorer.gui.CustomCompactDialog
 
createComponent(Pane, String, String, String, Boolean[], Boolean[], Region[], boolean, boolean) - Method in class org.teichert.databaseexplorer.gui.CustomCompactDialog
 
createComponent(Pane, String, String, String, Boolean[], Region[]) - Method in class org.teichert.databaseexplorer.gui.CustomCompactDialog
 
createComponent(Pane, String, String, String, Region) - Method in class org.teichert.databaseexplorer.gui.CustomCompactDialog
 
createComponent(Pane, Insets, int, String, String, String, Boolean[], Boolean[], Region[], boolean, boolean) - Method in class org.teichert.databaseexplorer.gui.CustomCompactDialog
 
createConnection(int, String, String, String, String, String, String, String, String, String, String, String, boolean, DatabaseModel) - Method in class org.teichert.databaseexplorer.controllers.DatabaseController
Returns a Database-Connection.
If no connection exists for the given connectionPoolId, a new one will be created
otherwise it will return a cached one.
createConnection(int, SQLDatabase) - Method in class org.teichert.databaseexplorer.controllers.DatabaseController
Returns a Database-Connection.
If no connection exists for the given connectionPoolId, a new one will be created
otherwise it will return a cached one.
createConnection(String, String, String) - Method in class org.teichert.databaseexplorer.database.DatabaseModel
 
createConnectionURL(String, String, String, String, DatabaseModel) - Method in class org.teichert.databaseexplorer.controllers.DatabaseController
Returns the connectionURL of the given parameters to the DatabaseModel specific syntax.
createCustomFormat(String, Date) - Static method in class org.teichert.databaseexplorer.utils.TimeHelper
 
createDatabaseFromSaveItem(SaveItem) - Static method in class org.teichert.databaseexplorer.utils.Loader
 
createDefaultMenuItems(TextInputControl) - Static method in class org.teichert.databaseexplorer.utils.GuiHelper
 
createDefaultTreeMenuItems() - Method in class org.teichert.databaseexplorer.components.CachedFilteredTreeView
 
createDiagram(SQLDatabase, SQLTable[]) - Method in class org.teichert.databaseexplorer.controllers.ERDiagramController
 
createDialog() - Method in class org.teichert.databaseexplorer.gui.CustomDialog
 
createForeignInfoTreeItems(SQLTable, TreeItem) - Static method in class org.teichert.databaseexplorer.utils.GuiHelper
 
createForeignKey(SQLForeignInfo, String) - Method in class org.teichert.databaseexplorer.database.DatabaseModel
 
createForeignKey(SQLForeignInfo, String) - Method in class org.teichert.databaseexplorer.models.H2SQLModel
 
createForeignKey(SQLForeignInfo, String) - Method in class org.teichert.databaseexplorer.models.InformixSQLModel
 
createForeignKey(SQLForeignInfo, String) - Method in class org.teichert.databaseexplorer.models.MariaDBModel
 
createForeignKey(SQLForeignInfo, String) - Method in class org.teichert.databaseexplorer.models.MSSQLModel
 
createForeignKey(SQLForeignInfo, String) - Method in class org.teichert.databaseexplorer.models.MySQLModel
 
createForeignKey(SQLForeignInfo, String) - Method in class org.teichert.databaseexplorer.models.PostgreSQLModel
 
createForeignKey(SQLForeignInfo, String) - Method in class org.teichert.databaseexplorer.models.SQLiteModel
 
createIndexTreeItems(SQLTable, TreeItem) - Static method in class org.teichert.databaseexplorer.utils.GuiHelper
 
createLimitSQL(String, int, StringBuilder) - Method in class org.teichert.databaseexplorer.database.DatabaseModel
 
createLimitSQL(String, int, StringBuilder) - Method in class org.teichert.databaseexplorer.models.H2SQLModel
 
createLimitSQL(String, int, StringBuilder) - Method in class org.teichert.databaseexplorer.models.InformixSQLModel
 
createLimitSQL(String, int, StringBuilder) - Method in class org.teichert.databaseexplorer.models.MariaDBModel
 
createLimitSQL(String, int, StringBuilder) - Method in class org.teichert.databaseexplorer.models.MSSQLModel
 
createLimitSQL(String, int, StringBuilder) - Method in class org.teichert.databaseexplorer.models.MySQLModel
 
createLimitSQL(String, int, StringBuilder) - Method in class org.teichert.databaseexplorer.models.PostgreSQLModel
 
createLimitSQL(String, int, StringBuilder) - Method in class org.teichert.databaseexplorer.models.SQLiteModel
 
createListOfToolOptions(TabPane) - Method in interface org.teichert.databaseexplorer.pluginInterfaces.IEditorToolOptionExtensionPluginInterface
Returns a list of custom ToolOption for a new SQLTextEditor.
For example: it is used for the Hibernate-plugin to provide the new toggle-button and the button when clicking the toggle-button to set the hibernate-configuration for this SQLTextEditor.
createMapFromTableRow(SQLRow) - Method in class org.teichert.databaseexplorer.controllers.DatabaseController
Creates a HashMap based on the internal structure of the SaveItem table.
Key = SQLTableColumn-name
value = value of the row to the column

The table names are (always in uppercase):
ID, DBNAME, IP, PORT, USER, USERPWD, DBPARAMETER, CUSTOMNAME, GROUPNAME, SSHCONNID, SSHFORWARDINGID, MODEL, LAZYLOADED
createMenuItems(GenericTextEditor<T>) - Method in interface org.teichert.databaseexplorer.pluginInterfaces.ITextEditorContextMenuPluginInterface
Returns a list of custom MenuItems for the GenericTextEditor.
createMenuItems(FilteredTreeView<? extends IFilteredTreeItem>, TabPane) - Method in interface org.teichert.databaseexplorer.pluginInterfaces.IContextMenuPluginInterface
Returns a List of MenuItems for the ContextMenu of the tree in the main-gui.
createMenuItems(SQLTable, Tab, MyTableView<SQLTableValue[]>, Map<Tab, Spinner<Integer>>) - Method in interface org.teichert.databaseexplorer.pluginInterfaces.IContextMenuTablePluginInterface
Returns a List of MenuItems for the ContextMenu of the table in the main-gui.
createNewConnectionForSubTransaction(int, String, String, String, String, String, String, DatabaseModel) - Method in class org.teichert.databaseexplorer.controllers.DatabaseController
Creates always a new Database-Connection, because SubTransaction will be handled within a new connection, to split it from the original one.
(All Database-Connections Connection have it's own execution-context)
createNewConnectionForSubTransaction(int, SQLDatabase) - Method in class org.teichert.databaseexplorer.controllers.DatabaseController
Creates always a new Database-Connection, because SubTransaction will be handled within a new connection, to split it from the original one.
(All Database-Connections Connection have it's own execution-context)
createNewSQLIndexes(SQLTable) - Method in class org.teichert.databaseexplorer.controllers.DatabaseController
Creates a new index for the given table.
createNewSQLIndexes(SQLTable) - Method in class org.teichert.databaseexplorer.database.DatabaseModel
 
createNewSQLIndexes(SQLTable) - Method in class org.teichert.databaseexplorer.models.H2SQLModel
 
createNewSQLIndexes(SQLTable) - Method in class org.teichert.databaseexplorer.models.InformixSQLModel
 
createNewSQLIndexes(SQLTable) - Method in class org.teichert.databaseexplorer.models.MariaDBModel
 
createNewSQLIndexes(SQLTable) - Method in class org.teichert.databaseexplorer.models.MSSQLModel
 
createNewSQLIndexes(SQLTable) - Method in class org.teichert.databaseexplorer.models.MySQLModel
 
createNewSQLIndexes(SQLTable) - Method in class org.teichert.databaseexplorer.models.PostgreSQLModel
 
createNewSQLIndexes(SQLTable) - Method in class org.teichert.databaseexplorer.models.SQLiteModel
 
createNewSQLTable(SQLTable) - Method in class org.teichert.databaseexplorer.controllers.DatabaseController
Creates a new table in the database with the values from the given SQL table.
createNewSQLTable(SQLTable) - Method in class org.teichert.databaseexplorer.database.DatabaseModel
 
createNewSQLTable(SQLTable) - Method in class org.teichert.databaseexplorer.models.H2SQLModel
 
createNewSQLTable(SQLTable) - Method in class org.teichert.databaseexplorer.models.InformixSQLModel
 
createNewSQLTable(SQLTable) - Method in class org.teichert.databaseexplorer.models.MariaDBModel
 
createNewSQLTable(SQLTable) - Method in class org.teichert.databaseexplorer.models.MSSQLModel
 
createNewSQLTable(SQLTable) - Method in class org.teichert.databaseexplorer.models.MySQLModel
 
createNewSQLTable(SQLTable) - Method in class org.teichert.databaseexplorer.models.PostgreSQLModel
 
createNewSQLTable(SQLTable) - Method in class org.teichert.databaseexplorer.models.SQLiteModel
 
createPreparedTempSQLTable(int, SQLDatabase, String, Object...) - Method in class org.teichert.databaseexplorer.controllers.DatabaseController
Creates a temporary table with a prepared statement.
createServerSocket(int, int, InetAddress) - Method in interface com.jcraft.jsch.ServerSocketFactory
 
createSocket(String, int) - Method in interface com.jcraft.jsch.SocketFactory
 
createSQLServerFromSaveItem(SaveItem) - Static method in class org.teichert.databaseexplorer.utils.Loader
 
createTableName(String, String, String) - Method in class org.teichert.databaseexplorer.database.DatabaseModel
 
createTableName(String, String, String) - Static method in class org.teichert.databaseexplorer.utils.StringHelper
Returns the full tablename with catalog.schema.tablename.
createTableName(SQLTable) - Method in class org.teichert.databaseexplorer.database.DatabaseModel
 
createTableName(SQLTable) - Method in class org.teichert.databaseexplorer.models.InformixSQLModel
 
createTableName(SQLTable) - Static method in class org.teichert.databaseexplorer.utils.StringHelper
Returns the full tablename with catalog.schema.tablename.
createTableTreeItem(TreeItem<SQLTable>, SQLTable) - Static method in class org.teichert.databaseexplorer.utils.GuiHelper
 
createTabMenuItems(FilteredTreeView<?>, TabPane) - Method in interface org.teichert.databaseexplorer.pluginInterfaces.ITabMenuPluginInterface
Returns a list of custom MenuItems for the Menu where all plugins can be assigned to at the top of the application,
createTempSQLTable(int, SQLTextEditor<?>, SQLDatabase, String, Map<Object, Object>, boolean) - Method in class org.teichert.databaseexplorer.controllers.DatabaseController
Creates a temporary table when executing a "SELECT"-SQL script.
createTempSQLTable(int, SQLTextEditor<?>, SQLDatabase, String, Map<Object, Object>, boolean) - Method in interface org.teichert.databaseexplorer.pluginInterfaces.IDatabaseControllerExtensionPluginInterface
createTempSQLTableForSQL(int, SQLDatabase, String, boolean) - Method in class org.teichert.databaseexplorer.controllers.DatabaseController
Executes the sql and returns a SQLTable.
createTriggerTreeItems(SQLTable, TreeItem) - Static method in class org.teichert.databaseexplorer.utils.GuiHelper
 
createWebDetails(Properties) - Method in class org.teichert.databaseexplorer.messages.web.AbstractWebProvider
Reads the given properties and creates a webDetails object from it.
The following information will be read: ACCESS_TOKEN REFRESH_TOKEN GRANT_TYPE CLIENT_ID CLIENT_SECRET SCOPE AUTHENTICATION_SERVER_URI ACCESS_TOKEN_URI USERNAME PASSWORD RESOURCE_SERVER_URL
The value for accessTokenRequest will be set to true if the properties does
createWhere(List<SQLTableColumn>, SQLTableValue[]) - Method in class org.teichert.databaseexplorer.database.DatabaseModel
Creates the where clause with the given columns and the line which should be selected!
createWhere(List<SQLTableColumn>, SQLTableValue[]) - Method in class org.teichert.databaseexplorer.models.InformixSQLModel
 
Credentials - Class in org.teichert.databaseexplorer.messages.web.pojos
 
Credentials() - Constructor for class org.teichert.databaseexplorer.messages.web.pojos.Credentials
 
Credentials(String, String) - Constructor for class org.teichert.databaseexplorer.messages.web.pojos.Credentials
 
Credentials(String, String, String) - Constructor for class org.teichert.databaseexplorer.messages.web.pojos.Credentials
 
Cryptiker - Class in org.teichert.databaseexplorer.utils
Helper-class for cipher encrypt/decrypt data.
Cryptiker() - Constructor for class org.teichert.databaseexplorer.utils.Cryptiker
 
CSSProfile - Class in org.teichert.databaseexplorer.syntaxHighlightingProfiles
CSS-profile for css synatx-highlighting uses regex for matching.
Loads keywords from "/data/keywords/css.txt".
CSSProfile() - Constructor for class org.teichert.databaseexplorer.syntaxHighlightingProfiles.CSSProfile
 
CSSTextEditor - Class in org.teichert.databaseexplorer.gui_editors
 
CSSTextEditor(Window) - Constructor for class org.teichert.databaseexplorer.gui_editors.CSSTextEditor
 
CSSTextEditor(Window, Boolean) - Constructor for class org.teichert.databaseexplorer.gui_editors.CSSTextEditor
 
currentIndex - Variable in class org.teichert.databaseexplorer.gui.FilteredTreeView
 
CustomCompactDialog<T> - Class in org.teichert.databaseexplorer.gui
 
CustomCompactDialog(Window) - Constructor for class org.teichert.databaseexplorer.gui.CustomCompactDialog
 
CustomCompactDialog(Window, Modality) - Constructor for class org.teichert.databaseexplorer.gui.CustomCompactDialog
 
CustomCompactDialog(Window, StageStyle) - Constructor for class org.teichert.databaseexplorer.gui.CustomCompactDialog
 
CustomCompactDialog(Window, StageStyle, Modality) - Constructor for class org.teichert.databaseexplorer.gui.CustomCompactDialog
 
CustomDialog<T> - Class in org.teichert.databaseexplorer.gui
 
CustomDialog(Window) - Constructor for class org.teichert.databaseexplorer.gui.CustomDialog
 
CustomDialog(Window, Modality) - Constructor for class org.teichert.databaseexplorer.gui.CustomDialog
 
CustomDialog(Window, StageStyle) - Constructor for class org.teichert.databaseexplorer.gui.CustomDialog
 
CustomDialog(Window, StageStyle, Modality) - Constructor for class org.teichert.databaseexplorer.gui.CustomDialog
 
CustomHashMap<K,​V> - Class in org.teichert.databaseexplorer.beans
HashMap for chaining.
CustomHashMap() - Constructor for class org.teichert.databaseexplorer.beans.CustomHashMap
 
CustomListDialog<T> - Class in org.teichert.databaseexplorer.gui
 
CustomListDialog(Window) - Constructor for class org.teichert.databaseexplorer.gui.CustomListDialog
 
CustomListDialog(Window, List<T>) - Constructor for class org.teichert.databaseexplorer.gui.CustomListDialog
 
CustomListDialog(Window, StageStyle, List<T>) - Constructor for class org.teichert.databaseexplorer.gui.CustomListDialog
 
CustomPlugin - Class in org.teichert.databaseexplorer.beans
This class is used for ui purposes to set plugins active or inactive.
CustomPlugin(IPlugin) - Constructor for class org.teichert.databaseexplorer.beans.CustomPlugin
 
CustomTableDialog<T> - Class in org.teichert.databaseexplorer.gui
 
CustomTableDialog(Window, List<T>) - Constructor for class org.teichert.databaseexplorer.gui.CustomTableDialog
 
CustomTableDialog(Window, StageStyle, List<T>) - Constructor for class org.teichert.databaseexplorer.gui.CustomTableDialog
 

D

daemon_thread - Variable in class com.jcraft.jsch.Session
 
data - Variable in class com.jcraft.jsch.KeyPair
 
DATABASE - Static variable in class org.teichert.databaseexplorer.gui_editors.SQLTextEditor
 
DatabaseController - Class in org.teichert.databaseexplorer.controllers
The Database-Controller-Class provides all necessary methods to work with the database.
This Class is mostly used via the Database-Model DatabaseModel.
DatabaseModel - Class in org.teichert.databaseexplorer.database
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.
DatabaseModel() - Constructor for class org.teichert.databaseexplorer.database.DatabaseModel
 
dataMap - Variable in class org.teichert.databaseexplorer.gui_editors.GenericTextEditor
 
DATE - org.teichert.databaseexplorer.sqlitems.SQLDataType
 
DATETIME - org.teichert.databaseexplorer.sqlitems.SQLDataType
 
DATETIME2 - org.teichert.databaseexplorer.sqlitems.SQLDataType
 
Db2Formatter - Class in com.github.vertical_blank.sqlformatter.languages
 
Db2Formatter() - Constructor for class com.github.vertical_blank.sqlformatter.languages.Db2Formatter
 
dbPassword - Static variable in class org.teichert.databaseexplorer.utils.Loader
 
dbUrl - Static variable in class org.teichert.databaseexplorer.utils.Loader
 
dbUser - Static variable in class org.teichert.databaseexplorer.utils.Loader
 
DEBUG - Static variable in interface com.jcraft.jsch.Logger
 
DEC - org.teichert.databaseexplorer.sqlitems.SQLDataType
 
DECIMAL - org.teichert.databaseexplorer.sqlitems.SQLDataType
 
decompress(byte[]) - Static method in class org.teichert.databaseexplorer.utils.ZipArchiveExtractor
 
decompressByteArray(byte[]) - Static method in class org.teichert.databaseexplorer.utils.ZipArchiveExtractor
 
decrypt() - Method in interface com.jcraft.jsch.Identity
Deprecated.
The decryption should be done automatically in #setPassphase(byte[] passphrase)
decrypt(byte[]) - Method in class com.jcraft.jsch.KeyPair
 
decrypt(byte[]) - Method in class com.jcraft.jsch.KeyPairPKCS8
 
decrypt(String) - Method in class com.jcraft.jsch.KeyPair
 
decrypt(String, byte[]) - Static method in class org.teichert.databaseexplorer.utils.Cryptiker
 
decrypt(String, String) - Static method in class org.teichert.databaseexplorer.utils.Cryptiker
 
DECRYPT_MODE - Static variable in interface com.jcraft.jsch.Cipher
 
deepClone(T) - Method in class com.rits.cloning.Cloner
deep clones "o".
deepClone(T, Map<Object, Object>) - Method in interface com.rits.cloning.IDeepCloner
deep clones o
deepCloneDontCloneInstances(T, Object...) - Method in class com.rits.cloning.Cloner
 
DEFAULT_INDENT - Static variable in class com.github.vertical_blank.sqlformatter.core.FormatConfig
 
defaultConfig - Static variable in interface com.jcraft.jsch.ConfigRepository
 
defaultFile - Static variable in class org.teichert.databaseexplorer.constants.ConfigurationExportTableConstants
 
defaultFile - Static variable in class org.teichert.databaseexplorer.constants.ConfigurationLanguageConstants
 
defaultFile - Static variable in class org.teichert.databaseexplorer.constants.ConfigurationLoggigConstants
 
defaultFile - Static variable in class org.teichert.databaseexplorer.constants.ConfigurationStyleConstants
 
DEFLATER - Static variable in interface com.jcraft.jsch.Compression
 
delay - Variable in class org.teichert.databaseexplorer.gui_editors.GenericTextEditor
delay in milliseconds
delete(String...) - Method in class org.teichert.databaseexplorer.databaseControllers.KeyMappingController
 
delete(KeyMappingEntry...) - Method in class org.teichert.databaseexplorer.databaseControllers.KeyMappingController
 
DELETE - org.teichert.databaseexplorer.messages.web.AbstractWebProvider.MethodTypes
 
DELETE - Static variable in class org.teichert.databaseexplorer.controllers.KeyMappingController
 
DELETE_PARTIALLY_SQL - Static variable in class org.teichert.databaseexplorer.controllers.KeyMappingController
 
DELETE_SQL - Static variable in class org.teichert.databaseexplorer.controllers.KeyMappingController
 
deleteCustomData(String, String...) - Method in class org.teichert.databaseexplorer.databaseControllers.SaveItemController
 
deleteCustomDataByParent(String...) - Method in class org.teichert.databaseexplorer.databaseControllers.SaveItemController
 
deleteException(String, String...) - Method in class org.teichert.databaseexplorer.databaseControllers.SaveItemController
 
deleteExceptionByParent(String...) - Method in class org.teichert.databaseexplorer.databaseControllers.SaveItemController
 
deleteMarketplace(String...) - Method in class org.teichert.databaseexplorer.databaseControllers.MarketplaceController
 
deleteSaveData(String...) - Method in class org.teichert.databaseexplorer.databaseControllers.SaveItemController
 
deleteSaveData(SaveItem...) - Method in class org.teichert.databaseexplorer.databaseControllers.SaveItemController
 
deleteSQLTableValue(int, SQLTableValue[]) - Method in class org.teichert.databaseexplorer.controllers.DatabaseController
Deletes the given rows.
deleteSSHConnections(String...) - Method in class org.teichert.databaseexplorer.databaseControllers.SSHConnectionController
Deletes all SSH-Connections from the database by their id's
deleteSSHConnections(SSHConnection...) - Method in class org.teichert.databaseexplorer.databaseControllers.SSHConnectionController
Deletes all SSH-Connections from the internal database.
deleteSSHForwardings(String, String...) - Method in class org.teichert.databaseexplorer.databaseControllers.SSHConnectionController
Deletes all Port-Forwadings from the database from the parent-id (SSH-Connection id) and by their id's
deleteSSHForwardings(SSHPortForwarding...) - Method in class org.teichert.databaseexplorer.databaseControllers.SSHConnectionController
Deletes all Port-Forwadings from the database.
deleteTableValue(SQLTableValue[]) - Method in class org.teichert.databaseexplorer.database.DatabaseModel
 
deleteTableValue(SQLTableValue[]) - Method in class org.teichert.databaseexplorer.models.H2SQLModel
 
deleteTableValue(SQLTableValue[]) - Method in class org.teichert.databaseexplorer.models.InformixSQLModel
 
deleteTableValue(SQLTableValue[]) - Method in class org.teichert.databaseexplorer.models.MariaDBModel
 
deleteTableValue(SQLTableValue[]) - Method in class org.teichert.databaseexplorer.models.MSSQLModel
 
deleteTableValue(SQLTableValue[]) - Method in class org.teichert.databaseexplorer.models.MySQLModel
 
deleteTableValue(SQLTableValue[]) - Method in class org.teichert.databaseexplorer.models.PostgreSQLModel
 
deleteTableValue(SQLTableValue[]) - Method in class org.teichert.databaseexplorer.models.SQLiteModel
 
delForwarding(boolean, SSHPortForwarding...) - Method in class org.teichert.databaseexplorer.controllers.SSHController
Deletes all Port-Forwardings from the internal database.
delPortForwardingL(int) - Method in class com.jcraft.jsch.Session
Cancels the local port forwarding assigned at local TCP port lport on loopback interface.
delPortForwardingL(String, int) - Method in class com.jcraft.jsch.Session
Cancels the local port forwarding assigned at local TCP port lport on bind_address interface.
delPortForwardingR(int) - Method in class com.jcraft.jsch.Session
Cancels the remote port forwarding assigned at remote TCP port rport.
delPortForwardingR(String, int) - Method in class com.jcraft.jsch.Session
Cancels the remote port forwarding assigned at remote TCP port rport bound on the interface at bind_address.
deserialize(byte[], Class<?>) - Static method in class org.teichert.databaseexplorer.utils.SourceHandler
 
dfDate - Static variable in class org.teichert.databaseexplorer.utils.TimeHelper
 
dfTime - Static variable in class org.teichert.databaseexplorer.utils.TimeHelper
 
dfTimeStamp - Static variable in class org.teichert.databaseexplorer.utils.TimeHelper
 
DH - Class in com.jcraft.jsch.jce
 
DH - Interface in com.jcraft.jsch
 
DH() - Constructor for class com.jcraft.jsch.jce.DH
 
DHEC256 - Class in com.jcraft.jsch
 
DHEC256() - Constructor for class com.jcraft.jsch.DHEC256
 
DHEC384 - Class in com.jcraft.jsch
 
DHEC384() - Constructor for class com.jcraft.jsch.DHEC384
 
DHEC521 - Class in com.jcraft.jsch
 
DHEC521() - Constructor for class com.jcraft.jsch.DHEC521
 
DHECN - Class in com.jcraft.jsch
 
DHECN() - Constructor for class com.jcraft.jsch.DHECN
 
DHG1 - Class in com.jcraft.jsch
 
DHG1() - Constructor for class com.jcraft.jsch.DHG1
 
DHG14 - Class in com.jcraft.jsch
 
DHG14() - Constructor for class com.jcraft.jsch.DHG14
 
DHGEX - Class in com.jcraft.jsch
 
DHGEX() - Constructor for class com.jcraft.jsch.DHGEX
 
DHGEX256 - Class in com.jcraft.jsch
 
DialectConfig - Class in com.github.vertical_blank.sqlformatter.core
 
DialectConfig.DialectConfigBuilder - Class in com.github.vertical_blank.sqlformatter.core
 
digest() - Method in interface com.jcraft.jsch.HASH
 
digest() - Method in class com.jcraft.jsch.jce.MD5
 
digest() - Method in class com.jcraft.jsch.jce.SHA1
 
digest() - Method in class com.jcraft.jsch.jce.SHA256
 
digest() - Method in class com.jcraft.jsch.jce.SHA384
 
digest() - Method in class com.jcraft.jsch.jce.SHA512
 
direction - Variable in class org.teichert.databaseexplorer.components.DropDown
 
disconnect() - Method in class com.jcraft.jsch.Channel
 
disconnect() - Method in class com.jcraft.jsch.ChannelSftp
 
disconnect() - Method in class com.jcraft.jsch.Session
 
disconnect(boolean, SSHConnection...) - Method in class org.teichert.databaseexplorer.controllers.SSHController
Dissconects all given SSH-Connections if possible.
disconnectAll(boolean) - Method in class org.teichert.databaseexplorer.controllers.SSHController
Dissconects all SSH-Connections if possible.
dispose() - Method in interface com.jcraft.jsch.GSSContext
 
dispose() - Method in class com.jcraft.jsch.jgss.GSSContextKrb5
 
dispose() - Method in class com.jcraft.jsch.KeyPair
 
dispose() - Method in class com.jcraft.jsch.KeyPairDSA
 
dispose() - Method in class com.jcraft.jsch.KeyPairECDSA
 
dispose() - Method in class com.jcraft.jsch.KeyPairRSA
 
doCommit(int, Map<Object, Object>) - Method in class org.teichert.databaseexplorer.controllers.DatabaseController
Do a commit (if possible) to the cached Database-Connection for the given connectionPoolId.
doCommit(int, Map<Object, Object>) - Method in interface org.teichert.databaseexplorer.pluginInterfaces.IDatabaseControllerExtensionPluginInterface
doFilter(TreeItem<T>) - Method in class org.teichert.databaseexplorer.gui.FilteredTreeView
 
doFinal(byte[], int) - Method in class com.jcraft.jsch.jce.HMACMD596
 
doFinal(byte[], int) - Method in class com.jcraft.jsch.jce.HMACSHA196
 
doFinal(byte[], int) - Method in class com.jcraft.jsch.jcraft.HMACMD596
 
doFinal(byte[], int) - Method in class com.jcraft.jsch.jcraft.HMACSHA196
 
doFinal(byte[], int) - Method in interface com.jcraft.jsch.MAC
 
doing(Map<String, T>) - Method in interface org.teichert.databaseexplorer.interfaces.IDoingAfterThread
 
dontClone(Class<?>...) - Method in class com.rits.cloning.Cloner
instances of classes that shouldn't be cloned can be registered using this method.
dontCloneInstanceOf(Class<?>...) - Method in class com.rits.cloning.Cloner
 
doOK() - Method in class org.teichert.databaseexplorer.gui.CustomDialog
 
doOK() - Method in class org.teichert.databaseexplorer.gui.CustomListDialog
 
doOK() - Method in class org.teichert.databaseexplorer.gui.InputDialog
 
doOK() - Method in class org.teichert.databaseexplorer.gui.InputSelectionDialog
 
doOK() - Method in class org.teichert.databaseexplorer.gui.ListDialog
 
doOK() - Method in class org.teichert.databaseexplorer.gui.MappingDialog
 
doOK() - Method in class org.teichert.databaseexplorer.gui.MessageDialog
 
doOK() - Method in class org.teichert.databaseexplorer.gui.MyAlert
 
doOK() - Method in class org.teichert.databaseexplorer.gui.NumericInputDialog
 
doOK() - Method in class org.teichert.databaseexplorer.gui.SearchDialog
 
doOK() - Method in class org.teichert.databaseexplorer.gui.SelectionDialog
 
doOK() - Method in class org.teichert.databaseexplorer.gui.SelectionTableDialog
 
doOK() - Method in class org.teichert.databaseexplorer.gui.SelectTargetDatabaseDialog
 
doOK() - Method in class org.teichert.databaseexplorer.gui.SelectTargetTableColumnDialog
 
doOK() - Method in class org.teichert.databaseexplorer.gui.SelectTargetTableDialog
 
doOK() - Method in class org.teichert.databaseexplorer.gui.YesNoDialog
 
doRefresh(boolean, boolean) - Method in class org.teichert.databaseexplorer.components.CachedFilteredTreeView
 
doRollback(int, Map<Object, Object>) - Method in class org.teichert.databaseexplorer.controllers.DatabaseController
Do a rollback (if possible) to the cached Database-Connection for the given connectionPoolId.
doRollback(int, Map<Object, Object>) - Method in interface org.teichert.databaseexplorer.pluginInterfaces.IDatabaseControllerExtensionPluginInterface
DOUBLE - org.teichert.databaseexplorer.sqlitems.SQLDataType
 
DOWN - org.teichert.databaseexplorer.components.DropDown.Direction
 
Downloader - Class in org.teichert.databaseexplorer.impl
 
Downloader(URLConnection, OutputStream) - Constructor for class org.teichert.databaseexplorer.impl.Downloader
 
DownloadHelper - Class in org.teichert.databaseexplorer.utils
 
DownloadHelper(String, String) - Constructor for class org.teichert.databaseexplorer.utils.DownloadHelper
 
DRIVERS_STATES - Static variable in class org.teichert.databaseexplorer.constants.ConfigurationJDBCDriversConstants
 
DriverSetting - Class in org.teichert.databaseexplorer.beans
Dataholding class for JDBC-Drivers.
DriverSetting.toString() returns a json for saving.
DriverSetting(String, String, Class<? extends DatabaseModel>, String) - Constructor for class org.teichert.databaseexplorer.beans.DriverSetting
 
dropColumn(SQLTableColumn, SQLTextEditor<?>, IDoingAfterThread) - Method in class org.teichert.databaseexplorer.database.DatabaseModel
 
dropColumn(SQLTableColumn, SQLTextEditor<?>, IDoingAfterThread) - Method in class org.teichert.databaseexplorer.models.H2SQLModel
 
dropColumn(SQLTableColumn, SQLTextEditor<?>, IDoingAfterThread) - Method in class org.teichert.databaseexplorer.models.InformixSQLModel
 
dropColumn(SQLTableColumn, SQLTextEditor<?>, IDoingAfterThread) - Method in class org.teichert.databaseexplorer.models.MariaDBModel
 
dropColumn(SQLTableColumn, SQLTextEditor<?>, IDoingAfterThread) - Method in class org.teichert.databaseexplorer.models.MSSQLModel
 
dropColumn(SQLTableColumn, SQLTextEditor<?>, IDoingAfterThread) - Method in class org.teichert.databaseexplorer.models.MySQLModel
 
dropColumn(SQLTableColumn, SQLTextEditor<?>, IDoingAfterThread) - Method in class org.teichert.databaseexplorer.models.PostgreSQLModel
 
dropColumn(SQLTableColumn, SQLTextEditor<?>, IDoingAfterThread) - Method in class org.teichert.databaseexplorer.models.SQLiteModel
 
dropDatabase(SQLDatabase, SQLTextEditor<?>, IDoingAfterThread) - Method in class org.teichert.databaseexplorer.database.DatabaseModel
 
DropDown - Class in org.teichert.databaseexplorer.components
 
DropDown(Stage, String, Node, Parent) - Constructor for class org.teichert.databaseexplorer.components.DropDown
 
DropDown(Stage, String, Node, Parent, DropDown.Direction) - Constructor for class org.teichert.databaseexplorer.components.DropDown
 
DropDown(Stage, String, Parent) - Constructor for class org.teichert.databaseexplorer.components.DropDown
 
DropDown(Stage, String, Parent, DropDown.Direction) - Constructor for class org.teichert.databaseexplorer.components.DropDown
 
DropDown.Direction - Enum in org.teichert.databaseexplorer.components
 
dropIndex(SQLIndex, IDoingAfterThread) - Method in class org.teichert.databaseexplorer.database.DatabaseModel
 
dropIndex(SQLIndex, IDoingAfterThread) - Method in class org.teichert.databaseexplorer.models.H2SQLModel
 
dropIndex(SQLIndex, IDoingAfterThread) - Method in class org.teichert.databaseexplorer.models.InformixSQLModel
 
dropIndex(SQLIndex, IDoingAfterThread) - Method in class org.teichert.databaseexplorer.models.MariaDBModel
 
dropIndex(SQLIndex, IDoingAfterThread) - Method in class org.teichert.databaseexplorer.models.MSSQLModel
 
dropIndex(SQLIndex, IDoingAfterThread) - Method in class org.teichert.databaseexplorer.models.MySQLModel
 
dropIndex(SQLIndex, IDoingAfterThread) - Method in class org.teichert.databaseexplorer.models.PostgreSQLModel
 
dropIndex(SQLIndex, IDoingAfterThread) - Method in class org.teichert.databaseexplorer.models.SQLiteModel
 
dropTable(SQLTable, SQLTextEditor<?>, IDoingAfterThread) - Method in class org.teichert.databaseexplorer.database.DatabaseModel
 
DSA - Static variable in class com.jcraft.jsch.KeyPair
 
DSS - Variable in class com.jcraft.jsch.KeyExchange
 

E

ECDH - Interface in com.jcraft.jsch
 
ECDH256 - Class in com.jcraft.jsch.jce
 
ECDH256() - Constructor for class com.jcraft.jsch.jce.ECDH256
 
ECDH384 - Class in com.jcraft.jsch.jce
 
ECDH384() - Constructor for class com.jcraft.jsch.jce.ECDH384
 
ECDH521 - Class in com.jcraft.jsch.jce
 
ECDH521() - Constructor for class com.jcraft.jsch.jce.ECDH521
 
ECDHN - Class in com.jcraft.jsch.jce
 
ECDHN() - Constructor for class com.jcraft.jsch.jce.ECDHN
 
ECDSA - Variable in class com.jcraft.jsch.KeyExchange
 
ECDSA - Static variable in class com.jcraft.jsch.KeyPair
 
ECDSA256 - Static variable in class com.jcraft.jsch.HostKey
 
ECDSA384 - Static variable in class com.jcraft.jsch.HostKey
 
ECDSA521 - Static variable in class com.jcraft.jsch.HostKey
 
EDIT - Static variable in class org.teichert.databaseexplorer.controllers.KeyMappingController
 
editor - Variable in class org.teichert.databaseexplorer.gui_editors.GenericTextEditor
 
EditorToolBar - Class in org.teichert.databaseexplorer.components
 
EditorToolBar(mxGraphComponent, int) - Constructor for class org.teichert.databaseexplorer.components.EditorToolBar
 
EMPTY_CONNECTION_POOL_ID - Static variable in class org.teichert.databaseexplorer.controllers.DatabaseController
Default ConnectionPoolId for System Executions (Which is not a user execution and belongs to no Tab)
This ConnectionPoolId will not be chaced within the HashMap DatabaseController.mapOfDatabasePool,
so the connection will created every time again.
encode(Packet) - Method in class com.jcraft.jsch.Session
 
encrypt(String, String) - Static method in class org.teichert.databaseexplorer.utils.Cryptiker
 
ENCRYPT_MODE - Static variable in interface com.jcraft.jsch.Cipher
 
encrypted - Variable in class com.jcraft.jsch.KeyPair
 
end() - Method in interface com.jcraft.jsch.SftpProgressMonitor
 
endElement(String, String, String) - Method in class org.apache.fop.hyphenation.PatternParser
ENDING - org.teichert.databaseexplorer.enums.SearchMode
 
endsWith(String, String...) - Static method in class org.teichert.databaseexplorer.utils.StringHelper
Checks if the string ends with one of the given suffixes.
ENUM - org.teichert.databaseexplorer.sqlitems.SQLDataType
 
eq - Variable in class org.apache.fop.hyphenation.TernaryTree
Pointer to equal branch and to data when this node is a string terminator.
equals(Object) - Method in class org.teichert.databaseexplorer.beans.AutoCompletionTableData
 
equals(Object) - Method in class org.teichert.databaseexplorer.beans.KeyMappingEntry
 
equals(Object) - Method in class org.teichert.databaseexplorer.beans.Selection
 
equals(Object) - Method in class org.teichert.databaseexplorer.beans.SSHConnection
 
equals(Object) - Method in class org.teichert.databaseexplorer.beans.SSHPortForwarding
 
equals(Object) - Method in class org.teichert.databaseexplorer.beans.ToolOption
 
equals(Object) - Method in class org.teichert.databaseexplorer.components.representation.AutoCompletionTableData
 
equals(Object) - Method in class org.teichert.databaseexplorer.sqlitems.SQLDatabase
 
equals(Object) - Method in class org.teichert.databaseexplorer.sqlitems.SQLForeignColumn
 
equals(Object) - Method in class org.teichert.databaseexplorer.sqlitems.SQLForeignInfo
 
equals(Object) - Method in class org.teichert.databaseexplorer.sqlitems.SQLIndex
 
equals(Object) - Method in class org.teichert.databaseexplorer.sqlitems.SQLServer
 
equals(Object) - Method in class org.teichert.databaseexplorer.sqlitems.SQLTable
 
equals(Object) - Method in class org.teichert.databaseexplorer.sqlitems.SQLTableColumn
 
equals(Object) - Method in class org.teichert.databaseexplorer.sqlitems.SQLTransaction
 
equals(Connection) - Method in class org.teichert.databaseexplorer.sqlitems.SQLTransaction
 
ER_DIAGRAM - Static variable in class org.teichert.databaseexplorer.controllers.KeyMappingController
 
ERDiagramController - Class in org.teichert.databaseexplorer.controllers
 
ERDiagramController() - Constructor for class org.teichert.databaseexplorer.controllers.ERDiagramController
 
error(SAXParseException) - Method in class org.apache.fop.hyphenation.PatternParser
ERROR - org.teichert.databaseexplorer.enums.MessageNotificationType
 
ERROR - Static variable in class com.jcraft.jsch.KeyPair
 
ERROR - Static variable in interface com.jcraft.jsch.Logger
 
es - Static variable in class org.teichert.databaseexplorer.utils.GeneralUtils
This is used for executing the sqls of each editor
escapeRegExp(String) - Static method in class com.github.vertical_blank.sqlformatter.core.util.Util
 
escapeSQL(String) - Static method in class org.teichert.databaseexplorer.utils.StringHelper
Escapes all comments and quotes inside the given sql.
EscapingHyphenator - Class in org.teichert.databaseexplorer.hyphen
This Hyphenator uses StringEscapeUtils.escapeHtml4(String) to escape words but excludes HTML-Tags from escaping.
EscapingHyphenator(HyphenationTree) - Constructor for class org.teichert.databaseexplorer.hyphen.EscapingHyphenator
 
eventHandlingEditorKeyPressed - Variable in class org.teichert.databaseexplorer.gui_editors.GenericTextEditor
 
eventHandlingKeyPressed - Variable in class org.teichert.databaseexplorer.gui_editors.GenericTextEditor
 
eventHandlingMousePressed - Variable in class org.teichert.databaseexplorer.gui_editors.GenericTextEditor
 
evhCopyName - Variable in class org.teichert.databaseexplorer.components.CachedFilteredTreeView
 
evhLoad - Variable in class org.teichert.databaseexplorer.components.CachedFilteredTreeView
 
EXACT - org.teichert.databaseexplorer.enums.SearchMode
 
EXECUTE_SQL - Static variable in class org.teichert.databaseexplorer.controllers.KeyMappingController
 
executeInternalSQL(SQLDatabase, String, SQLTextEditor<?>, IDoingAfterThread) - Method in class org.teichert.databaseexplorer.database.DatabaseModel
 
executePreparedSQL(int, SQLDatabase, String, Object[]) - Method in class org.teichert.databaseexplorer.controllers.DatabaseController
Executes an SQL-Statement via a PreparedStatement without returning a ResultSet.
executePreparedSQL(int, SQLDatabase, String, Object...) - Method in class org.teichert.databaseexplorer.database.DatabaseModel
 
executePreparedSQL(int, SQLDatabase, String, Object...) - Method in class org.teichert.databaseexplorer.models.H2SQLModel
 
executePreparedSQL(int, SQLDatabase, String, Object...) - Method in class org.teichert.databaseexplorer.models.InformixSQLModel
 
executePreparedSQL(int, SQLDatabase, String, Object...) - Method in class org.teichert.databaseexplorer.models.MariaDBModel
 
executePreparedSQL(int, SQLDatabase, String, Object...) - Method in class org.teichert.databaseexplorer.models.MSSQLModel
 
executePreparedSQL(int, SQLDatabase, String, Object...) - Method in class org.teichert.databaseexplorer.models.MySQLModel
 
executePreparedSQL(int, SQLDatabase, String, Object...) - Method in class org.teichert.databaseexplorer.models.PostgreSQLModel
 
executePreparedSQL(int, SQLDatabase, String, Object...) - Method in class org.teichert.databaseexplorer.models.SQLiteModel
 
executePreparedSQL_SELECT(int, SQLDatabase, String, Object...) - Method in class org.teichert.databaseexplorer.database.DatabaseModel
 
executePreparedSQL_SELECT(int, SQLDatabase, String, Object...) - Method in class org.teichert.databaseexplorer.models.H2SQLModel
 
executePreparedSQL_SELECT(int, SQLDatabase, String, Object...) - Method in class org.teichert.databaseexplorer.models.InformixSQLModel
 
executePreparedSQL_SELECT(int, SQLDatabase, String, Object...) - Method in class org.teichert.databaseexplorer.models.MariaDBModel
 
executePreparedSQL_SELECT(int, SQLDatabase, String, Object...) - Method in class org.teichert.databaseexplorer.models.MSSQLModel
 
executePreparedSQL_SELECT(int, SQLDatabase, String, Object...) - Method in class org.teichert.databaseexplorer.models.MySQLModel
 
executePreparedSQL_SELECT(int, SQLDatabase, String, Object...) - Method in class org.teichert.databaseexplorer.models.PostgreSQLModel
 
executePreparedSQL_SELECT(int, SQLDatabase, String, Object...) - Method in class org.teichert.databaseexplorer.models.SQLiteModel
 
executeProtectedMethod(WebDetails, AbstractWebProvider.MethodTypes, Object, ResponseHandler<E>) - Method in class org.teichert.databaseexplorer.messages.web.AbstractWebProvider
Required fields in the webDetails are:
getResourceServerUri()
executeProtectedMethod(WebDetails, AbstractWebProvider.MethodTypes, WebConstants.ENTITY_TYPES, Map<String, String>) - Method in class org.teichert.databaseexplorer.messages.web.AbstractWebProvider
Autorize to the given endpoint with the accessToken in the details and executes the method from the endpoint
and add the given data as json in the request.
Required fields in the webDetails are:
getResourceServerUri() getAccessToken()
executeProtectedMethod(WebDetails, AbstractWebProvider.MethodTypes, WebConstants.ENTITY_TYPES, Map<String, String>, ResponseHandler<E>) - Method in class org.teichert.databaseexplorer.messages.web.AbstractWebProvider
Autorize to the given endpoint with the accessToken in the details and executes the method from the endpoint
and add the given data as json in the request.
Required fields in the webDetails are:
getResourceServerUri() getAccessToken()
executeSQL(int, SQLDatabase, String, SQLTextEditor<?>, IDoingAfterThread) - Method in class org.teichert.databaseexplorer.controllers.DatabaseController
Executes an SQL-Statement without returning a ResultSet.
For example: (UPDATE, DELETE, INSERT INTO) etc. commands should be executed!
executeSQL(int, SQLDatabase, String, SQLTextEditor<?>, IDoingAfterThread) - Method in class org.teichert.databaseexplorer.database.DatabaseModel
 
executeSQL(int, SQLDatabase, String, SQLTextEditor<?>, IDoingAfterThread) - Method in class org.teichert.databaseexplorer.models.H2SQLModel
 
executeSQL(int, SQLDatabase, String, SQLTextEditor<?>, IDoingAfterThread) - Method in class org.teichert.databaseexplorer.models.InformixSQLModel
 
executeSQL(int, SQLDatabase, String, SQLTextEditor<?>, IDoingAfterThread) - Method in class org.teichert.databaseexplorer.models.MariaDBModel
 
executeSQL(int, SQLDatabase, String, SQLTextEditor<?>, IDoingAfterThread) - Method in class org.teichert.databaseexplorer.models.MSSQLModel
 
executeSQL(int, SQLDatabase, String, SQLTextEditor<?>, IDoingAfterThread) - Method in class org.teichert.databaseexplorer.models.MySQLModel
 
executeSQL(int, SQLDatabase, String, SQLTextEditor<?>, IDoingAfterThread) - Method in class org.teichert.databaseexplorer.models.PostgreSQLModel
 
executeSQL(int, SQLDatabase, String, SQLTextEditor<?>, IDoingAfterThread) - Method in class org.teichert.databaseexplorer.models.SQLiteModel
 
executeSQL(int, SQLDatabase, String, SQLTextEditor<?>, IDoingAfterThread) - Method in interface org.teichert.databaseexplorer.pluginInterfaces.IDatabaseControllerExtensionPluginInterface
Method to overwrite DatabaseController.executeSQL(int, SQLDatabase, String, SQLTextEditor, IDoingAfterThread).
Has to return the Exception if one occured otherwise null.
executeSQL_SELECT(int, SQLTextEditor<?>, SQLDatabase, String, int, Map<Object, Object>) - Method in class org.teichert.databaseexplorer.database.DatabaseModel
 
executeSQL_SELECT(int, SQLTextEditor<?>, SQLDatabase, String, int, Map<Object, Object>) - Method in class org.teichert.databaseexplorer.models.H2SQLModel
 
executeSQL_SELECT(int, SQLTextEditor<?>, SQLDatabase, String, int, Map<Object, Object>) - Method in class org.teichert.databaseexplorer.models.InformixSQLModel
 
executeSQL_SELECT(int, SQLTextEditor<?>, SQLDatabase, String, int, Map<Object, Object>) - Method in class org.teichert.databaseexplorer.models.MariaDBModel
 
executeSQL_SELECT(int, SQLTextEditor<?>, SQLDatabase, String, int, Map<Object, Object>) - Method in class org.teichert.databaseexplorer.models.MSSQLModel
 
executeSQL_SELECT(int, SQLTextEditor<?>, SQLDatabase, String, int, Map<Object, Object>) - Method in class org.teichert.databaseexplorer.models.MySQLModel
 
executeSQL_SELECT(int, SQLTextEditor<?>, SQLDatabase, String, int, Map<Object, Object>) - Method in class org.teichert.databaseexplorer.models.PostgreSQLModel
 
executeSQL_SELECT(int, SQLTextEditor<?>, SQLDatabase, String, int, Map<Object, Object>) - Method in class org.teichert.databaseexplorer.models.SQLiteModel
 
executeSQL_SELECT(int, SQLTextEditor<?>, SQLTable, int, Map<Object, Object>) - Method in class org.teichert.databaseexplorer.database.DatabaseModel
 
executeSQL_SELECT(int, SQLTextEditor<?>, SQLTable, int, Map<Object, Object>) - Method in class org.teichert.databaseexplorer.models.H2SQLModel
 
executeSQL_SELECT(int, SQLTextEditor<?>, SQLTable, int, Map<Object, Object>) - Method in class org.teichert.databaseexplorer.models.InformixSQLModel
 
executeSQL_SELECT(int, SQLTextEditor<?>, SQLTable, int, Map<Object, Object>) - Method in class org.teichert.databaseexplorer.models.MariaDBModel
 
executeSQL_SELECT(int, SQLTextEditor<?>, SQLTable, int, Map<Object, Object>) - Method in class org.teichert.databaseexplorer.models.MSSQLModel
 
executeSQL_SELECT(int, SQLTextEditor<?>, SQLTable, int, Map<Object, Object>) - Method in class org.teichert.databaseexplorer.models.MySQLModel
 
executeSQL_SELECT(int, SQLTextEditor<?>, SQLTable, int, Map<Object, Object>) - Method in class org.teichert.databaseexplorer.models.PostgreSQLModel
 
executeSQL_SELECT(int, SQLTextEditor<?>, SQLTable, int, Map<Object, Object>) - Method in class org.teichert.databaseexplorer.models.SQLiteModel
 
executeThreadNotification(ThreadNotification) - Method in interface org.teichert.databaseexplorer.interfaces.IThreadNotificationListener
 
ExecutionHelper - Class in org.teichert.databaseexplorer.utils
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.
executionPath - Static variable in class org.teichert.databaseexplorer.constants.GeneralConstants
 
executor - Variable in class org.teichert.databaseexplorer.gui_editors.GenericTextEditor
 
exit() - Method in class com.jcraft.jsch.ChannelSftp
 
expand(TreeItem<T>) - Method in class org.teichert.databaseexplorer.gui.FilteredTreeView
 
export(String, SQLDatabase) - Method in class org.teichert.databaseexplorer.database.DatabaseModel
 
export(String, SQLDatabase) - Method in class org.teichert.databaseexplorer.models.H2SQLModel
 
export(String, SQLDatabase) - Method in class org.teichert.databaseexplorer.models.InformixSQLModel
 
export(String, SQLDatabase) - Method in class org.teichert.databaseexplorer.models.MariaDBModel
 
export(String, SQLDatabase) - Method in class org.teichert.databaseexplorer.models.MSSQLModel
 
export(String, SQLDatabase) - Method in class org.teichert.databaseexplorer.models.MySQLModel
 
export(String, SQLDatabase) - Method in class org.teichert.databaseexplorer.models.PostgreSQLModel
 
export(String, SQLDatabase) - Method in class org.teichert.databaseexplorer.models.SQLiteModel
 
EXPORT_HEADER - Static variable in class org.teichert.databaseexplorer.constants.ConfigurationExportTableConstants
 
EXPORT_LOCATION - Static variable in class org.teichert.databaseexplorer.constants.ConfigurationExportTableConstants
 
EXPORT_TEXTSEPARATOR - Static variable in class org.teichert.databaseexplorer.constants.ConfigurationExportTableConstants
 
EXPORT_TEXTSPLITTER - Static variable in class org.teichert.databaseexplorer.constants.ConfigurationExportTableConstants
 
exportPDF(String) - Method in class org.teichert.databaseexplorer.utils.PdfExport
 
exportSQl(String, SQLDatabase) - Method in class org.teichert.databaseexplorer.controllers.DatabaseController
Returns an SQL-script for export for the given input-sql
extractAllJoinedTableNames(String) - Static method in class org.teichert.databaseexplorer.utils.StringHelper
Gets and extracts all joined tableNames from the sql starting from the given startPos.
extractArchive(File, File, boolean, String...) - Static method in class org.teichert.databaseexplorer.utils.ZipArchiveExtractor
 
extractSingleStatement(String, int) - Static method in class org.teichert.databaseexplorer.utils.StringHelper
Extracts any sql and return a single statement.
extractTableFromSQL(String) - Static method in class org.teichert.databaseexplorer.utils.StringHelper
Returns and extract the SQLTable from the given SQL.
The table is always the table after the "FROM" keyword.
If no table is found or the sql is empty, it will return null.
extractTableFromSQL(String, int) - Static method in class org.teichert.databaseexplorer.utils.StringHelper
Extracs the first SQLTable from the given sql-statement starting at the position startPos form the statement.
extractTableName(String, String, int) - Static method in class org.teichert.databaseexplorer.utils.StringHelper
Gets and extract the tableName from the sql starting from the given startPos.

F

fastClone(Object, Map<Object, Object>) - Method in class com.rits.cloning.Cloner
 
fastCloneOrNewInstance(Class<T>) - Method in class com.rits.cloning.Cloner
 
FastClonerArrayList - Class in com.rits.cloning
 
FastClonerArrayList() - Constructor for class com.rits.cloning.FastClonerArrayList
 
FastClonerArrayListSubList - Class in com.rits.cloning
 
FastClonerArrayListSubList() - Constructor for class com.rits.cloning.FastClonerArrayListSubList
 
FastClonerCalendar - Class in com.rits.cloning
 
FastClonerCalendar() - Constructor for class com.rits.cloning.FastClonerCalendar
 
FastClonerConcurrentHashMap - Class in com.rits.cloning
 
FastClonerConcurrentHashMap() - Constructor for class com.rits.cloning.FastClonerConcurrentHashMap
 
FastClonerConcurrentLinkedQueue - Class in com.rits.cloning
 
FastClonerConcurrentLinkedQueue() - Constructor for class com.rits.cloning.FastClonerConcurrentLinkedQueue
 
FastClonerCustomCollection<T extends Collection> - Class in com.rits.cloning
 
FastClonerCustomCollection() - Constructor for class com.rits.cloning.FastClonerCustomCollection
 
FastClonerCustomMap<T extends Map> - Class in com.rits.cloning
 
FastClonerCustomMap() - Constructor for class com.rits.cloning.FastClonerCustomMap
 
FastClonerEnumMap - Class in com.rits.cloning
Fast Cloner for EnumMaps
FastClonerEnumMap() - Constructor for class com.rits.cloning.FastClonerEnumMap
 
FastClonerHashMap - Class in com.rits.cloning
 
FastClonerHashMap() - Constructor for class com.rits.cloning.FastClonerHashMap
 
FastClonerHashSet - Class in com.rits.cloning
 
FastClonerHashSet() - Constructor for class com.rits.cloning.FastClonerHashSet
 
FastClonerLinkedHashMap - Class in com.rits.cloning
 
FastClonerLinkedHashMap() - Constructor for class com.rits.cloning.FastClonerLinkedHashMap
 
FastClonerLinkedHashSet - Class in com.rits.cloning
Fast Cloner for LinkedHashSet
FastClonerLinkedHashSet() - Constructor for class com.rits.cloning.FastClonerLinkedHashSet
 
FastClonerLinkedList - Class in com.rits.cloning
 
FastClonerLinkedList() - Constructor for class com.rits.cloning.FastClonerLinkedList
 
FastClonerTreeMap - Class in com.rits.cloning
 
FastClonerTreeMap() - Constructor for class com.rits.cloning.FastClonerTreeMap
 
FastClonerTreeSet - Class in com.rits.cloning
 
FastClonerTreeSet() - Constructor for class com.rits.cloning.FastClonerTreeSet
 
FATAL - Static variable in interface com.jcraft.jsch.Logger
 
fatalError(SAXParseException) - Method in class org.apache.fop.hyphenation.PatternParser
fbd - Static variable in class org.teichert.databaseexplorer.constants.GeneralConstants
 
fbs - Static variable in class org.teichert.databaseexplorer.constants.GeneralConstants
 
FileHelper - Class in org.teichert.databaseexplorer.utils
Helper-class for handling with files.
fill(byte[], int, int) - Method in class com.jcraft.jsch.jce.Random
 
fill(byte[], int, int) - Method in interface com.jcraft.jsch.Random
 
fillConstraints(boolean) - Static method in class org.teichert.databaseexplorer.utils.GuiHelper
 
fillConstraints(SQLDatabase) - Method in class org.teichert.databaseexplorer.controllers.DatabaseController
Adds all SQLForeignInfo into the columns of all tables within the given SQLDatabase.
fillConstraints(SQLTable) - Method in class org.teichert.databaseexplorer.controllers.DatabaseController
Adds all SQLForeignInfo into the columns of all tables within the given SQLDatabase.
FilterComboBox<T> - Class in org.teichert.databaseexplorer.components
 
FilterComboBox() - Constructor for class org.teichert.databaseexplorer.components.FilterComboBox
 
FilterComboBox(ObservableList<T>) - Constructor for class org.teichert.databaseexplorer.components.FilterComboBox
 
FilteredTreeView<T extends IFilteredTreeItem> - Class in org.teichert.databaseexplorer.gui
The FilteredTreeView expanded the content of the tree using a text component.
FilteredTreeView() - Constructor for class org.teichert.databaseexplorer.gui.FilteredTreeView
FilteredTreeView initializes the gui directly with.
FilteredTreeView(TreeView<T>) - Constructor for class org.teichert.databaseexplorer.gui.FilteredTreeView
FilteredTreeView with a TreeView initializes the gui directly with.
finalize() - Method in class com.jcraft.jsch.KeyPair
 
find(char[], int) - Method in class org.apache.fop.hyphenation.TernaryTree
Find key.
find(String) - Method in class org.apache.fop.hyphenation.TernaryTree
Find key.
findAllOccours(TreeItem<T>, boolean, String) - Method in class org.teichert.databaseexplorer.components.CachedFilteredTreeView
 
findAllOccours(TreeItem<T>, boolean, String) - Method in class org.teichert.databaseexplorer.gui.FilteredTreeView
 
fireDatabaseChangedEvent() - Method in class org.teichert.databaseexplorer.components.CachedFilteredTreeView
 
fireServerChangedEvent() - Method in class org.teichert.databaseexplorer.components.CachedFilteredTreeView
 
firstNotnull(Supplier<R>...) - Static method in class com.github.vertical_blank.sqlformatter.core.util.Util
 
firstPresent(Supplier<Optional<R>>...) - Static method in class com.github.vertical_blank.sqlformatter.core.util.Util
 
FLOAT - org.teichert.databaseexplorer.sqlitems.SQLDataType
 
FOREIGN_KEY - org.teichert.databaseexplorer.enums.ColumnType
 
ForeignKeyController - Class in org.teichert.databaseexplorer.databaseControllers
 
FORM_POST - org.teichert.databaseexplorer.messages.web.WebConstants.RESP_MODES
 
format(String) - Method in class com.github.vertical_blank.sqlformatter.core.Formatter
Formats whitespaces in a SQL string to make it easier to read.
format(String) - Method in class com.github.vertical_blank.sqlformatter.languages.AbstractFormatter
 
format(String) - Static method in class com.github.vertical_blank.sqlformatter.SqlFormatter
 
format(String, FormatConfig) - Method in class com.github.vertical_blank.sqlformatter.languages.AbstractFormatter
Formats DB2 query to make it easier to read
format(String, FormatConfig) - Static method in class com.github.vertical_blank.sqlformatter.SqlFormatter
FormatConfig whitespaces in a query to make it easier to read.
format(String, String) - Method in class com.github.vertical_blank.sqlformatter.languages.AbstractFormatter
 
format(String, String) - Static method in class com.github.vertical_blank.sqlformatter.SqlFormatter
 
format(String, String, List<?>) - Method in class com.github.vertical_blank.sqlformatter.languages.AbstractFormatter
 
format(String, String, List<?>) - Static method in class com.github.vertical_blank.sqlformatter.SqlFormatter
 
format(String, String, Map<String, ?>) - Method in class com.github.vertical_blank.sqlformatter.languages.AbstractFormatter
 
format(String, String, Map<String, ?>) - Static method in class com.github.vertical_blank.sqlformatter.SqlFormatter
 
format(String, List<?>) - Method in class com.github.vertical_blank.sqlformatter.languages.AbstractFormatter
 
format(String, List<?>) - Static method in class com.github.vertical_blank.sqlformatter.SqlFormatter
 
format(String, Map<String, ?>) - Method in class com.github.vertical_blank.sqlformatter.languages.AbstractFormatter
 
format(String, Map<String, ?>) - Static method in class com.github.vertical_blank.sqlformatter.SqlFormatter
 
FORMAT - Static variable in class org.teichert.databaseexplorer.utils.MyLogger
 
FormatConfig - Class in com.github.vertical_blank.sqlformatter.core
 
FormatConfig.FormatConfigBuilder - Class in com.github.vertical_blank.sqlformatter.core
 
Formatter - Class in com.github.vertical_blank.sqlformatter.core
 
Formatter(FormatConfig, Tokenizer) - Constructor for class com.github.vertical_blank.sqlformatter.core.Formatter
 
FORMATTING_SQL - Static variable in class org.teichert.databaseexplorer.controllers.KeyMappingController
 
forSSHAgent() - Method in class com.jcraft.jsch.KeyPair
 
forSSHAgent() - Method in class com.jcraft.jsch.KeyPairDSA
 
forSSHAgent() - Method in class com.jcraft.jsch.KeyPairECDSA
 
forSSHAgent() - Method in class com.jcraft.jsch.KeyPairPKCS8
 
forSSHAgent() - Method in class com.jcraft.jsch.KeyPairRSA
 
forTableColumn() - Static method in class org.teichert.databaseexplorer.gui.TextAreaTableCell
 
forTableColumn(StringConverter<T>) - Static method in class org.teichert.databaseexplorer.gui.TextAreaTableCell
 
forward(SSHConnection...) - Method in class org.teichert.databaseexplorer.controllers.SSHController
Establishes a Port-Forwarding to all SSH-Connections which are configured in the database-explorer.
forward(SSHPortForwarding...) - Method in class org.teichert.databaseexplorer.controllers.SSHController
Establishes all Port-Forwardings which are configured in the database-explorer.
forwardAll() - Method in class org.teichert.databaseexplorer.controllers.SSHController
Establishes all Port-Forwardings to of all configured SSH-Connections.
ForwardedTCPIPDaemon - Interface in com.jcraft.jsch
 
FRAGMENT - org.teichert.databaseexplorer.messages.web.WebConstants.RESP_MODES
 
freenode - Variable in class org.apache.fop.hyphenation.TernaryTree
free node

G

genChannelOpenPacket() - Method in class com.jcraft.jsch.Channel
 
genChannelOpenPacket() - Method in class com.jcraft.jsch.ChannelDirectTCPIP
 
GeneralConstants - Class in org.teichert.databaseexplorer.constants
 
GeneralUtils - Class in org.teichert.databaseexplorer.utils
This class contains some important methods to work with the main dataholding classes like SQLTable, SQLDatabase etc.
generateCompileString() - Method in class org.teichert.databaseexplorer.beans.SyntaxHighlightingProfile
 
generateUniqueFile(File, String) - Static method in class org.teichert.databaseexplorer.utils.FileHelper
Generates a file with the given mimetype and returns this new file back.
If the passed file is null, null will be returned!
GenericTextEditor<E> - Class in org.teichert.databaseexplorer.gui_editors
 
GenericTextEditor() - Constructor for class org.teichert.databaseexplorer.gui_editors.GenericTextEditor
 
genKeyPair(JSch, int) - Static method in class com.jcraft.jsch.KeyPair
 
genKeyPair(JSch, int, int) - Static method in class com.jcraft.jsch.KeyPair
 
GEOMETRY - org.teichert.databaseexplorer.sqlitems.SQLDataType
 
get() - Method in interface com.github.vertical_blank.sqlformatter.core.Params.Holder
 
get() - Method in class com.github.vertical_blank.sqlformatter.core.Params.IndexedParamHolder
 
get() - Method in class com.github.vertical_blank.sqlformatter.core.Params.NamedParamHolder
 
get(String) - Method in class com.jcraft.jsch.ChannelSftp
 
get(String, int) - Method in class com.jcraft.jsch.ChannelSftp
Deprecated.
This method will be deleted in the future.
get(String, SftpProgressMonitor) - Method in class com.jcraft.jsch.ChannelSftp
 
get(String, SftpProgressMonitor, int) - Method in class com.jcraft.jsch.ChannelSftp
Deprecated.
This method will be deleted in the future.
get(String, SftpProgressMonitor, long) - Method in class com.jcraft.jsch.ChannelSftp
 
get(String, OutputStream) - Method in class com.jcraft.jsch.ChannelSftp
 
get(String, OutputStream, SftpProgressMonitor) - Method in class com.jcraft.jsch.ChannelSftp
 
get(String, OutputStream, SftpProgressMonitor, int, long) - Method in class com.jcraft.jsch.ChannelSftp
 
get(String, String) - Method in class com.jcraft.jsch.ChannelSftp
 
get(String, String, SftpProgressMonitor) - Method in class com.jcraft.jsch.ChannelSftp
 
get(String, String, SftpProgressMonitor, int) - Method in class com.jcraft.jsch.ChannelSftp
 
GET - org.teichert.databaseexplorer.messages.web.AbstractWebProvider.MethodTypes
 
GET - Static variable in interface com.jcraft.jsch.SftpProgressMonitor
 
getAccessToken() - Method in class org.teichert.databaseexplorer.messages.web.WebDetails
 
getAccessToken(String, Map<String, String>, Map<String, String>) - Method in class org.teichert.databaseexplorer.messages.web.AbstractWebProvider
Ask the endpoint in the details for an accessToken and send it back.
The bodyPart-Entity is by default "UrlEncodedFormEntity".
if you want to use another Entity-form then you have to use AbstractWebProvider.getAccessToken(String, WebConstants.ENTITY_TYPES, Map, Map)
getAccessToken(String, WebConstants.ENTITY_TYPES, Map<String, String>, Map<String, String>) - Method in class org.teichert.databaseexplorer.messages.web.AbstractWebProvider
Ask the endpoint in the details for an accessToken and send it back.
getAccessToken(WebDetails) - Method in class org.teichert.databaseexplorer.messages.web.AbstractWebProvider
Ask the endpoint in the details for an accessToken and send it back.
SeeAlso: AbstractWebProvider.getAccessToken(WebDetails)}
getAddForeignKeyString(SQLForeignInfo, String) - Method in class org.teichert.databaseexplorer.database.DatabaseModel
 
getAddForeignKeyString(SQLForeignInfo, String) - Method in class org.teichert.databaseexplorer.models.H2SQLModel
 
getAddForeignKeyString(SQLForeignInfo, String) - Method in class org.teichert.databaseexplorer.models.InformixSQLModel
 
getAddForeignKeyString(SQLForeignInfo, String) - Method in class org.teichert.databaseexplorer.models.MariaDBModel
 
getAddForeignKeyString(SQLForeignInfo, String) - Method in class org.teichert.databaseexplorer.models.MSSQLModel
 
getAddForeignKeyString(SQLForeignInfo, String) - Method in class org.teichert.databaseexplorer.models.MySQLModel
 
getAddForeignKeyString(SQLForeignInfo, String) - Method in class org.teichert.databaseexplorer.models.PostgreSQLModel
 
getAddForeignKeyString(SQLForeignInfo, String) - Method in class org.teichert.databaseexplorer.models.SQLiteModel
 
getAdditionalType() - Method in class org.teichert.databaseexplorer.sqlitems.SQLTableColumn
 
getAdditionDisplayText() - Method in class org.teichert.databaseexplorer.sqlitems.SQLTableColumn
 
getAddTableColumnString(SQLTableColumn, Object) - Method in class org.teichert.databaseexplorer.database.DatabaseModel
 
getAddTableColumnString(SQLTableColumn, Object) - Method in class org.teichert.databaseexplorer.models.H2SQLModel
 
getAddTableColumnString(SQLTableColumn, Object) - Method in class org.teichert.databaseexplorer.models.InformixSQLModel
 
getAddTableColumnString(SQLTableColumn, Object) - Method in class org.teichert.databaseexplorer.models.MariaDBModel
 
getAddTableColumnString(SQLTableColumn, Object) - Method in class org.teichert.databaseexplorer.models.MSSQLModel
 
getAddTableColumnString(SQLTableColumn, Object) - Method in class org.teichert.databaseexplorer.models.MySQLModel
 
getAddTableColumnString(SQLTableColumn, Object) - Method in class org.teichert.databaseexplorer.models.PostgreSQLModel
 
getAddTableColumnString(SQLTableColumn, Object) - Method in class org.teichert.databaseexplorer.models.SQLiteModel
 
getAlgName() - Method in interface com.jcraft.jsch.Identity
Returns the name of the key algorithm.
getAligment() - Method in enum org.teichert.databaseexplorer.sqlitems.SQLDataType
 
getAllAliases(String) - Static method in class org.teichert.databaseexplorer.utils.StringHelper
Finds out all aliases within the given sql and returns a map with:
key = alias-name value = original name
getAllDependendTablesByDepth(int, SQLTable, boolean) - Static method in class org.teichert.databaseexplorer.utils.GeneralUtils
Gets all Tables dependend to the given table and all dependend tables of the depndencies themselfs.
getAllDirectDependendTables(SQLTable, boolean) - Static method in class org.teichert.databaseexplorer.utils.GeneralUtils
Gets all Tables dependend to the given table and all dependend tables of the depndencies themselfs.
getAllFilesRecursivly(File, String) - Static method in class org.teichert.databaseexplorer.utils.FileHelper
Returns all files recursivly within the pFile for the specific suffix in a list.
getAllForwardings() - Method in class org.teichert.databaseexplorer.controllers.SSHController
Returns a list of all established Port-Forwardings.
getAllNonPrimaryIndexes(SQLTable) - Static method in class org.teichert.databaseexplorer.utils.GeneralUtils
 
getAllocatedColumns() - Method in class org.teichert.databaseexplorer.sqlitems.SQLTableColumn
 
getAllPlugins(Marketplace) - Method in class org.teichert.databaseexplorer.controllers.PluginWebController
 
getAllPlugins(WebDetails) - Method in class org.teichert.databaseexplorer.messages.web.impl.PluginWebProvider
Required fields in the webDetails are:
getResourceServerUri()
getAllStoredProcedure(SQLDatabase) - Method in class org.teichert.databaseexplorer.controllers.DatabaseController
Loads all StoredProcedures of the given database and return them into a LinkedList.
getArrayAsString(String, E...) - Method in class org.teichert.databaseexplorer.utils.ArrayHelper
Returns the given array as a string.
getAssingedPort() - Method in class org.teichert.databaseexplorer.beans.SSHPortForwarding
 
getATime() - Method in class com.jcraft.jsch.SftpATTRS
 
getAtimeString() - Method in class com.jcraft.jsch.SftpATTRS
 
getAttributesFromTable(SQLTable) - Method in class org.teichert.databaseexplorer.controllers.AutoCompleteController
 
getAttributesFromTable(SQLTable) - Method in class org.teichert.databaseexplorer.gui_editors.SQLTextEditor
 
getAttrs() - Method in class com.jcraft.jsch.ChannelSftp.LsEntry
 
getAuthenticationServerUri() - Method in class org.teichert.databaseexplorer.messages.web.WebDetails
 
getAuthorizationHeaderForAccessToken(String) - Method in class org.teichert.databaseexplorer.messages.web.AbstractWebProvider
Returns the http-header for the given accesstoken value.
getAvail() - Method in class com.jcraft.jsch.SftpStatVFS
 
getAvailBlocks() - Method in class com.jcraft.jsch.SftpStatVFS
 
getAvailForNonRoot() - Method in class com.jcraft.jsch.SftpStatVFS
 
getAvailINodes() - Method in class com.jcraft.jsch.SftpStatVFS
 
getBasicAuthorizationHeader(String, String) - Method in class org.teichert.databaseexplorer.messages.web.AbstractWebProvider
Return the http-header for the given username and password.
getBlocks() - Method in class com.jcraft.jsch.SftpStatVFS
 
getBlockSize() - Method in interface com.jcraft.jsch.Cipher
 
getBlockSize() - Method in class com.jcraft.jsch.CipherNone
 
getBlockSize() - Method in interface com.jcraft.jsch.HASH
 
getBlockSize() - Method in class com.jcraft.jsch.jce.AES128CBC
 
getBlockSize() - Method in class com.jcraft.jsch.jce.AES128CTR
 
getBlockSize() - Method in class com.jcraft.jsch.jce.AES192CBC
 
getBlockSize() - Method in class com.jcraft.jsch.jce.AES192CTR
 
getBlockSize() - Method in class com.jcraft.jsch.jce.AES256CBC
 
getBlockSize() - Method in class com.jcraft.jsch.jce.AES256CTR
 
getBlockSize() - Method in class com.jcraft.jsch.jce.ARCFOUR
 
getBlockSize() - Method in class com.jcraft.jsch.jce.ARCFOUR128
 
getBlockSize() - Method in class com.jcraft.jsch.jce.ARCFOUR256
 
getBlockSize() - Method in class com.jcraft.jsch.jce.BlowfishCBC
 
getBlockSize() - Method in class com.jcraft.jsch.jce.HMACMD596
 
getBlockSize() - Method in class com.jcraft.jsch.jce.HMACSHA196
 
getBlockSize() - Method in class com.jcraft.jsch.jce.MD5
 
getBlockSize() - Method in class com.jcraft.jsch.jce.SHA1
 
getBlockSize() - Method in class com.jcraft.jsch.jce.SHA256
 
getBlockSize() - Method in class com.jcraft.jsch.jce.SHA384
 
getBlockSize() - Method in class com.jcraft.jsch.jce.SHA512
 
getBlockSize() - Method in class com.jcraft.jsch.jce.TripleDESCBC
 
getBlockSize() - Method in class com.jcraft.jsch.jce.TripleDESCTR
 
getBlockSize() - Method in class com.jcraft.jsch.jcraft.HMACMD596
 
getBlockSize() - Method in class com.jcraft.jsch.jcraft.HMACSHA196
 
getBlockSize() - Method in interface com.jcraft.jsch.MAC
 
getBlockSize() - Method in class com.jcraft.jsch.SftpStatVFS
 
getBulkRequests() - Method in class com.jcraft.jsch.ChannelSftp
This method will return the value how many requests may be sent at any one time.
getButton(Integer) - Method in class org.teichert.databaseexplorer.gui.CustomDialog
 
getButtonArea() - Method in class org.teichert.databaseexplorer.gui.CustomDialog
 
getByName(String) - Method in interface com.github.vertical_blank.sqlformatter.core.Params.Holder
 
getByName(String) - Method in class com.github.vertical_blank.sqlformatter.core.Params.IndexedParamHolder
 
getByName(String) - Method in class com.github.vertical_blank.sqlformatter.core.Params.NamedParamHolder
 
getByRegexGroup(String, String) - Static method in class org.teichert.databaseexplorer.utils.StringHelper
Returns all matched groups from the str by the regex-expression.
getByte() - Method in class com.jcraft.jsch.Buffer
 
getByte(byte[]) - Method in class com.jcraft.jsch.Buffer
 
getByte(int) - Method in class com.jcraft.jsch.Buffer
 
getBytes(InputStream) - Static method in class org.teichert.databaseexplorer.utils.FileHelper
Reads the inputstream into a ByteArrayOutputStream and returns the byte[] as the result.
getC() - Method in class com.jcraft.jsch.jce.KeyPairGenRSA
 
getC() - Method in interface com.jcraft.jsch.KeyPairGenRSA
 
getCachedFont(String, int) - Static method in class org.teichert.databaseexplorer.utils.SourceHandler
 
getCachedIcon(Class<?>, String) - Static method in class org.teichert.databaseexplorer.utils.SourceHandler
 
getCachedIcon(Class<?>, String, double, double) - Static method in class org.teichert.databaseexplorer.utils.SourceHandler
 
getCachedIcon(String) - Static method in class org.teichert.databaseexplorer.utils.SourceHandler
 
getCachedIcon(String, double, double) - Static method in class org.teichert.databaseexplorer.utils.SourceHandler
 
getCachedPlugins() - Method in class org.teichert.databaseexplorer.controllers.PluginController
Return the CachedPlugins map.
Only needed for internal usage.
getCapacity() - Method in class com.jcraft.jsch.SftpStatVFS
 
getCatalog() - Method in class org.teichert.databaseexplorer.sqlitems.SQLProcedure
 
getCatalog() - Method in class org.teichert.databaseexplorer.sqlitems.SQLTable
 
getCause() - Method in exception com.jcraft.jsch.JSchException
 
getCause() - Method in exception com.jcraft.jsch.SftpException
 
getChecksum() - Method in class org.teichert.databaseexplorer.messages.web.pojos.PluginInfo
 
getChildren() - Method in class org.teichert.databaseexplorer.beans.MyThread
 
getChildren() - Method in class org.teichert.databaseexplorer.sqlitems.SQLDatabase
 
getChoicePosition() - Method in class org.teichert.databaseexplorer.gui.ListDialog
 
getClasses(Class<?>, String) - Static method in class org.teichert.databaseexplorer.utils.ReflectionHelper
 
getClasses(String) - Static method in class org.teichert.databaseexplorer.utils.MyClassLoader
 
getClasses(String) - Static method in class org.teichert.databaseexplorer.utils.ReflectionHelper
 
getClassesByAnnotation(Annotation) - Static method in class org.teichert.databaseexplorer.utils.MyClassLoader
 
getClassesByAnnotation(Annotation) - Static method in class org.teichert.databaseexplorer.utils.ReflectionHelper
 
getClassesByAnnotation(String, Annotation) - Static method in class org.teichert.databaseexplorer.utils.ReflectionHelper
 
getClassesByType(Class<?>) - Static method in class org.teichert.databaseexplorer.utils.MyClassLoader
 
getClassesByType(Class<?>) - Static method in class org.teichert.databaseexplorer.utils.ReflectionHelper
 
getClassesByType(String, Class<?>) - Static method in class org.teichert.databaseexplorer.utils.ReflectionHelper
 
getClassNamesFromPackage(Class<?>, String) - Static method in class org.teichert.databaseexplorer.utils.ReflectionHelper
 
getClassNamesFromPackage(String) - Static method in class org.teichert.databaseexplorer.utils.MyClassLoader
 
getClientConfigProps(String) - Method in class org.teichert.databaseexplorer.messages.web.AbstractWebProvider
Load the given Properties from the path.
getClientId() - Method in class org.teichert.databaseexplorer.messages.web.WebDetails
 
getClientSecret() - Method in class org.teichert.databaseexplorer.messages.web.WebDetails
 
getClientVersion() - Method in class com.jcraft.jsch.Session
 
getColumn() - Method in class org.teichert.databaseexplorer.beans.AutoCompletionTableData
 
getColumn() - Method in class org.teichert.databaseexplorer.beans.NewSQLTableColumn
 
getColumn() - Method in class org.teichert.databaseexplorer.components.representation.AutoCompletionTableData
 
getColumn() - Method in class org.teichert.databaseexplorer.sqlitems.SQLForeignColumn
 
getColumn() - Method in class org.teichert.databaseexplorer.sqlitems.SQLForeignInfo
 
getColumn() - Method in class org.teichert.databaseexplorer.sqlitems.SQLTableValue
 
getColumnByName(String) - Method in class org.teichert.databaseexplorer.sqlitems.SQLTable
 
getColumnCount() - Method in class org.teichert.databaseexplorer.sqlitems.SQLTable
 
getColumnCount(Connection, SQLTable, boolean) - Method in class org.teichert.databaseexplorer.controllers.DatabaseController
Returns the number of columns of the given (not yet filled) table tableName.
getColumnFullname(SQLTableColumn) - Method in class org.teichert.databaseexplorer.database.DatabaseModel
 
getColumnFullname(SQLTableColumn) - Method in class org.teichert.databaseexplorer.models.H2SQLModel
 
getColumnFullname(SQLTableColumn) - Method in class org.teichert.databaseexplorer.models.InformixSQLModel
 
getColumnFullname(SQLTableColumn) - Method in class org.teichert.databaseexplorer.models.MariaDBModel
 
getColumnFullname(SQLTableColumn) - Method in class org.teichert.databaseexplorer.models.MSSQLModel
 
getColumnFullname(SQLTableColumn) - Method in class org.teichert.databaseexplorer.models.MySQLModel
 
getColumnFullname(SQLTableColumn) - Method in class org.teichert.databaseexplorer.models.PostgreSQLModel
 
getColumnFullname(SQLTableColumn) - Method in class org.teichert.databaseexplorer.models.SQLiteModel
 
getColumnFullname(SQLTableColumn, Object) - Method in class org.teichert.databaseexplorer.models.H2SQLModel
 
getColumnFullname(SQLTableColumn, Object) - Method in class org.teichert.databaseexplorer.models.InformixSQLModel
 
getColumnNameForConversion(SQLTableColumn) - Method in class org.teichert.databaseexplorer.database.DatabaseModel
 
getColumnNameForConversion(SQLTableColumn) - Method in class org.teichert.databaseexplorer.models.H2SQLModel
 
getColumnNameForConversion(SQLTableColumn) - Method in class org.teichert.databaseexplorer.models.InformixSQLModel
 
getColumnNameForConversion(SQLTableColumn) - Method in class org.teichert.databaseexplorer.models.MariaDBModel
 
getColumnNameForConversion(SQLTableColumn) - Method in class org.teichert.databaseexplorer.models.MSSQLModel
 
getColumnNameForConversion(SQLTableColumn) - Method in class org.teichert.databaseexplorer.models.MySQLModel
 
getColumnNameForConversion(SQLTableColumn) - Method in class org.teichert.databaseexplorer.models.PostgreSQLModel
 
getColumnNameForConversion(SQLTableColumn) - Method in class org.teichert.databaseexplorer.models.SQLiteModel
 
getColumns() - Method in class org.teichert.databaseexplorer.sqlitems.SQLIndex
 
getColumns() - Method in class org.teichert.databaseexplorer.sqlitems.SQLTable
 
getColumnsAsArray() - Method in class org.teichert.databaseexplorer.sqlitems.SQLTable
 
getColumnSelectSQL(SQLTable) - Method in class org.teichert.databaseexplorer.database.DatabaseModel
 
getColumnSelectSQL(SQLTable) - Method in class org.teichert.databaseexplorer.models.H2SQLModel
 
getColumnSelectSQL(SQLTable) - Method in class org.teichert.databaseexplorer.models.InformixSQLModel
 
getColumnSelectSQL(SQLTable) - Method in class org.teichert.databaseexplorer.models.MariaDBModel
 
getColumnSelectSQL(SQLTable) - Method in class org.teichert.databaseexplorer.models.MSSQLModel
 
getColumnSelectSQL(SQLTable) - Method in class org.teichert.databaseexplorer.models.MySQLModel
 
getColumnSelectSQL(SQLTable) - Method in class org.teichert.databaseexplorer.models.PostgreSQLModel
 
getColumnSelectSQL(SQLTable) - Method in class org.teichert.databaseexplorer.models.SQLiteModel
 
getColumnValue(int) - Method in class org.teichert.databaseexplorer.sqlitems.SQLRow
 
getColumnValue(String) - Method in class org.teichert.databaseexplorer.sqlitems.SQLRow
 
getComment() - Method in class com.jcraft.jsch.HostKey
 
getCondition() - Method in class org.teichert.databaseexplorer.sqlitems.SQLTrigger
 
getConfig(String) - Method in interface com.jcraft.jsch.ConfigRepository
 
getConfig(String) - Static method in class com.jcraft.jsch.JSch
Returns the config value for the specified key.
getConfig(String) - Method in class com.jcraft.jsch.OpenSSHConfig
 
getConfig(String) - Method in class com.jcraft.jsch.Session
 
getConfigRepository() - Method in class com.jcraft.jsch.JSch
 
getConfigs() - Static method in class org.teichert.databaseexplorer.utils.Loader
 
getConnection() - Method in class org.teichert.databaseexplorer.sqlitems.SQLTransaction
 
getConnectionByHost(String) - Method in class org.teichert.databaseexplorer.controllers.SSHController
 
getConnectionById(String) - Method in class org.teichert.databaseexplorer.controllers.SSHController
 
getConnectionString(String, String, String, String) - Method in class org.teichert.databaseexplorer.database.DatabaseModel
 
getConnectionString(String, String, String, String) - Method in class org.teichert.databaseexplorer.models.H2SQLModel
 
getConnectionString(String, String, String, String) - Method in class org.teichert.databaseexplorer.models.InformixSQLModel
 
getConnectionString(String, String, String, String) - Method in class org.teichert.databaseexplorer.models.MariaDBModel
 
getConnectionString(String, String, String, String) - Method in class org.teichert.databaseexplorer.models.MSSQLModel
 
getConnectionString(String, String, String, String) - Method in class org.teichert.databaseexplorer.models.MySQLModel
 
getConnectionString(String, String, String, String) - Method in class org.teichert.databaseexplorer.models.PostgreSQLModel
 
getConnectionString(String, String, String, String) - Method in class org.teichert.databaseexplorer.models.SQLiteModel
 
getConnectionStringQuerys() - Method in class org.teichert.databaseexplorer.database.DatabaseModel
 
getConnectionStringQuerys() - Method in class org.teichert.databaseexplorer.models.H2SQLModel
 
getConnectionStringQuerys() - Method in class org.teichert.databaseexplorer.models.InformixSQLModel
 
getConnectionStringQuerys() - Method in class org.teichert.databaseexplorer.models.MariaDBModel
 
getConnectionStringQuerys() - Method in class org.teichert.databaseexplorer.models.MSSQLModel
 
getConnectionStringQuerys() - Method in class org.teichert.databaseexplorer.models.MySQLModel
 
getConnectionStringQuerys() - Method in class org.teichert.databaseexplorer.models.PostgreSQLModel
 
getConnectionStringQuerys() - Method in class org.teichert.databaseexplorer.models.SQLiteModel
 
getConnectionTransactions() - Method in class org.teichert.databaseexplorer.controllers.TransactionController
 
getConstraintName() - Method in class org.teichert.databaseexplorer.sqlitems.SQLTableColumn
 
getContent() - Method in class org.teichert.databaseexplorer.sqlitems.SQLTrigger
 
getContraintName() - Method in class org.teichert.databaseexplorer.sqlitems.SQLForeignInfo
 
getConverter() - Method in class org.teichert.databaseexplorer.gui.TextAreaTableCell
 
getCreateIndexString(SQLIndex, boolean) - Method in class org.teichert.databaseexplorer.controllers.DatabaseController
Returns the string for creating the given index.
getCreateIndexString(SQLTable, String, boolean, boolean, String...) - Method in class org.teichert.databaseexplorer.database.DatabaseModel
Returns the string for creating a index with the given values.
getCreateIndexString(SQLTable, String, boolean, boolean, String...) - Method in class org.teichert.databaseexplorer.models.MariaDBModel
Returns the string for creating a index with the given values.
getCreateIndexString(SQLTable, String, boolean, boolean, String...) - Method in class org.teichert.databaseexplorer.models.MySQLModel
Returns the string for creating a index with the given values.
getCreateSQLIndexesString(SQLTable, boolean) - Method in class org.teichert.databaseexplorer.controllers.DatabaseController
Returns the string for creating the indexes of the given table.
It only get index-create-statement for non-primary-indexes!
getCreationString(SQLTable, boolean) - Method in class org.teichert.databaseexplorer.controllers.DatabaseController
Creates the Create-Table SQL-Script from the given SQLTable
getCustomName() - Method in class org.teichert.databaseexplorer.beans.SaveItem
 
getCustomName() - Method in class org.teichert.databaseexplorer.sqlitems.SQLDatabase
 
getCustomName() - Method in class org.teichert.databaseexplorer.sqlitems.SQLServer
 
getD() - Method in class com.jcraft.jsch.jce.KeyPairGenECDSA
 
getD() - Method in class com.jcraft.jsch.jce.KeyPairGenRSA
 
getD() - Method in interface com.jcraft.jsch.KeyPairGenECDSA
 
getD() - Method in interface com.jcraft.jsch.KeyPairGenRSA
 
getData(Object) - Method in class org.teichert.databaseexplorer.gui.CustomDialog
 
getData(Object) - Method in class org.teichert.databaseexplorer.gui.MyTab
 
getData(Object) - Method in class org.teichert.databaseexplorer.gui.MyTableView
 
getData(Object) - Method in class org.teichert.databaseexplorer.gui.MyTreeTableView
 
getData(Object, Object) - Method in class org.teichert.databaseexplorer.gui.MyTableView
 
getData(Object, Object) - Method in class org.teichert.databaseexplorer.gui.MyTreeTableView
 
getData(Object, K) - Method in class org.teichert.databaseexplorer.gui.MyTab
 
getDatabaseModelClass() - Method in interface org.teichert.databaseexplorer.pluginInterfaces.INewModelPluginInterface
Returns the Class of the custom DatabaseModel to a new type of Database.
getDatabaseModels() - Static method in class org.teichert.databaseexplorer.utils.GeneralUtils
 
getDatabaseModelsClassList() - Static method in class org.teichert.databaseexplorer.utils.GeneralUtils
 
getDatabases() - Method in class org.teichert.databaseexplorer.components.representation.UnvisibleRoot
 
getDatabaseSelectionModel() - Method in class org.teichert.databaseexplorer.components.CachedFilteredTreeView
 
getDataMap() - Method in class org.teichert.databaseexplorer.gui_editors.SQLTextEditor
 
getDataMap() - Method in class org.teichert.databaseexplorer.gui.CustomDialog
 
getDatatype() - Method in class org.teichert.databaseexplorer.sqlitems.SQLTableColumn
 
getDbname() - Method in class org.teichert.databaseexplorer.beans.SaveItem
 
getDbparameter() - Method in class org.teichert.databaseexplorer.beans.SaveItem
 
getDefaultPort() - Static method in class com.jcraft.jsch.ProxyHTTP
 
getDefaultPort() - Static method in class com.jcraft.jsch.ProxySOCKS4
 
getDefaultPort() - Static method in class com.jcraft.jsch.ProxySOCKS5
 
getDefaultValue() - Method in class org.teichert.databaseexplorer.beans.NewSQLTableColumn
 
getDefaultValue() - Method in enum org.teichert.databaseexplorer.sqlitems.SQLDataType
 
getDefaultValue() - Method in class org.teichert.databaseexplorer.sqlitems.SQLTableColumn
 
getDeleteString(SQLTable, boolean) - Method in class org.teichert.databaseexplorer.database.DatabaseModel
 
getDescription() - Method in class org.teichert.databaseexplorer.beans.KeyMappingEntry
 
getDescription() - Method in class org.teichert.databaseexplorer.messages.web.pojos.PluginInfo
 
getDescriptionDefault() - Method in class org.teichert.databaseexplorer.beans.KeyMappingEntry
 
getDialect() - Method in class org.teichert.databaseexplorer.database.DatabaseModel
 
getDialect() - Method in class org.teichert.databaseexplorer.models.H2SQLModel
 
getDialect() - Method in class org.teichert.databaseexplorer.models.InformixSQLModel
 
getDialect() - Method in class org.teichert.databaseexplorer.models.MariaDBModel
 
getDialect() - Method in class org.teichert.databaseexplorer.models.MSSQLModel
 
getDialect() - Method in class org.teichert.databaseexplorer.models.MySQLModel
 
getDialect() - Method in class org.teichert.databaseexplorer.models.PostgreSQLModel
 
getDialect() - Method in class org.teichert.databaseexplorer.models.SQLiteModel
 
getDialogArea() - Method in class org.teichert.databaseexplorer.gui.CustomDialog
 
getDisplayText() - Method in interface org.teichert.databaseexplorer.interfaces.IFilteredTreeItem
 
getDisplayText() - Method in class org.teichert.databaseexplorer.sqlitems.SQLDatabase
 
getDisplayText() - Method in class org.teichert.databaseexplorer.sqlitems.SQLForeignInfo
 
getDisplayText() - Method in class org.teichert.databaseexplorer.sqlitems.SQLIndex
 
getDisplayText() - Method in class org.teichert.databaseexplorer.sqlitems.SQLServer
 
getDisplayText() - Method in class org.teichert.databaseexplorer.sqlitems.SQLTable
 
getDisplayText() - Method in class org.teichert.databaseexplorer.sqlitems.SQLTableColumn
 
getDisplayText() - Method in class org.teichert.databaseexplorer.sqlitems.SQLTrigger
 
getDoubleValue(Double) - Method in class org.teichert.databaseexplorer.components.NumberTextField
 
getDriver() - Method in class org.teichert.databaseexplorer.database.DatabaseModel
 
getDriver() - Method in class org.teichert.databaseexplorer.models.H2SQLModel
 
getDriver() - Method in class org.teichert.databaseexplorer.models.InformixSQLModel
 
getDriver() - Method in class org.teichert.databaseexplorer.models.MariaDBModel
 
getDriver() - Method in class org.teichert.databaseexplorer.models.MSSQLModel
 
getDriver() - Method in class org.teichert.databaseexplorer.models.MySQLModel
 
getDriver() - Method in class org.teichert.databaseexplorer.models.PostgreSQLModel
 
getDriver() - Method in class org.teichert.databaseexplorer.models.SQLiteModel
 
getDriver() - Method in class org.teichert.databaseexplorer.sqlitems.SQLDatabase
 
getDropColumnString(SQLTableColumn) - Method in class org.teichert.databaseexplorer.database.DatabaseModel
 
getDropColumnString(SQLTableColumn) - Method in class org.teichert.databaseexplorer.models.H2SQLModel
 
getDropColumnString(SQLTableColumn) - Method in class org.teichert.databaseexplorer.models.InformixSQLModel
 
getDropColumnString(SQLTableColumn) - Method in class org.teichert.databaseexplorer.models.MariaDBModel
 
getDropColumnString(SQLTableColumn) - Method in class org.teichert.databaseexplorer.models.MSSQLModel
 
getDropColumnString(SQLTableColumn) - Method in class org.teichert.databaseexplorer.models.MySQLModel
 
getDropColumnString(SQLTableColumn) - Method in class org.teichert.databaseexplorer.models.PostgreSQLModel
 
getDropColumnString(SQLTableColumn) - Method in class org.teichert.databaseexplorer.models.SQLiteModel
 
getDropDatabaseString(SQLDatabase) - Method in class org.teichert.databaseexplorer.database.DatabaseModel
 
getDropIndexString(SQLIndex) - Method in class org.teichert.databaseexplorer.database.DatabaseModel
 
getDropIndexString(SQLIndex) - Method in class org.teichert.databaseexplorer.models.H2SQLModel
Returns the string for deleting the given index.
getDropIndexString(SQLIndex) - Method in class org.teichert.databaseexplorer.models.InformixSQLModel
 
getDropIndexString(SQLIndex) - Method in class org.teichert.databaseexplorer.models.MariaDBModel
 
getDropIndexString(SQLIndex) - Method in class org.teichert.databaseexplorer.models.MSSQLModel
 
getDropIndexString(SQLIndex) - Method in class org.teichert.databaseexplorer.models.MySQLModel
 
getDropIndexString(SQLIndex) - Method in class org.teichert.databaseexplorer.models.PostgreSQLModel
 
getDropIndexString(SQLIndex) - Method in class org.teichert.databaseexplorer.models.SQLiteModel
 
getDropTableString(SQLTable) - Method in class org.teichert.databaseexplorer.database.DatabaseModel
 
getDumpCloned() - Method in class com.rits.cloning.Cloner
 
getE() - Method in interface com.jcraft.jsch.DH
 
getE() - Method in class com.jcraft.jsch.jce.DH
 
getE() - Method in class com.jcraft.jsch.jce.KeyPairGenRSA
 
getE() - Method in interface com.jcraft.jsch.KeyPairGenRSA
 
getEditor() - Method in class org.teichert.databaseexplorer.gui_editors.CSSTextEditor
 
getEditor() - Method in class org.teichert.databaseexplorer.gui_editors.SQLTextEditor
 
getEditor() - Method in interface org.teichert.databaseexplorer.interfaces.IEditor
 
getEntry(String) - Method in class org.teichert.databaseexplorer.controllers.KeyMappingController
 
getEP() - Method in class com.jcraft.jsch.jce.KeyPairGenRSA
 
getEP() - Method in interface com.jcraft.jsch.KeyPairGenRSA
 
getEQ() - Method in class com.jcraft.jsch.jce.KeyPairGenRSA
 
getEQ() - Method in interface com.jcraft.jsch.KeyPairGenRSA
 
getErrStream() - Method in class com.jcraft.jsch.ChannelExec
 
getErrStream() - Method in class com.jcraft.jsch.ChannelSubsystem
 
getEvent() - Method in class org.teichert.databaseexplorer.sqlitems.SQLTrigger
 
getEvhCopyName() - Method in class org.teichert.databaseexplorer.components.CachedFilteredTreeView
 
getEvhLoad() - Method in class org.teichert.databaseexplorer.components.CachedFilteredTreeView
 
getExecutionPath() - Static method in class org.teichert.databaseexplorer.utils.StringHelper
Returns the execution-path of the program, depending on the OS.
getExecutor() - Method in class org.teichert.databaseexplorer.beans.ThreadNotification
 
getExitStatus() - Method in class com.jcraft.jsch.Channel
 
getExtended() - Method in class com.jcraft.jsch.SftpATTRS
 
getExtension(String) - Method in class com.jcraft.jsch.ChannelSftp
 
getExtInputStream() - Method in class com.jcraft.jsch.Channel
 
getFile() - Method in class org.teichert.databaseexplorer.components.MyFileLocationTextField
 
getFileContent() - Method in class org.teichert.databaseexplorer.beans.License
 
getFileContent(String) - Static method in class org.teichert.databaseexplorer.utils.SourceHandler
 
getFileInputStream(String) - Static method in class org.teichert.databaseexplorer.utils.SourceHandler
 
getFilename() - Method in class com.jcraft.jsch.ChannelSftp.LsEntry
 
getFileSystemID() - Method in class com.jcraft.jsch.SftpStatVFS
 
getFileURI(String) - Static method in class org.teichert.databaseexplorer.utils.SourceHandler
 
getFingerPrint() - Method in class com.jcraft.jsch.KeyExchange
 
getFingerPrint() - Method in class com.jcraft.jsch.KeyPair
Returns the finger-print of the public key.
getFingerPrint(JSch) - Method in class com.jcraft.jsch.HostKey
 
getFlags() - Method in class com.jcraft.jsch.SftpATTRS
 
getfloatValue(Float) - Method in class org.teichert.databaseexplorer.components.NumberTextField
 
getForeignColumnName() - Method in class org.teichert.databaseexplorer.sqlitems.SQLForeignInfo
 
getForeignColumns() - Method in class org.teichert.databaseexplorer.sqlitems.SQLTableColumn
List of Foreign-Columns for this Column
getForeignCount() - Method in class org.teichert.databaseexplorer.sqlitems.SQLTable
 
getForeignKeyConstraintCheckString(boolean) - Method in class org.teichert.databaseexplorer.database.DatabaseModel
 
getForeignKeyConstraintCheckString(boolean) - Method in class org.teichert.databaseexplorer.models.H2SQLModel
 
getForeignKeyConstraintCheckString(boolean) - Method in class org.teichert.databaseexplorer.models.InformixSQLModel
 
getForeignKeyConstraintCheckString(boolean) - Method in class org.teichert.databaseexplorer.models.MariaDBModel
 
getForeignKeyConstraintCheckString(boolean) - Method in class org.teichert.databaseexplorer.models.MSSQLModel
 
getForeignKeyConstraintCheckString(boolean) - Method in class org.teichert.databaseexplorer.models.MySQLModel
 
getForeignKeyConstraintCheckString(boolean) - Method in class org.teichert.databaseexplorer.models.PostgreSQLModel
 
getForeignKeyConstraintCheckString(boolean) - Method in class org.teichert.databaseexplorer.models.SQLiteModel
 
getForeigns() - Method in class org.teichert.databaseexplorer.sqlitems.SQLTable
 
getForeignsAsArray() - Method in class org.teichert.databaseexplorer.sqlitems.SQLTable
 
getForeignTableName() - Method in class org.teichert.databaseexplorer.sqlitems.SQLForeignInfo
 
getFragmentSize() - Method in class com.jcraft.jsch.SftpStatVFS
 
getFreeBlocks() - Method in class com.jcraft.jsch.SftpStatVFS
 
getFreeINodes() - Method in class com.jcraft.jsch.SftpStatVFS
 
getFtable() - Method in class org.teichert.databaseexplorer.beans.AutoCompletionTableData
 
getFtable() - Method in class org.teichert.databaseexplorer.components.representation.AutoCompletionTableData
 
getFuture() - Method in class org.teichert.databaseexplorer.beans.ThreadIdentificationItem
 
getG() - Method in class com.jcraft.jsch.jce.KeyPairGenDSA
 
getG() - Method in interface com.jcraft.jsch.KeyPairGenDSA
 
getGId() - Method in class com.jcraft.jsch.SftpATTRS
 
getGrantType() - Method in class org.teichert.databaseexplorer.messages.web.WebDetails
 
getGroup() - Method in class org.teichert.databaseexplorer.beans.SaveItem
 
getGrouping() - Method in class org.teichert.databaseexplorer.sqlitems.SQLDatabase
 
getGrouping() - Method in class org.teichert.databaseexplorer.sqlitems.SQLServer
 
getHandler() - Method in class org.teichert.databaseexplorer.components.KeyDetectionTextField
 
getHeight() - Method in class org.teichert.databaseexplorer.beans.ToolOption
 
getHome() - Method in class com.jcraft.jsch.ChannelSftp
 
getHost() - Method in class com.jcraft.jsch.HostKey
 
getHost() - Method in class com.jcraft.jsch.Session
 
getHost() - Method in class org.teichert.databaseexplorer.beans.SSHConnection
 
getHostKey() - Method in interface com.jcraft.jsch.HostKeyRepository
Retuns a list for host keys managed in this repository.
getHostKey() - Method in class com.jcraft.jsch.KnownHosts
 
getHostKey() - Method in class com.jcraft.jsch.Session
 
getHostKey(String, String) - Method in interface com.jcraft.jsch.HostKeyRepository
Retuns a list for host keys managed in this repository.
getHostKey(String, String) - Method in class com.jcraft.jsch.KnownHosts
 
getHostKeyAlias() - Method in class com.jcraft.jsch.Session
 
getHostKeyRepository() - Method in class com.jcraft.jsch.JSch
Returns the current hostkey repository.
getHostKeyRepository() - Method in class com.jcraft.jsch.Session
Gets the hostkeyRepository.
getHostname() - Method in interface com.jcraft.jsch.ConfigRepository.Config
 
getHyphenationPoints() - Method in class org.apache.fop.hyphenation.Hyphenation
 
getHyphenationTree(String, String) - Method in class org.apache.fop.hyphenation.HyphenationTreeCache
Looks in the cache if a hyphenation tree is available and returns it if it is found.
getHyphenationTree(String, String) - Static method in class org.apache.fop.hyphenation.Hyphenator
Returns a hyphenation tree for a given language and country, with fallback from (lang,country) to (lang).
getIcon() - Method in class org.teichert.databaseexplorer.messages.web.pojos.Marketplace
 
getIcon() - Method in class org.teichert.databaseexplorer.messages.web.pojos.PluginInfo
 
getIcon() - Method in class org.teichert.databaseexplorer.sqlitems.SQLDatabase
 
getIcon() - Method in class org.teichert.databaseexplorer.sqlitems.SQLForeignInfo
 
getIcon() - Method in class org.teichert.databaseexplorer.sqlitems.SQLIndex
 
getIcon() - Method in class org.teichert.databaseexplorer.sqlitems.SQLServer
 
getIcon() - Method in class org.teichert.databaseexplorer.sqlitems.SQLTable
 
getIcon() - Method in class org.teichert.databaseexplorer.sqlitems.SQLTableColumn
 
getIcon() - Method in class org.teichert.databaseexplorer.sqlitems.SQLTrigger
 
getIcon(Class<?>, String) - Static method in class org.teichert.databaseexplorer.utils.SourceHandler
 
getId() - Method in class com.jcraft.jsch.Channel
 
getId() - Method in class org.teichert.databaseexplorer.beans.SaveItem
 
getId() - Method in class org.teichert.databaseexplorer.beans.SSHConnection
 
getId() - Method in class org.teichert.databaseexplorer.beans.SSHPortForwarding
 
getId() - Method in class org.teichert.databaseexplorer.beans.ToolOption
 
getId() - Method in class org.teichert.databaseexplorer.messages.web.pojos.Credentials
 
getId() - Method in class org.teichert.databaseexplorer.sqlitems.SQLDatabase
 
getId() - Method in class org.teichert.databaseexplorer.sqlitems.SQLServer
 
getId() - Method in class org.teichert.databaseexplorer.sqlitems.SQLTrigger
 
getId() - Method in enum org.teichert.databaseexplorer.utils.MyLogger.Time
 
getIdentities() - Method in interface com.jcraft.jsch.IdentityRepository
 
getIdentities() - Method in class com.jcraft.jsch.IdentityRepository.Wrapper
 
getIdentityNames() - Method in class com.jcraft.jsch.JSch
Lists names of identities included in the identityRepository.
getIdentityRepository() - Method in class com.jcraft.jsch.JSch
 
getImmutableAnnotation() - Method in class com.rits.cloning.Cloner
 
getIndent() - Method in class com.github.vertical_blank.sqlformatter.core.Indentation
Returns current indentation string.
getIndexByName(String) - Method in class org.teichert.databaseexplorer.sqlitems.SQLTable
 
getIndexes() - Method in class org.teichert.databaseexplorer.sqlitems.SQLTable
 
getInitialSearch() - Method in class org.teichert.databaseexplorer.gui.TableWithTools
 
getINodes() - Method in class com.jcraft.jsch.SftpStatVFS
 
getInput() - Method in class org.teichert.databaseexplorer.gui.CustomListDialog
 
getInput() - Method in class org.teichert.databaseexplorer.gui.CustomTableDialog
 
getInput() - Method in class org.teichert.databaseexplorer.gui.ListWithTools
 
getInput() - Method in class org.teichert.databaseexplorer.gui.TableWithTools
 
getInput() - Method in class org.teichert.databaseexplorer.gui.TreeTableWithTools
 
getInputStream() - Method in class com.jcraft.jsch.Channel
 
getInputStream() - Method in interface com.jcraft.jsch.Proxy
 
getInputStream() - Method in class com.jcraft.jsch.ProxyHTTP
 
getInputStream() - Method in class com.jcraft.jsch.ProxySOCKS4
 
getInputStream() - Method in class com.jcraft.jsch.ProxySOCKS5
 
getInputStream(Socket) - Method in interface com.jcraft.jsch.SocketFactory
 
getInsertIntoString(String, SQLTable) - Method in class org.teichert.databaseexplorer.database.DatabaseModel
 
getInsertIntoString(String, SQLTable, SQLTableValue) - Method in class org.teichert.databaseexplorer.database.DatabaseModel
 
getInsertIntoString(String, SQLTableValue) - Method in class org.teichert.databaseexplorer.database.DatabaseModel
 
getInsertIntoString(SQLTable) - Method in class org.teichert.databaseexplorer.database.DatabaseModel
 
getInsertIntoString(SQLTableValue[], boolean) - Method in class org.teichert.databaseexplorer.database.DatabaseModel
 
getInstance() - Static method in class com.rits.cloning.ObjenesisInstantiationStrategy
 
getInstance() - Static method in class org.teichert.databaseexplorer.controllers.AutoCompleteController
 
getInstance() - Static method in class org.teichert.databaseexplorer.controllers.DatabaseController
 
getInstance() - Static method in class org.teichert.databaseexplorer.controllers.KeyMappingController
 
getInstance() - Static method in class org.teichert.databaseexplorer.controllers.LocalizeController
 
getInstance() - Static method in class org.teichert.databaseexplorer.controllers.PluginController
 
getInstance() - Static method in class org.teichert.databaseexplorer.controllers.PluginWebController
 
getInstance() - Static method in class org.teichert.databaseexplorer.controllers.SSHController
 
getInstance() - Static method in class org.teichert.databaseexplorer.controllers.ThreadController
 
getInstance() - Static method in class org.teichert.databaseexplorer.controllers.TransactionController
 
getInstance() - Static method in class org.teichert.databaseexplorer.databaseControllers.ForeignKeyController
 
getInstance() - Static method in class org.teichert.databaseexplorer.databaseControllers.JDBCDriverController
 
getInstance() - Static method in class org.teichert.databaseexplorer.databaseControllers.KeyMappingController
 
getInstance() - Static method in class org.teichert.databaseexplorer.databaseControllers.MarketplaceController
 
getInstance() - Static method in class org.teichert.databaseexplorer.databaseControllers.SaveItemController
 
getInstance() - Static method in class org.teichert.databaseexplorer.databaseControllers.SSHConnectionController
 
getInstance() - Static method in class org.teichert.databaseexplorer.utils.ExecutionHelper
 
getInstance() - Static method in class org.teichert.databaseexplorer.utils.MyLogger
 
getInstance(T) - Method in class com.rits.cloning.FastClonerCustomCollection
 
getInstance(T) - Method in class com.rits.cloning.FastClonerCustomMap
 
getInstantiatorOf(Class<T>) - Method in interface com.rits.cloning.IInstantiationStrategy
 
getInstantiatorOf(Class<T>) - Method in class com.rits.cloning.ObjenesisInstantiationStrategy
 
getInt() - Method in class com.jcraft.jsch.Buffer
 
getInternalSystemDatabaseName() - Method in class org.teichert.databaseexplorer.database.DatabaseModel
Returns the name for another (internal) system database for getting Trigger information.
For Example, for MySQL and MariaDB it would be the database "INFORMATION_SCHEMA".
If the the trigger-information-table is in the same database, we has to return null.

has to be overwritten in the child class if it deviates!
getInternalSystemDatabaseName() - Method in class org.teichert.databaseexplorer.models.MariaDBModel
 
getInternalSystemDatabaseName() - Method in class org.teichert.databaseexplorer.models.MySQLModel
 
getIntValue(Integer) - Method in class org.teichert.databaseexplorer.components.NumberTextField
 
getIp() - Method in class org.teichert.databaseexplorer.beans.SaveItem
 
getIp() - Method in class org.teichert.databaseexplorer.sqlitems.SQLDatabase
 
getIp() - Method in class org.teichert.databaseexplorer.sqlitems.SQLServer
 
getItems() - Method in class org.teichert.databaseexplorer.beans.ToolOption
 
getIVSize() - Method in interface com.jcraft.jsch.Cipher
 
getIVSize() - Method in class com.jcraft.jsch.CipherNone
 
getIVSize() - Method in class com.jcraft.jsch.jce.AES128CBC
 
getIVSize() - Method in class com.jcraft.jsch.jce.AES128CTR
 
getIVSize() - Method in class com.jcraft.jsch.jce.AES192CBC
 
getIVSize() - Method in class com.jcraft.jsch.jce.AES192CTR
 
getIVSize() - Method in class com.jcraft.jsch.jce.AES256CBC
 
getIVSize() - Method in class com.jcraft.jsch.jce.AES256CTR
 
getIVSize() - Method in class com.jcraft.jsch.jce.ARCFOUR
 
getIVSize() - Method in class com.jcraft.jsch.jce.ARCFOUR128
 
getIVSize() - Method in class com.jcraft.jsch.jce.ARCFOUR256
 
getIVSize() - Method in class com.jcraft.jsch.jce.BlowfishCBC
 
getIVSize() - Method in class com.jcraft.jsch.jce.TripleDESCBC
 
getIVSize() - Method in class com.jcraft.jsch.jce.TripleDESCTR
 
getK() - Method in interface com.jcraft.jsch.DH
 
getK() - Method in class com.jcraft.jsch.jce.DH
 
getKey() - Method in class com.jcraft.jsch.HostKey
 
getKey() - Method in class org.teichert.databaseexplorer.beans.KeyValue
 
getKey(byte[], byte[], int, int) - Method in class com.jcraft.jsch.jce.PBKDF
 
getKey(byte[], byte[], int, int) - Method in interface com.jcraft.jsch.PBKDF
 
getKeyAlgorithName() - Method in class com.jcraft.jsch.KeyExchange
 
getKeyCombination() - Method in class org.teichert.databaseexplorer.beans.KeyMappingEntry
 
getKeyCombination() - Method in class org.teichert.databaseexplorer.components.KeyDetectionTextField
 
getKeySize() - Method in class com.jcraft.jsch.KeyPairDSA
 
getKeySize() - Method in class com.jcraft.jsch.KeyPairECDSA
 
getKeySize() - Method in class com.jcraft.jsch.KeyPairPKCS8
 
getKeySize() - Method in class com.jcraft.jsch.KeyPairRSA
 
getKeyType() - Method in class com.jcraft.jsch.KeyExchange
 
getKeyType() - Method in class com.jcraft.jsch.KeyPair
 
getKeyType() - Method in class com.jcraft.jsch.KeyPairDSA
 
getKeyType() - Method in class com.jcraft.jsch.KeyPairECDSA
 
getKeyType() - Method in class com.jcraft.jsch.KeyPairPKCS8
 
getKeyType() - Method in class com.jcraft.jsch.KeyPairRSA
 
getKeywords() - Method in class org.teichert.databaseexplorer.beans.SyntaxHighlightingProfile
 
getKnownHostsRepositoryID() - Method in interface com.jcraft.jsch.HostKeyRepository
Returns id of this repository.
getKnownHostsRepositoryID() - Method in class com.jcraft.jsch.KnownHosts
 
getLabel() - Method in class org.teichert.databaseexplorer.sqlitems.SQLTableColumn
 
getLast(int) - Method in class org.teichert.databaseexplorer.controllers.TransactionController
 
getLength() - Method in class com.jcraft.jsch.Buffer
 
getLicense(List<License>) - Method in interface org.teichert.databaseexplorer.pluginInterfaces.ILicensePluginInterface
Returns a list of custom Licenses.
getLimitValueFromSQL(String) - Static method in class org.teichert.databaseexplorer.utils.StringHelper
Returns the amount-value from an "limit" within the sql.
For Example select limit 500 * from table,
then it will return "500".
if nothing found it will return null.
getList() - Method in class org.teichert.databaseexplorer.gui.CustomListDialog
 
getList() - Method in class org.teichert.databaseexplorer.gui.ListWithTools
Returns the internal created ListView.
getListeners() - Method in class org.teichert.databaseexplorer.beans.ToolOption
 
getListeners() - Method in class org.teichert.databaseexplorer.components.CachedFilteredTreeView
 
getListOfConnections() - Method in class org.teichert.databaseexplorer.controllers.SSHController
 
getListOfDatabases() - Method in class org.teichert.databaseexplorer.sqlitems.SQLServer
 
getListOfDriverSettings() - Static method in class org.teichert.databaseexplorer.utils.GeneralUtils
 
getListOfSuggestions() - Method in class org.teichert.databaseexplorer.beans.AutoCompleteRule
 
getLoadSQLTriggersSQL(SQLTable, String, String, String, String, String, String) - Method in class org.teichert.databaseexplorer.database.DatabaseModel
 
getLoadSQLTriggersSQL(SQLTable, String, String, String, String, String, String) - Method in class org.teichert.databaseexplorer.models.H2SQLModel
 
getLoadSQLTriggersSQL(SQLTable, String, String, String, String, String, String) - Method in class org.teichert.databaseexplorer.models.InformixSQLModel
 
getLoadSQLTriggersSQL(SQLTable, String, String, String, String, String, String) - Method in class org.teichert.databaseexplorer.models.MariaDBModel
 
getLoadSQLTriggersSQL(SQLTable, String, String, String, String, String, String) - Method in class org.teichert.databaseexplorer.models.MSSQLModel
 
getLoadSQLTriggersSQL(SQLTable, String, String, String, String, String, String) - Method in class org.teichert.databaseexplorer.models.MySQLModel
 
getLoadSQLTriggersSQL(SQLTable, String, String, String, String, String, String) - Method in class org.teichert.databaseexplorer.models.PostgreSQLModel
 
getLoadSQLTriggersSQL(SQLTable, String, String, String, String, String, String) - Method in class org.teichert.databaseexplorer.models.SQLiteModel
 
getLocalId() - Method in class org.teichert.databaseexplorer.beans.ToolOption
 
getLocalId() - Method in class org.teichert.databaseexplorer.components.MyButton
 
getLocalId() - Method in class org.teichert.databaseexplorer.components.MyCheckBox
 
getLocalId() - Method in class org.teichert.databaseexplorer.components.MyLabel
 
getLocalId() - Method in class org.teichert.databaseexplorer.components.MyRadioButton
 
getLocalId() - Method in class org.teichert.databaseexplorer.components.MySpinner
 
getLocalId() - Method in class org.teichert.databaseexplorer.components.MyText
 
getLocalId() - Method in class org.teichert.databaseexplorer.components.MyTextArea
 
getLocalId() - Method in class org.teichert.databaseexplorer.components.MyToggleButton
 
getLocalId() - Method in interface org.teichert.databaseexplorer.interfaces.ILocalizeable
 
getLocalIdTooltip() - Method in class org.teichert.databaseexplorer.components.MyButton
 
getLocalIdTooltip() - Method in class org.teichert.databaseexplorer.components.MyCheckBox
 
getLocalIdTooltip() - Method in class org.teichert.databaseexplorer.components.MyLabel
 
getLocalIdTooltip() - Method in class org.teichert.databaseexplorer.components.MyRadioButton
 
getLocalIdTooltip() - Method in class org.teichert.databaseexplorer.components.MySpinner
 
getLocalIdTooltip() - Method in class org.teichert.databaseexplorer.components.MyText
 
getLocalIdTooltip() - Method in class org.teichert.databaseexplorer.components.MyTextArea
 
getLocalIdTooltip() - Method in class org.teichert.databaseexplorer.components.MyToggleButton
 
getLocalIdTooltip() - Method in interface org.teichert.databaseexplorer.interfaces.ILocalizeable
 
getLocalIdToolTip() - Method in class org.teichert.databaseexplorer.beans.ToolOption
 
getLocalizeById(String, String) - Method in class org.teichert.databaseexplorer.controllers.LocalizeController
Translates the give localId or returns the defaulValue if no translation exists.
getLocalizeByIdReplace(String, String, Object...) - Method in class org.teichert.databaseexplorer.controllers.LocalizeController
Translates the give localId or returns the defaulValue if no translation exists and replaces all placeholder marks with the given objects in the order of the array's-index.
getLocalPort() - Method in class org.teichert.databaseexplorer.beans.SSHPortForwarding
 
getLong() - Method in class com.jcraft.jsch.Buffer
 
getLongname() - Method in class com.jcraft.jsch.ChannelSftp.LsEntry
 
getlongValue(Long) - Method in class org.teichert.databaseexplorer.components.NumberTextField
 
getManifestFile(File) - Static method in class org.teichert.databaseexplorer.utils.FileHelper
Returns the Manifest-data from the given jarfile.
getMap() - Method in class org.teichert.databaseexplorer.beans.KeyValue
 
getMapOfConnectionPool() - Method in class org.teichert.databaseexplorer.controllers.DatabaseController
 
getMapOfCustomData() - Method in class org.teichert.databaseexplorer.beans.SaveItem
 
getMapOfCustomData() - Method in class org.teichert.databaseexplorer.sqlitems.SQLDatabase
 
getMapOfCustomData() - Method in class org.teichert.databaseexplorer.sqlitems.SQLServer
 
getMapOfDatabasePool() - Method in class org.teichert.databaseexplorer.controllers.DatabaseController
 
getMapOfDiffParameters() - Method in class org.teichert.databaseexplorer.sqlitems.SQLServer
 
getMapOfException() - Method in class org.teichert.databaseexplorer.beans.SaveItem
 
getMapOfExecutionCount() - Method in class org.teichert.databaseexplorer.utils.ExecutionHelper
 
getMapOfExecutionExceptions() - Method in class org.teichert.databaseexplorer.utils.ExecutionHelper
 
getMapOfExecutors() - Method in class org.teichert.databaseexplorer.controllers.ThreadController
 
getMapOfPortForwardings() - Method in class org.teichert.databaseexplorer.controllers.SSHController
 
getMapOfRunningStatements() - Method in class org.teichert.databaseexplorer.controllers.DatabaseController
 
getMapOfSessions() - Method in class org.teichert.databaseexplorer.controllers.SSHController
 
getMapping() - Method in class org.teichert.databaseexplorer.controllers.KeyMappingController
 
getMappingCode() - Method in class org.teichert.databaseexplorer.beans.KeyMappingEntry
 
getMarker() - Method in class com.jcraft.jsch.HostKey
 
getMarketplace(String) - Method in class org.teichert.databaseexplorer.controllers.PluginWebController
 
getMarketplace(WebDetails) - Method in class org.teichert.databaseexplorer.messages.web.impl.PluginWebProvider
 
getMarketplaceURI() - Method in class org.teichert.databaseexplorer.messages.web.pojos.Marketplace
 
getMaximumFilenameLength() - Method in class com.jcraft.jsch.SftpStatVFS
 
getMaxLength() - Method in class org.teichert.databaseexplorer.components.LimitedTextField
 
getMaxPosition(String) - Method in class org.teichert.databaseexplorer.databaseControllers.SaveItemController
 
getMaxPositionOnlyDatabases() - Method in class org.teichert.databaseexplorer.databaseControllers.SaveItemController
 
getMaxPositionOnlyServer() - Method in class org.teichert.databaseexplorer.databaseControllers.SaveItemController
 
getMIC(byte[], int, int) - Method in interface com.jcraft.jsch.GSSContext
 
getMIC(byte[], int, int) - Method in class com.jcraft.jsch.jgss.GSSContextKrb5
 
getMode() - Method in class org.teichert.databaseexplorer.gui.MyAlert
 
getMode() - Method in interface org.teichert.databaseexplorer.pluginInterfaces.IDatabaseControllerExtensionPluginInterface
Returns the "MODE"-indenticator for the SQLTextEditor.
Default-Mode is "SQL" and is set when creating a SQLTextEditor.
If this method returns another value, the default behaviour for executing SQL doesn't work anymore and has to be replaced.
getModel() - Method in class org.teichert.databaseexplorer.beans.SaveItem
 
getModel() - Method in class org.teichert.databaseexplorer.sqlitems.SQLDatabase
 
getModel() - Method in class org.teichert.databaseexplorer.sqlitems.SQLServer
 
getModelByName(String) - Static method in class org.teichert.databaseexplorer.utils.GeneralUtils
 
getModelClass() - Method in class org.teichert.databaseexplorer.beans.DriverSetting
 
getModifyTableColumnString(SQLTableColumn) - Method in class org.teichert.databaseexplorer.database.DatabaseModel
 
getModifyTableColumnString(SQLTableColumn) - Method in class org.teichert.databaseexplorer.models.H2SQLModel
 
getModifyTableColumnString(SQLTableColumn) - Method in class org.teichert.databaseexplorer.models.InformixSQLModel
 
getModifyTableColumnString(SQLTableColumn) - Method in class org.teichert.databaseexplorer.models.MariaDBModel
 
getModifyTableColumnString(SQLTableColumn) - Method in class org.teichert.databaseexplorer.models.MSSQLModel
 
getModifyTableColumnString(SQLTableColumn) - Method in class org.teichert.databaseexplorer.models.MySQLModel
 
getModifyTableColumnString(SQLTableColumn) - Method in class org.teichert.databaseexplorer.models.PostgreSQLModel
 
getModifyTableColumnString(SQLTableColumn) - Method in class org.teichert.databaseexplorer.models.SQLiteModel
 
getMountFlag() - Method in class com.jcraft.jsch.SftpStatVFS
 
getMPInt() - Method in class com.jcraft.jsch.Buffer
 
getMPIntBits() - Method in class com.jcraft.jsch.Buffer
 
getMTime() - Method in class com.jcraft.jsch.SftpATTRS
 
getMtimeString() - Method in class com.jcraft.jsch.SftpATTRS
 
getN() - Method in class com.jcraft.jsch.jce.KeyPairGenRSA
 
getN() - Method in interface com.jcraft.jsch.KeyPairGenRSA
 
getName() - Method in interface com.jcraft.jsch.Identity
Returns the name of this identity.
getName() - Method in interface com.jcraft.jsch.IdentityRepository
 
getName() - Method in class com.jcraft.jsch.IdentityRepository.Wrapper
 
getName() - Method in class com.jcraft.jsch.jcraft.HMACMD5
 
getName() - Method in class com.jcraft.jsch.jcraft.HMACMD596
 
getName() - Method in class com.jcraft.jsch.jcraft.HMACSHA1
 
getName() - Method in class com.jcraft.jsch.jcraft.HMACSHA196
 
getName() - Method in interface com.jcraft.jsch.MAC
 
getName() - Method in class org.teichert.databaseexplorer.beans.DriverSetting
 
getName() - Method in class org.teichert.databaseexplorer.beans.ToolOption
 
getName() - Method in class org.teichert.databaseexplorer.database.DatabaseModel
 
getName() - Method in interface org.teichert.databaseexplorer.interfaces.ISQLItem
 
getName() - Method in class org.teichert.databaseexplorer.messages.web.pojos.Marketplace
 
getName() - Method in class org.teichert.databaseexplorer.messages.web.pojos.PluginInfo
 
getName() - Method in class org.teichert.databaseexplorer.sqlitems.SQLDatabase
 
getName() - Method in enum org.teichert.databaseexplorer.sqlitems.SQLDataType
 
getName() - Method in class org.teichert.databaseexplorer.sqlitems.SQLForeignInfo
 
getName() - Method in class org.teichert.databaseexplorer.sqlitems.SQLIndex
 
getName() - Method in class org.teichert.databaseexplorer.sqlitems.SQLProcedure
 
getName() - Method in class org.teichert.databaseexplorer.sqlitems.SQLRow
 
getName() - Method in class org.teichert.databaseexplorer.sqlitems.SQLServer
 
getName() - Method in class org.teichert.databaseexplorer.sqlitems.SQLTable
 
getName() - Method in class org.teichert.databaseexplorer.sqlitems.SQLTableColumn
 
getName() - Method in class org.teichert.databaseexplorer.sqlitems.SQLTrigger
 
getNamedGroups(Pattern) - Static method in class org.teichert.databaseexplorer.utils.RegexHelper
 
getNonUnique() - Method in class org.teichert.databaseexplorer.sqlitems.SQLIndex
 
getNumberOfDecimalPlaces(double) - Static method in class org.teichert.databaseexplorer.utils.Maths
 
getOffSet() - Method in class com.jcraft.jsch.Buffer
 
getOnlyFilename(File) - Static method in class org.teichert.databaseexplorer.utils.FileHelper
Return only the filename without suffix.
getOperators() - Method in class org.teichert.databaseexplorer.beans.SyntaxHighlightingProfile
 
getOptionMap() - Method in class org.teichert.databaseexplorer.gui_editors.SQLTextEditor
 
getOptionMap() - Method in class org.teichert.databaseexplorer.gui.ListWithTools
Returns a Map storing all ToolOptions.
getOptionMap() - Method in class org.teichert.databaseexplorer.gui.TableWithTools
Returns a Map storing all ToolOptions.
getOptionMap() - Method in class org.teichert.databaseexplorer.gui.TreeTableWithTools
Returns a Map storing all ToolOptions.
getOrDefault(String, String) - Static method in class org.teichert.databaseexplorer.utils.StringHelper
Returns the value if this is not empty or null, otherwise it return the defaultValue.
This method is only an alternative for chaining string-values together.
getOutputStream() - Method in class com.jcraft.jsch.Channel
 
getOutputStream() - Method in interface com.jcraft.jsch.Proxy
 
getOutputStream() - Method in class com.jcraft.jsch.ProxyHTTP
 
getOutputStream() - Method in class com.jcraft.jsch.ProxySOCKS4
 
getOutputStream() - Method in class com.jcraft.jsch.ProxySOCKS5
 
getOutputStream(Socket) - Method in interface com.jcraft.jsch.SocketFactory
 
getP() - Method in class com.jcraft.jsch.jce.KeyPairGenDSA
 
getP() - Method in class com.jcraft.jsch.jce.KeyPairGenRSA
 
getP() - Method in interface com.jcraft.jsch.KeyPairGenDSA
 
getP() - Method in interface com.jcraft.jsch.KeyPairGenRSA
 
getParameter() - Method in class org.teichert.databaseexplorer.sqlitems.SQLDatabase
 
getParameters() - Method in class org.teichert.databaseexplorer.sqlitems.SQLServer
 
getParent() - Method in class org.teichert.databaseexplorer.beans.SSHPortForwarding
 
getParent() - Method in class org.teichert.databaseexplorer.gui.CustomDialog
 
getParent() - Method in interface org.teichert.databaseexplorer.interfaces.ISQLItem
 
getParent() - Method in class org.teichert.databaseexplorer.sqlitems.SQLDatabase
 
getParent() - Method in class org.teichert.databaseexplorer.sqlitems.SQLForeignInfo
 
getParent() - Method in class org.teichert.databaseexplorer.sqlitems.SQLIndex
 
getParent() - Method in class org.teichert.databaseexplorer.sqlitems.SQLRow
 
getParent() - Method in class org.teichert.databaseexplorer.sqlitems.SQLServer
 
getParent() - Method in class org.teichert.databaseexplorer.sqlitems.SQLTable
 
getParent() - Method in class org.teichert.databaseexplorer.sqlitems.SQLTableColumn
 
getParent() - Method in class org.teichert.databaseexplorer.sqlitems.SQLTableValue
 
getParent() - Method in class org.teichert.databaseexplorer.sqlitems.SQLTrigger
 
getParent() - Method in class org.teichert.databaseexplorer.utils.DownloadHelper
 
getParentThread() - Method in class org.teichert.databaseexplorer.beans.MyThread
 
getPassphrase() - Method in interface com.jcraft.jsch.UserInfo
 
getPassword() - Method in interface com.jcraft.jsch.UserInfo
 
getPassword() - Method in class org.teichert.databaseexplorer.beans.SSHConnection
 
getPassword() - Method in class org.teichert.databaseexplorer.messages.web.pojos.Credentials
 
getPassword() - Method in class org.teichert.databaseexplorer.messages.web.WebDetails
 
getPath() - Method in class org.teichert.databaseexplorer.beans.DriverSetting
 
getPattern() - Method in class org.teichert.databaseexplorer.beans.SyntaxHighlightingProfile
 
getPatternsMap() - Method in class org.teichert.databaseexplorer.beans.SyntaxHighlightingProfile
 
getPermissions() - Method in class com.jcraft.jsch.SftpATTRS
 
getPermissionsString() - Method in class com.jcraft.jsch.SftpATTRS
 
getPlugin() - Method in class org.teichert.databaseexplorer.beans.CustomPlugin
 
getPlugin(String, String) - Method in class org.teichert.databaseexplorer.controllers.PluginWebController
 
getPlugin(WebDetails, String) - Method in class org.teichert.databaseexplorer.messages.web.impl.PluginWebProvider
Required fields in the webDetails are:
getResourceServerUri()
getPluginName() - Method in interface org.teichert.databaseexplorer.pluginInterfaces.IPlugin
 
getPlugins() - Method in class org.teichert.databaseexplorer.controllers.DatabaseController
 
getPluginVersion() - Method in interface org.teichert.databaseexplorer.pluginInterfaces.IPlugin
 
getPort() - Method in interface com.jcraft.jsch.ConfigRepository.Config
 
getPort() - Method in class com.jcraft.jsch.Session
 
getPort() - Method in class org.teichert.databaseexplorer.beans.SaveItem
 
getPort() - Method in class org.teichert.databaseexplorer.sqlitems.SQLDatabase
 
getPort() - Method in class org.teichert.databaseexplorer.sqlitems.SQLServer
 
getPortForwardingL() - Method in class com.jcraft.jsch.Session
Lists the registered local port forwarding.
getPortForwardingR() - Method in class com.jcraft.jsch.Session
Lists the registered remote port forwarding.
getPosition() - Method in class org.teichert.databaseexplorer.beans.SaveItem
 
getPosition() - Method in class org.teichert.databaseexplorer.sqlitems.SQLDatabase
 
getPosition() - Method in class org.teichert.databaseexplorer.sqlitems.SQLServer
 
getPrecision() - Method in class org.teichert.databaseexplorer.sqlitems.SQLTableColumn
 
getPressed() - Method in class org.teichert.databaseexplorer.gui.CustomDialog
Mostly you should check this against "CustomDialog.OK".
getPrimarys() - Method in class org.teichert.databaseexplorer.sqlitems.SQLTable
 
getPrimarysAsArray() - Method in class org.teichert.databaseexplorer.sqlitems.SQLTable
 
getPriority() - Method in class org.teichert.databaseexplorer.beans.AutoCompleteRule
 
getProperty(String) - Method in class org.teichert.databaseexplorer.beans.MyProperties
 
getProperty(String, String) - Method in class org.teichert.databaseexplorer.beans.MyProperties
 
getProtectedResource(WebDetails, AbstractWebProvider.MethodTypes, Object) - Method in class org.teichert.databaseexplorer.messages.web.AbstractWebProvider
Autorize to the given endpoint with the accessToken in the details and executes the method from the endpoint
and add the given data as json in the request.
Required fields in the webDetails are:
getResourceServerUri() getAccessToken()
getProtectedResource(WebDetails, AbstractWebProvider.MethodTypes, WebConstants.ENTITY_TYPES, Map<String, String>) - Method in class org.teichert.databaseexplorer.messages.web.AbstractWebProvider
Autorize to the given endpoint with the accessToken in the details and executes the method from the endpoint
and add the given data as json in the request.
Required fields in the webDetails are:
getResourceServerUri() getAccessToken()
getPublicKeyBlob() - Method in interface com.jcraft.jsch.Identity
Returns the public-key blob.
getPublicKeyBlob() - Method in class com.jcraft.jsch.KeyPair
Returns the blob of the public key.
getPublicKeyBlob() - Method in class com.jcraft.jsch.KeyPairDSA
 
getPublicKeyBlob() - Method in class com.jcraft.jsch.KeyPairECDSA
 
getPublicKeyBlob() - Method in class com.jcraft.jsch.KeyPairPKCS8
 
getPublicKeyBlob() - Method in class com.jcraft.jsch.KeyPairRSA
 
getPublicKeyComment() - Method in class com.jcraft.jsch.KeyPair
 
getQ() - Method in interface com.jcraft.jsch.ECDH
 
getQ() - Method in class com.jcraft.jsch.jce.ECDHN
 
getQ() - Method in class com.jcraft.jsch.jce.KeyPairGenDSA
 
getQ() - Method in class com.jcraft.jsch.jce.KeyPairGenRSA
 
getQ() - Method in interface com.jcraft.jsch.KeyPairGenDSA
 
getQ() - Method in interface com.jcraft.jsch.KeyPairGenRSA
 
getR() - Method in class com.jcraft.jsch.jce.KeyPairGenECDSA
 
getR() - Method in interface com.jcraft.jsch.KeyPairGenECDSA
 
getRandomNumberInRange(int, int) - Static method in class org.teichert.databaseexplorer.utils.Maths
 
getRefreshButton() - Method in class org.teichert.databaseexplorer.gui.FilteredTreeView
 
getRefreshToken() - Method in class org.teichert.databaseexplorer.messages.web.WebDetails
 
getRegex() - Method in class org.teichert.databaseexplorer.beans.AutoCompleteRule
 
getRegexForAliasFinding() - Static method in class org.teichert.databaseexplorer.utils.StringHelper
 
getRemoteHost() - Method in class org.teichert.databaseexplorer.beans.SSHPortForwarding
 
getRemotePort() - Method in class com.jcraft.jsch.ChannelForwardedTCPIP
 
getRemotePort() - Method in class org.teichert.databaseexplorer.beans.SSHPortForwarding
 
getRenameTableColumnString(SQLTableColumn, SQLTableColumn) - Method in class org.teichert.databaseexplorer.database.DatabaseModel
 
getRenameTableColumnString(SQLTableColumn, SQLTableColumn) - Method in class org.teichert.databaseexplorer.models.H2SQLModel
 
getRenameTableColumnString(SQLTableColumn, SQLTableColumn) - Method in class org.teichert.databaseexplorer.models.InformixSQLModel
 
getRenameTableColumnString(SQLTableColumn, SQLTableColumn) - Method in class org.teichert.databaseexplorer.models.MariaDBModel
 
getRenameTableColumnString(SQLTableColumn, SQLTableColumn) - Method in class org.teichert.databaseexplorer.models.MSSQLModel
 
getRenameTableColumnString(SQLTableColumn, SQLTableColumn) - Method in class org.teichert.databaseexplorer.models.MySQLModel
 
getRenameTableColumnString(SQLTableColumn, SQLTableColumn) - Method in class org.teichert.databaseexplorer.models.PostgreSQLModel
 
getRenameTableColumnString(SQLTableColumn, SQLTableColumn) - Method in class org.teichert.databaseexplorer.models.SQLiteModel
 
getRenameTableString(SQLTable, SQLTable) - Method in class org.teichert.databaseexplorer.database.DatabaseModel
 
getRenameTableString(SQLTable, SQLTable) - Method in class org.teichert.databaseexplorer.models.H2SQLModel
 
getRenameTableString(SQLTable, SQLTable) - Method in class org.teichert.databaseexplorer.models.InformixSQLModel
 
getRenameTableString(SQLTable, SQLTable) - Method in class org.teichert.databaseexplorer.models.MariaDBModel
 
getRenameTableString(SQLTable, SQLTable) - Method in class org.teichert.databaseexplorer.models.MSSQLModel
 
getRenameTableString(SQLTable, SQLTable) - Method in class org.teichert.databaseexplorer.models.MySQLModel
 
getRenameTableString(SQLTable, SQLTable) - Method in class org.teichert.databaseexplorer.models.PostgreSQLModel
 
getRenameTableString(SQLTable, SQLTable) - Method in class org.teichert.databaseexplorer.models.SQLiteModel
 
getResourceServerUri() - Method in class org.teichert.databaseexplorer.messages.web.WebDetails
 
getReversedMap(Map<K, V>) - Static method in class org.teichert.databaseexplorer.utils.MapUtils
Method to reverse the content of a Map.
If there are duplications the last occurance will win.
(So be sure, there are no duplications, or do not use it if not wanted!)
getRoot() - Method in class org.teichert.databaseexplorer.sqlitems.SQLDatabase
 
getRoot() - Method in class org.teichert.databaseexplorer.sqlitems.SQLServer
 
getRows() - Method in class org.teichert.databaseexplorer.sqlitems.SQLTable
 
getRuntimeMap() - Method in class org.teichert.databaseexplorer.beans.SyntaxHighlightingProfile
 
getS() - Method in class com.jcraft.jsch.jce.KeyPairGenECDSA
 
getS() - Method in interface com.jcraft.jsch.KeyPairGenECDSA
 
getSchema() - Method in class org.teichert.databaseexplorer.sqlitems.SQLProcedure
 
getSchema() - Method in class org.teichert.databaseexplorer.sqlitems.SQLTable
 
getScope() - Method in class org.teichert.databaseexplorer.messages.web.WebDetails
 
getSearched() - Method in class org.teichert.databaseexplorer.gui.TableWithTools
 
getSecret(byte[], byte[]) - Method in interface com.jcraft.jsch.ECDH
 
getSecret(byte[], byte[]) - Method in class com.jcraft.jsch.jce.ECDHN
 
getSelectedItem() - Method in class org.teichert.databaseexplorer.gui.CustomDialog
 
getSelectedItems() - Method in class org.teichert.databaseexplorer.gui.CustomDialog
 
getSelectTableSQL(SQLTable, int) - Method in class org.teichert.databaseexplorer.database.DatabaseModel
 
getSelectTableSQL(SQLTable, int) - Method in class org.teichert.databaseexplorer.models.H2SQLModel
 
getSelectTableSQL(SQLTable, int) - Method in class org.teichert.databaseexplorer.models.InformixSQLModel
 
getSelectTableSQL(SQLTable, int) - Method in class org.teichert.databaseexplorer.models.MariaDBModel
 
getSelectTableSQL(SQLTable, int) - Method in class org.teichert.databaseexplorer.models.MSSQLModel
 
getSelectTableSQL(SQLTable, int) - Method in class org.teichert.databaseexplorer.models.MySQLModel
 
getSelectTableSQL(SQLTable, int) - Method in class org.teichert.databaseexplorer.models.PostgreSQLModel
 
getSelectTableSQL(SQLTable, int) - Method in class org.teichert.databaseexplorer.models.SQLiteModel
 
getSelectUserQuery() - Method in class org.teichert.databaseexplorer.database.DatabaseModel
 
getSelectUserQuery() - Method in class org.teichert.databaseexplorer.models.H2SQLModel
 
getSelectUserQuery() - Method in class org.teichert.databaseexplorer.models.InformixSQLModel
 
getSelectUserQuery() - Method in class org.teichert.databaseexplorer.models.MariaDBModel
 
getSelectUserQuery() - Method in class org.teichert.databaseexplorer.models.MSSQLModel
 
getSelectUserQuery() - Method in class org.teichert.databaseexplorer.models.MySQLModel
 
getSelectUserQuery() - Method in class org.teichert.databaseexplorer.models.PostgreSQLModel
 
getSelectUserQuery() - Method in class org.teichert.databaseexplorer.models.SQLiteModel
 
getSequenceNumber() - Method in class org.teichert.databaseexplorer.sqlitems.SQLIndex
 
getServerAliveCountMax() - Method in class com.jcraft.jsch.Session
Returns setting for the threshold to send keep-alive messages.
getServerAliveInterval() - Method in class com.jcraft.jsch.Session
Returns setting for the interval to send a keep-alive message.
getServerDatabases(SQLServer) - Method in class org.teichert.databaseexplorer.controllers.DatabaseController
Returns a list of all databases within the given server.
getServers() - Method in class org.teichert.databaseexplorer.components.representation.UnvisibleRoot
 
getServerSelectionModel() - Method in class org.teichert.databaseexplorer.components.CachedFilteredTreeView
 
getServerVersion() - Method in class com.jcraft.jsch.ChannelSftp
 
getServerVersion() - Method in class com.jcraft.jsch.Session
 
getSession() - Method in class com.jcraft.jsch.Channel
 
getSession(String) - Method in class com.jcraft.jsch.JSch
Instantiates the Session object with host.
getSession(String, String) - Method in class com.jcraft.jsch.JSch
Instantiates the Session object with username and host.
getSession(String, String, int) - Method in class com.jcraft.jsch.JSch
Instantiates the Session object with given username, host and port.
getSettingArea() - Method in interface org.teichert.databaseexplorer.interfaces.ISetting
 
getSettingsList() - Method in interface org.teichert.databaseexplorer.pluginInterfaces.IConfigablePluginInterface
Returns a List of TreeItems which has to contain a hierarchie of Classes based on the ASetting-class.
getSignature(byte[]) - Method in interface com.jcraft.jsch.Identity
Signs on data with this identity, and returns the result.
getSignature(byte[]) - Method in class com.jcraft.jsch.KeyPair
 
getSignature(byte[]) - Method in class com.jcraft.jsch.KeyPairDSA
 
getSignature(byte[]) - Method in class com.jcraft.jsch.KeyPairECDSA
 
getSignature(byte[]) - Method in class com.jcraft.jsch.KeyPairPKCS8
 
getSignature(byte[]) - Method in class com.jcraft.jsch.KeyPairRSA
 
getSize() - Method in class com.jcraft.jsch.SftpATTRS
 
getSize() - Method in class com.jcraft.jsch.SftpStatVFS
 
getSize() - Method in class org.teichert.databaseexplorer.sqlitems.SQLTableColumn
 
getSocket() - Method in interface com.jcraft.jsch.Proxy
 
getSocket() - Method in class com.jcraft.jsch.ProxyHTTP
 
getSocket() - Method in class com.jcraft.jsch.ProxySOCKS4
 
getSocket() - Method in class com.jcraft.jsch.ProxySOCKS5
 
getSource() - Method in class org.teichert.databaseexplorer.beans.ToolOption
 
getSpecificTreeItem(TreeItem<?>, T) - Static method in class org.teichert.databaseexplorer.utils.GuiHelper
 
getSplittedChars(String) - Method in class org.teichert.databaseexplorer.hyphen.TextHyphenator
 
getSshConnId() - Method in class org.teichert.databaseexplorer.beans.SaveItem
 
getSshConnId() - Method in class org.teichert.databaseexplorer.sqlitems.SQLDatabase
 
getSshConnId() - Method in class org.teichert.databaseexplorer.sqlitems.SQLServer
 
getSshForwardingId() - Method in class org.teichert.databaseexplorer.beans.SaveItem
 
getSshForwardingId() - Method in class org.teichert.databaseexplorer.sqlitems.SQLDatabase
 
getSshForwardingId() - Method in class org.teichert.databaseexplorer.sqlitems.SQLServer
 
getStartsWith(String, String...) - Static method in class org.teichert.databaseexplorer.utils.StringHelper
Gets the found startsWith from the array, to check if the str startWith one of these words.
If nothing found it returns null.
getState() - Method in class com.jcraft.jsch.DHECN
 
getState() - Method in class com.jcraft.jsch.DHG1
 
getState() - Method in class com.jcraft.jsch.DHG14
 
getState() - Method in class com.jcraft.jsch.DHGEX
 
getState() - Method in class com.jcraft.jsch.KeyExchange
 
getStatementsFromSQL(String) - Static method in class org.teichert.databaseexplorer.utils.StringHelper
Returns all statements, from the given SQL, in a List.
getStatus() - Method in interface com.jcraft.jsch.IdentityRepository
 
getStatus() - Method in class com.jcraft.jsch.IdentityRepository.Wrapper
 
getStream(Class<?>, String) - Static method in class org.teichert.databaseexplorer.utils.SourceHandler
 
getStream(String) - Static method in class org.teichert.databaseexplorer.utils.SourceHandler
 
getStreamForwarder(String, int) - Method in class com.jcraft.jsch.Session
Instantiates an instance of stream-forwarder to host:port.
getString() - Method in class com.jcraft.jsch.Buffer
 
getSuggestionRule(String, List<AutoCompleteRule<AutoCompletionTableData>>) - Method in class org.teichert.databaseexplorer.controllers.AutoCompleteController
 
getSuggestionRule(String, AutoCompleteRule<AutoCompletionTableData>...) - Method in class org.teichert.databaseexplorer.controllers.AutoCompleteController
 
getSyntaxHighlightingProfile() - Method in class org.teichert.databaseexplorer.gui_editors.GenericTextEditor
 
getT() - Method in class org.teichert.databaseexplorer.beans.Selection
 
getTable() - Method in class org.teichert.databaseexplorer.beans.AutoCompletionTableData
 
getTable() - Method in class org.teichert.databaseexplorer.components.representation.AutoCompletionTableData
 
getTable() - Method in class org.teichert.databaseexplorer.gui.TableWithTools
Returns the internal created MyTableView.
getTableByName(String) - Method in class org.teichert.databaseexplorer.sqlitems.SQLDatabase
 
getTableCreationString(SQLTable, boolean) - Method in class org.teichert.databaseexplorer.database.DatabaseModel
 
getTableCreationString(SQLTable, boolean) - Method in class org.teichert.databaseexplorer.models.PostgreSQLModel
 
getTableCreationString(SQLTable, boolean) - Method in class org.teichert.databaseexplorer.models.SQLiteModel
 
getText() - Method in class org.teichert.databaseexplorer.beans.ThreadNotification
 
getText() - Method in class org.teichert.databaseexplorer.components.MyFileLocationTextField
 
getText() - Method in class org.teichert.databaseexplorer.components.MyFolderLocationTextField
 
getText() - Method in enum org.teichert.databaseexplorer.enums.SearchMode
 
getText() - Method in interface org.teichert.databaseexplorer.utils.MyLogger.ILogType
 
getText() - Method in enum org.teichert.databaseexplorer.utils.MyLogger.LogType
 
getTextfield() - Method in class org.teichert.databaseexplorer.components.MyFileLocationTextField
 
getTextfield() - Method in class org.teichert.databaseexplorer.components.MyFolderLocationTextField
 
getThread() - Method in class org.teichert.databaseexplorer.beans.ThreadIdentificationItem
 
getThreadList() - Method in class org.teichert.databaseexplorer.controllers.ThreadController
 
getTimeByID(Long) - Static method in enum org.teichert.databaseexplorer.utils.MyLogger.Time
 
getTimeout() - Method in class com.jcraft.jsch.Session
 
getTooltip() - Method in class org.teichert.databaseexplorer.beans.ToolOption
 
getTransactionStartEndString(boolean) - Method in class org.teichert.databaseexplorer.database.DatabaseModel
 
getTransactionStartEndString(boolean) - Method in class org.teichert.databaseexplorer.models.H2SQLModel
 
getTransactionStartEndString(boolean) - Method in class org.teichert.databaseexplorer.models.InformixSQLModel
 
getTransactionStartEndString(boolean) - Method in class org.teichert.databaseexplorer.models.MariaDBModel
 
getTransactionStartEndString(boolean) - Method in class org.teichert.databaseexplorer.models.MSSQLModel
 
getTransactionStartEndString(boolean) - Method in class org.teichert.databaseexplorer.models.MySQLModel
 
getTransactionStartEndString(boolean) - Method in class org.teichert.databaseexplorer.models.PostgreSQLModel
 
getTransactionStartEndString(boolean) - Method in class org.teichert.databaseexplorer.models.SQLiteModel
 
getTree() - Method in class org.teichert.databaseexplorer.gui.FilteredTreeView
 
getTreeMenu() - Method in class org.teichert.databaseexplorer.gui.FilteredTreeView
 
getTreeTable() - Method in class org.teichert.databaseexplorer.gui.TreeTableWithTools
Returns the internal created MyTreeTableView.
getTriggerEventTranslation(String) - Method in class org.teichert.databaseexplorer.database.DatabaseModel
 
getTriggerEventTranslation(String) - Method in class org.teichert.databaseexplorer.models.H2SQLModel
 
getTriggerEventTranslation(String) - Method in class org.teichert.databaseexplorer.models.InformixSQLModel
 
getTriggerEventTranslation(String) - Method in class org.teichert.databaseexplorer.models.MariaDBModel
 
getTriggerEventTranslation(String) - Method in class org.teichert.databaseexplorer.models.MSSQLModel
 
getTriggerEventTranslation(String) - Method in class org.teichert.databaseexplorer.models.MySQLModel
 
getTriggerEventTranslation(String) - Method in class org.teichert.databaseexplorer.models.PostgreSQLModel
 
getTriggerEventTranslation(String) - Method in class org.teichert.databaseexplorer.models.SQLiteModel
 
getTriggers() - Method in class org.teichert.databaseexplorer.sqlitems.SQLTable
 
getType() - Method in class com.jcraft.jsch.HostKey
 
getType() - Method in class org.teichert.databaseexplorer.beans.ThreadNotification
 
getType() - Method in class org.teichert.databaseexplorer.beans.ToolOption
 
getType() - Method in class org.teichert.databaseexplorer.beans.TreeMenuItem
 
getType() - Method in class org.teichert.databaseexplorer.sqlitems.SQLIndex
 
getType() - Method in class org.teichert.databaseexplorer.sqlitems.SQLTable
 
getType() - Method in class org.teichert.databaseexplorer.sqlitems.SQLTableColumn
 
getType() - Method in class org.teichert.databaseexplorer.sqlitems.SQLTrigger
 
getTypesAsStringArray(SQLDatabase) - Static method in class org.teichert.databaseexplorer.utils.TextUtils
 
getUId() - Method in class com.jcraft.jsch.SftpATTRS
 
getUInt() - Method in class com.jcraft.jsch.Buffer
 
getUri() - Method in class org.teichert.databaseexplorer.messages.web.pojos.PluginInfo
 
getUrl() - Method in class org.teichert.databaseexplorer.messages.web.pojos.Marketplace
 
getURL(Class<?>, String) - Static method in class org.teichert.databaseexplorer.utils.SourceHandler
 
getURL(String) - Static method in class org.teichert.databaseexplorer.utils.SourceHandler
 
getUsed() - Method in class com.jcraft.jsch.SftpStatVFS
 
getUser() - Method in interface com.jcraft.jsch.ConfigRepository.Config
 
getUser() - Method in class org.teichert.databaseexplorer.beans.SaveItem
 
getUser() - Method in class org.teichert.databaseexplorer.beans.SSHConnection
 
getUser() - Method in class org.teichert.databaseexplorer.sqlitems.SQLDatabase
 
getUser() - Method in class org.teichert.databaseexplorer.sqlitems.SQLServer
 
getUserInfo() - Method in class com.jcraft.jsch.Session
 
getUsername() - Method in class org.teichert.databaseexplorer.messages.web.pojos.Credentials
 
getUsername() - Method in class org.teichert.databaseexplorer.messages.web.WebDetails
 
getUserName() - Method in class com.jcraft.jsch.Session
 
getUserpwd() - Method in class org.teichert.databaseexplorer.beans.SaveItem
 
getUserpwd() - Method in class org.teichert.databaseexplorer.sqlitems.SQLDatabase
 
getUserpwd() - Method in class org.teichert.databaseexplorer.sqlitems.SQLServer
 
getValue() - Method in class org.apache.fop.hyphenation.TernaryTree.Iterator
 
getValue() - Method in class org.teichert.databaseexplorer.beans.AutoCompletionTableData
 
getValue() - Method in class org.teichert.databaseexplorer.beans.KeyValue
 
getValue() - Method in class org.teichert.databaseexplorer.beans.ThreadNotification
 
getValue() - Method in class org.teichert.databaseexplorer.components.representation.AutoCompletionTableData
 
getValue() - Method in class org.teichert.databaseexplorer.sqlitems.SQLTableValue
 
getValue(String) - Method in interface com.jcraft.jsch.ConfigRepository.Config
 
getValueByColumn(SQLTableColumn, SQLTableValue[]) - Method in class org.teichert.databaseexplorer.database.DatabaseModel
 
getValues() - Method in class org.teichert.databaseexplorer.sqlitems.SQLRow
 
getValues(String) - Method in interface com.jcraft.jsch.ConfigRepository.Config
 
getVerifier() - Method in class com.jcraft.jsch.KeyPair
 
getVerifier() - Method in class com.jcraft.jsch.KeyPairDSA
 
getVerifier() - Method in class com.jcraft.jsch.KeyPairECDSA
 
getVerifier() - Method in class com.jcraft.jsch.KeyPairPKCS8
 
getVerifier() - Method in class com.jcraft.jsch.KeyPairRSA
 
getVersion() - Method in class org.teichert.databaseexplorer.beans.DriverSetting
 
getVersion() - Method in class org.teichert.databaseexplorer.messages.web.pojos.PluginInfo
 
getWidth() - Method in class org.teichert.databaseexplorer.beans.ToolOption
 
getWord() - Method in class org.apache.fop.hyphenation.Hyphenation
 
getX() - Method in class com.jcraft.jsch.jce.KeyPairGenDSA
 
getX() - Method in interface com.jcraft.jsch.KeyPairGenDSA
 
getY() - Method in class com.jcraft.jsch.jce.KeyPairGenDSA
 
getY() - Method in interface com.jcraft.jsch.KeyPairGenDSA
 
GLOBALS - Static variable in class org.teichert.databaseexplorer.constants.ConfigurationGeneralConstants
 
GRANT_TYPE - Static variable in interface org.teichert.databaseexplorer.messages.web.WebConstants
 
group - Variable in class org.teichert.databaseexplorer.gui.FilteredTreeView
 
GSSContext - Interface in com.jcraft.jsch
 
GSSContextKrb5 - Class in com.jcraft.jsch.jgss
 
GSSContextKrb5() - Constructor for class com.jcraft.jsch.jgss.GSSContextKrb5
 
guess(byte[], byte[]) - Static method in class com.jcraft.jsch.KeyExchange
 
GUESS - Static variable in class com.jcraft.jsch.HostKey
 
GUI_CACHE_FOLDER_LOCATION - Static variable in class org.teichert.databaseexplorer.constants.GeneralConstants
 
GuiHelper - Class in org.teichert.databaseexplorer.utils
Helper-class for GUI-handling like sorting the treeview or creating/adding TreeItems or showing YesNoDialogs or other dialog-types and more.
guiThreadId - Static variable in class org.teichert.databaseexplorer.constants.GeneralConstants
 
gzipCompress(String) - Static method in class org.teichert.databaseexplorer.utils.ZipArchiveExtractor
 
gzipDecompress(String) - Static method in class org.teichert.databaseexplorer.utils.ZipArchiveExtractor
 

H

H - Variable in class com.jcraft.jsch.KeyExchange
 
H2SQLModel - Class in org.teichert.databaseexplorer.models
 
H2SQLModel() - Constructor for class org.teichert.databaseexplorer.models.H2SQLModel
 
handleJsonResponse(HttpResponse) - Method in class org.teichert.databaseexplorer.messages.web.AbstractWebProvider
Handles the content of the response as JSON and return a parsed Map.
handleResponse(HttpResponse) - Method in class org.teichert.databaseexplorer.messages.web.AbstractWebProvider
Handles the given response depends on the content-type.
supported types are: JSON
URL_Encoded XML
Otherwise there will throw an exception!
handleURLEncodedResponse(HttpResponse) - Method in class org.teichert.databaseexplorer.messages.web.AbstractWebProvider
Handles the content of the response as URL_Encoded and return a parsed Map.
handleXMLResponse(HttpResponse) - Method in class org.teichert.databaseexplorer.messages.web.AbstractWebProvider
Handles the content of the response as XML and return a parsed Map.
hardlink(String, String) - Method in class com.jcraft.jsch.ChannelSftp
 
hasChildren() - Method in class org.teichert.databaseexplorer.sqlitems.SQLDatabase
 
hasChildren() - Method in class org.teichert.databaseexplorer.sqlitems.SQLServer
 
hasChildren() - Method in class org.teichert.databaseexplorer.sqlitems.SQLTable
 
hasConnection(int, Map<Object, Object>) - Method in class org.teichert.databaseexplorer.controllers.DatabaseController
Checks if a cached Database-Connection exists for the given connectionPoolId.
hasConnection(int, Map<Object, Object>) - Method in interface org.teichert.databaseexplorer.pluginInterfaces.IDatabaseControllerExtensionPluginInterface
hasDatabases() - Method in class org.teichert.databaseexplorer.components.representation.UnvisibleRoot
 
hash - Variable in class com.jcraft.jsch.DHGEX
 
HASH - Interface in com.jcraft.jsch
 
hashCode() - Method in class org.teichert.databaseexplorer.sqlitems.SQLDatabase
 
HASHED - org.teichert.databaseexplorer.sqlitems.SQLIndex.Types
 
hasMoreElements() - Method in class org.apache.fop.hyphenation.TernaryTree.Iterator
 
hasServers() - Method in class org.teichert.databaseexplorer.components.representation.UnvisibleRoot
 
HEAD - org.teichert.databaseexplorer.messages.web.AbstractWebProvider.MethodTypes
 
heightDialog - Variable in class org.teichert.databaseexplorer.gui.CustomDialog
 
hi - Variable in class org.apache.fop.hyphenation.TernaryTree
Pointer to high branch.
hide() - Method in class org.teichert.databaseexplorer.components.DropDown
 
HIDE_EMPTY_TABLE - Static variable in class org.teichert.databaseexplorer.constants.ConfigurationDiagramConstants
 
HIERARCHYID - org.teichert.databaseexplorer.sqlitems.SQLDataType
 
HMACMD5 - Class in com.jcraft.jsch.jce
 
HMACMD5 - Class in com.jcraft.jsch.jcraft
 
HMACMD5() - Constructor for class com.jcraft.jsch.jce.HMACMD5
 
HMACMD5() - Constructor for class com.jcraft.jsch.jcraft.HMACMD5
 
HMACMD596 - Class in com.jcraft.jsch.jce
 
HMACMD596 - Class in com.jcraft.jsch.jcraft
 
HMACMD596() - Constructor for class com.jcraft.jsch.jce.HMACMD596
 
HMACMD596() - Constructor for class com.jcraft.jsch.jcraft.HMACMD596
 
HMACSHA1 - Class in com.jcraft.jsch.jce
 
HMACSHA1 - Class in com.jcraft.jsch.jcraft
 
HMACSHA1() - Constructor for class com.jcraft.jsch.jce.HMACSHA1
 
HMACSHA1() - Constructor for class com.jcraft.jsch.jcraft.HMACSHA1
 
HMACSHA196 - Class in com.jcraft.jsch.jce
 
HMACSHA196 - Class in com.jcraft.jsch.jcraft
 
HMACSHA196() - Constructor for class com.jcraft.jsch.jce.HMACSHA196
 
HMACSHA196() - Constructor for class com.jcraft.jsch.jcraft.HMACSHA196
 
HMACSHA256 - Class in com.jcraft.jsch.jce
 
HMACSHA256() - Constructor for class com.jcraft.jsch.jce.HMACSHA256
 
HMACSHA512 - Class in com.jcraft.jsch.jce
 
HMACSHA512() - Constructor for class com.jcraft.jsch.jce.HMACSHA512
 
host - Variable in class com.jcraft.jsch.HostKey
 
HostKey - Class in com.jcraft.jsch
 
HostKey(String, byte[]) - Constructor for class com.jcraft.jsch.HostKey
 
HostKey(String, int, byte[]) - Constructor for class com.jcraft.jsch.HostKey
 
HostKey(String, int, byte[], String) - Constructor for class com.jcraft.jsch.HostKey
 
HostKey(String, String, int, byte[], String) - Constructor for class com.jcraft.jsch.HostKey
 
HostKeyRepository - Interface in com.jcraft.jsch
 
HQLSQL_SWITCH - Static variable in class org.teichert.databaseexplorer.controllers.KeyMappingController
 
HTTP_BAD_REQUEST - Static variable in interface org.teichert.databaseexplorer.messages.web.WebConstants
 
HTTP_FORBIDDEN - Static variable in interface org.teichert.databaseexplorer.messages.web.WebConstants
 
HTTP_NOT_FOUND - Static variable in interface org.teichert.databaseexplorer.messages.web.WebConstants
 
HTTP_OK - Static variable in interface org.teichert.databaseexplorer.messages.web.WebConstants
 
HTTP_REDIRECTED - Static variable in interface org.teichert.databaseexplorer.messages.web.WebConstants
 
HTTP_UNAUTHORIZED - Static variable in interface org.teichert.databaseexplorer.messages.web.WebConstants
 
Hyphen - Class in org.apache.fop.hyphenation
Represents a hyphen.
hyphenate(char[], int, int, int, int) - Method in class org.apache.fop.hyphenation.HyphenationTree
Hyphenate word and return an array of hyphenation points.
hyphenate(String, int, int) - Method in class org.apache.fop.hyphenation.HyphenationTree
Hyphenate word and return a Hyphenation object.
hyphenate(String, String, String, int, int) - Static method in class org.apache.fop.hyphenation.Hyphenator
Hyphenates a word.
hyphenateText(CharSequence, String) - Method in class org.teichert.databaseexplorer.hyphen.AbstractHyphenator
 
hyphenateText(CharSequence, String) - Method in interface org.teichert.databaseexplorer.hyphen.Hyphenator
 
Hyphenation - Class in org.apache.fop.hyphenation
Represents a hyphenated word.
HyphenationException - Exception in org.apache.fop.hyphenation
An hyphenation exception.
HyphenationException(String) - Constructor for exception org.apache.fop.hyphenation.HyphenationException
Construct a hyphenation exception.
HyphenationTree - Class in org.apache.fop.hyphenation
This tree structure stores the hyphenation patterns in an efficient way for fast lookup.
HyphenationTreeCache - Class in org.apache.fop.hyphenation
This is a cache for HyphenationTree instances.
HyphenationTreeCache() - Constructor for class org.apache.fop.hyphenation.HyphenationTreeCache
 
Hyphenator - Class in org.apache.fop.hyphenation
This class is the main entry point to the hyphenation package.
Hyphenator - Interface in org.teichert.databaseexplorer.hyphen
 
HYPTYPE - Static variable in class org.apache.fop.hyphenation.Hyphenator
 

I

IAfterEditorInitPluginInterface - Interface in org.teichert.databaseexplorer.pluginInterfaces
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 - Interface in org.teichert.databaseexplorer.pluginInterfaces
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 - Interface in com.rits.cloning
 
ICloningStrategy.Strategy - Enum in com.rits.cloning
 
IConfigablePluginInterface - Interface in org.teichert.databaseexplorer.pluginInterfaces
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 - Interface in org.teichert.databaseexplorer.pluginInterfaces
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 - Interface in org.teichert.databaseexplorer.pluginInterfaces
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.
id - Variable in exception com.jcraft.jsch.SftpException
 
IDatabaseControllerExtensionPluginInterface - Interface in org.teichert.databaseexplorer.pluginInterfaces
This plugin-interface is being called multiple times inside the DatabaseController in any method of the same name.
IDeepCloner - Interface in com.rits.cloning
used by fast cloners to deep clone objects
Identity - Interface in com.jcraft.jsch
 
IDENTITY - org.teichert.databaseexplorer.sqlitems.SQLDataType
 
IdentityRepository - Interface in com.jcraft.jsch
 
IdentityRepository.Wrapper - Class in com.jcraft.jsch
JSch will accept ciphered keys, but some implementations of IdentityRepository can not.
IDoingAfterThread - Interface in org.teichert.databaseexplorer.interfaces
 
IDownloader - Interface in org.teichert.databaseexplorer.interfaces
 
IDumpCloned - Interface in com.rits.cloning
 
IEditor - Interface in org.teichert.databaseexplorer.interfaces
 
IEditorPluginInterface - Interface in org.teichert.databaseexplorer.interfaces
 
IEditorToolOptionExtensionPluginInterface - Interface in org.teichert.databaseexplorer.pluginInterfaces
This plugin-interface is being called while adding all ToolOptions to a new created SQLTextEditor.
IFastCloner - Interface in com.rits.cloning
allows a custom cloner to be created for a specific class.
IFilteredTreeItem - Interface in org.teichert.databaseexplorer.interfaces
 
IFreezable - Interface in com.rits.cloning
 
IGNORE - com.rits.cloning.ICloningStrategy.Strategy
 
IInstantiationStrategy - Interface in com.rits.cloning
 
IItemLoadedListener - Interface in org.teichert.databaseexplorer.interfaces
 
ILicensePluginInterface - Interface in org.teichert.databaseexplorer.pluginInterfaces
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 - Interface in org.teichert.databaseexplorer.interfaces
This interface is for gui-components to be localizable by a localize-id.
This will be done ILocalizedComponent and the LocalizeController.
ILocalizedComponent - Annotation Type in org.teichert.databaseexplorer.annotations
Annotation for generalize all localizable components.
IMAGE - org.teichert.databaseexplorer.sqlitems.SQLDataType
 
Immutable - Annotation Type in com.rits.cloning
marks the specific class as immutable and the cloner avoids cloning it
improveArrays(E[], E[]) - Method in class org.teichert.databaseexplorer.utils.ArrayHelper
Checks the contents of two arrays.
improveItemInArray(E, E...) - Method in class org.teichert.databaseexplorer.utils.ArrayHelper
Checks whether an item is present in the passed array.
If so, true is returned, otherwise false.
indent - Variable in class com.github.vertical_blank.sqlformatter.core.FormatConfig
 
indent(String) - Method in class com.github.vertical_blank.sqlformatter.core.FormatConfig.FormatConfigBuilder
 
Indentation - Class in com.github.vertical_blank.sqlformatter.core
Manages indentation levels.
Indentation() - Constructor for class com.github.vertical_blank.sqlformatter.core.Indentation
 
indexedPlaceholderTypes - Variable in class com.github.vertical_blank.sqlformatter.core.DialectConfig
 
indexedPlaceholderTypes(List<String>) - Method in class com.github.vertical_blank.sqlformatter.core.DialectConfig.DialectConfigBuilder
 
INDEXES - Static variable in class org.teichert.databaseexplorer.constants.ConfigurationGeneralConstants
 
indexOf(String, int, String, boolean, boolean) - Static method in class org.teichert.databaseexplorer.utils.StringHelper
IndexOf-variant that uses regular expressions for searching.
indexOf(String, String) - Static method in class org.teichert.databaseexplorer.utils.StringHelper
IndexOf-variant that uses regular expressions for searching.
indexOf(String, String, boolean) - Static method in class org.teichert.databaseexplorer.utils.StringHelper
IndexOf-variant that uses regular expressions for searching.
indexOf(String, String, boolean, boolean) - Static method in class org.teichert.databaseexplorer.utils.StringHelper
IndexOf-variant that uses regular expressions for searching.
INewModelPluginInterface - Interface in org.teichert.databaseexplorer.pluginInterfaces
This plugin-interface is being called when adding all DatabaseModels to GeneralUtils.getDatabaseModels() inside GeneralUtils.getDatabaseModelsClassList().
So with that plugin you are able to provide your own DatabaseModel and access to a custom Database-type.
INFLATER - Static variable in interface com.jcraft.jsch.Compression
 
info - Static variable in class org.teichert.databaseexplorer.constants.GeneralConstants
represents the info-text at the bottom of the application
INFO - org.teichert.databaseexplorer.enums.MessageNotificationType
 
INFO - Static variable in interface com.jcraft.jsch.Logger
 
InformixSQLModel - Class in org.teichert.databaseexplorer.models
 
InformixSQLModel() - Constructor for class org.teichert.databaseexplorer.models.InformixSQLModel
 
init() - Method in interface com.jcraft.jsch.DH
 
init() - Method in interface com.jcraft.jsch.HASH
 
init() - Method in class com.jcraft.jsch.jce.DH
 
init() - Method in class com.jcraft.jsch.jce.ECDH256
 
init() - Method in class com.jcraft.jsch.jce.ECDH384
 
init() - Method in class com.jcraft.jsch.jce.ECDH521
 
init() - Method in class com.jcraft.jsch.jce.MD5
 
init() - Method in class com.jcraft.jsch.jce.SHA1
 
init() - Method in class com.jcraft.jsch.jce.SHA256
 
init() - Method in class com.jcraft.jsch.jce.SHA384
 
init() - Method in class com.jcraft.jsch.jce.SHA512
 
init() - Method in class com.jcraft.jsch.jce.SignatureDSA
 
init() - Method in class com.jcraft.jsch.jce.SignatureECDSAN
 
init() - Method in class com.jcraft.jsch.jce.SignatureRSA
 
init() - Method in interface com.jcraft.jsch.Signature
 
init() - Method in class org.apache.fop.hyphenation.TernaryTree
initialize
init() - Method in class org.teichert.databaseexplorer.components.CachedFilteredTreeView
initialize Gui.
init() - Method in class org.teichert.databaseexplorer.components.DropDown
 
init() - Method in class org.teichert.databaseexplorer.gui_editors.CSSTextEditor
 
init() - Method in class org.teichert.databaseexplorer.gui_editors.GenericTextEditor
 
init() - Method in class org.teichert.databaseexplorer.gui.FilteredTreeView
initialize Gui.
init() - Method in interface org.teichert.databaseexplorer.interfaces.IEditor
 
init() - Static method in class org.teichert.databaseexplorer.utils.Loader
 
init(byte[]) - Method in interface com.jcraft.jsch.MAC
 
init(byte[], int, int) - Method in interface com.jcraft.jsch.GSSContext
 
init(byte[], int, int) - Method in class com.jcraft.jsch.jgss.GSSContextKrb5
 
init(int) - Method in interface com.jcraft.jsch.ECDH
 
init(int) - Method in class com.jcraft.jsch.jce.ECDHN
 
init(int) - Method in class com.jcraft.jsch.jce.KeyPairGenDSA
 
init(int) - Method in class com.jcraft.jsch.jce.KeyPairGenECDSA
 
init(int) - Method in class com.jcraft.jsch.jce.KeyPairGenRSA
 
init(int) - Method in interface com.jcraft.jsch.KeyPairGenDSA
 
init(int) - Method in interface com.jcraft.jsch.KeyPairGenECDSA
 
init(int) - Method in interface com.jcraft.jsch.KeyPairGenRSA
 
init(int, byte[], byte[]) - Method in interface com.jcraft.jsch.Cipher
 
init(int, byte[], byte[]) - Method in class com.jcraft.jsch.CipherNone
 
init(int, byte[], byte[]) - Method in class com.jcraft.jsch.jce.AES128CBC
 
init(int, byte[], byte[]) - Method in class com.jcraft.jsch.jce.AES128CTR
 
init(int, byte[], byte[]) - Method in class com.jcraft.jsch.jce.AES192CBC
 
init(int, byte[], byte[]) - Method in class com.jcraft.jsch.jce.AES192CTR
 
init(int, byte[], byte[]) - Method in class com.jcraft.jsch.jce.AES256CBC
 
init(int, byte[], byte[]) - Method in class com.jcraft.jsch.jce.AES256CTR
 
init(int, byte[], byte[]) - Method in class com.jcraft.jsch.jce.ARCFOUR
 
init(int, byte[], byte[]) - Method in class com.jcraft.jsch.jce.ARCFOUR128
 
init(int, byte[], byte[]) - Method in class com.jcraft.jsch.jce.ARCFOUR256
 
init(int, byte[], byte[]) - Method in class com.jcraft.jsch.jce.BlowfishCBC
 
init(int, byte[], byte[]) - Method in class com.jcraft.jsch.jce.TripleDESCBC
 
init(int, byte[], byte[]) - Method in class com.jcraft.jsch.jce.TripleDESCTR
 
init(int, int) - Method in interface com.jcraft.jsch.Compression
 
init(int, String, String, long) - Method in interface com.jcraft.jsch.SftpProgressMonitor
 
init(Session, byte[], byte[], byte[], byte[]) - Method in class com.jcraft.jsch.DHECN
 
init(Session, byte[], byte[], byte[], byte[]) - Method in class com.jcraft.jsch.DHG1
 
init(Session, byte[], byte[], byte[], byte[]) - Method in class com.jcraft.jsch.DHG14
 
init(Session, byte[], byte[], byte[], byte[]) - Method in class com.jcraft.jsch.DHGEX
 
init(Session, byte[], byte[], byte[], byte[]) - Method in class com.jcraft.jsch.KeyExchange
 
init(Window, Modality) - Method in class org.teichert.databaseexplorer.gui.CustomDialog
 
init(Window, Modality) - Method in class org.teichert.databaseexplorer.gui.CustomListDialog
 
init(Window, Modality) - Method in class org.teichert.databaseexplorer.gui.CustomTableDialog
 
init(Window, Modality) - Method in class org.teichert.databaseexplorer.gui.MessageDialog
 
init(Window, Modality) - Method in class org.teichert.databaseexplorer.gui.MyAlert
 
init(Window, Modality) - Method in class org.teichert.databaseexplorer.gui.YesNoDialog
 
init(SQLTextEditor<?>) - Method in interface org.teichert.databaseexplorer.pluginInterfaces.IAfterEditorInitPluginInterface
Initializes additional configurations for the new created SQLTextEditor.
initAutoCompletionComponents() - Method in class org.teichert.databaseexplorer.gui_editors.GenericTextEditor
 
initAutoCompletionComponents() - Method in class org.teichert.databaseexplorer.gui_editors.SQLTextEditor
 
initDialog() - Method in class org.teichert.databaseexplorer.gui.CustomDialog
 
initDialog() - Method in class org.teichert.databaseexplorer.gui.CustomListDialog
 
initDialog() - Method in class org.teichert.databaseexplorer.gui.InputDialog
 
initDialog() - Method in class org.teichert.databaseexplorer.gui.InputSelectionDialog
 
initDialog() - Method in class org.teichert.databaseexplorer.gui.ListDialog
 
initDialog() - Method in class org.teichert.databaseexplorer.gui.MappingDialog
 
initDialog() - Method in class org.teichert.databaseexplorer.gui.MessageDialog
 
initDialog() - Method in class org.teichert.databaseexplorer.gui.MyAlert
 
initDialog() - Method in class org.teichert.databaseexplorer.gui.NumericInputDialog
 
initDialog() - Method in class org.teichert.databaseexplorer.gui.SearchDialog
 
initDialog() - Method in class org.teichert.databaseexplorer.gui.SelectionDialog
 
initDialog() - Method in class org.teichert.databaseexplorer.gui.SelectionTableDialog
 
initDialog() - Method in class org.teichert.databaseexplorer.gui.SelectTargetDatabaseDialog
 
initDialog() - Method in class org.teichert.databaseexplorer.gui.SelectTargetTableColumnDialog
 
initDialog() - Method in class org.teichert.databaseexplorer.gui.SelectTargetTableDialog
 
initDialog() - Method in class org.teichert.databaseexplorer.gui.YesNoDialog
 
initializeStyle() - Method in class org.teichert.databaseexplorer.gui_editors.GenericTextEditor
 
initializeStyle() - Method in interface org.teichert.databaseexplorer.interfaces.IEditor
 
initializeStyle(Pane) - Static method in class org.teichert.databaseexplorer.utils.ScreenUtils
Default method to initialize style to the pane
initializeStyle(Pane, File, File) - Static method in class org.teichert.databaseexplorer.utils.ScreenUtils
Initializes a stylesheet by the css-file and apply it to the pane.
initializeStyle(Region) - Static method in class org.teichert.databaseexplorer.utils.ScreenUtils
Default method to initialize style to the region
initializeStyle(Region, File, File) - Static method in class org.teichert.databaseexplorer.utils.ScreenUtils
Initializes a stylesheet by the css-file and apply it to the region
initializeStyle(Scene) - Static method in class org.teichert.databaseexplorer.utils.ScreenUtils
Default method to initialize style to the scene
initializeStyle(Scene, File) - Static method in class org.teichert.databaseexplorer.utils.ScreenUtils
Initializes a stylesheet by the css-file and apply it to the scene
initializeStyle(Scene, File, File) - Static method in class org.teichert.databaseexplorer.utils.ScreenUtils
Initializes a stylesheet by the css-file or if exists from the tempStyle (testing) and apply it to the gui.
So more priority has the tempStyle parameter if set!
initList(ToolOption<T>...) - Method in class org.teichert.databaseexplorer.gui.CustomListDialog
Erstellt die Liste und fuellt die Liste direkt mit den Items, welche im super-Konstruktor mitgegeben wurden!
initList(ToolOption<T>...) - Method in class org.teichert.databaseexplorer.gui.CustomTableDialog
Creates the list and fills the list directly with the items that were given in the super constructor!
initTypes() - Method in class org.teichert.databaseexplorer.database.DatabaseModel
 
initTypes() - Method in class org.teichert.databaseexplorer.models.H2SQLModel
 
initTypes() - Method in class org.teichert.databaseexplorer.models.InformixSQLModel
 
initTypes() - Method in class org.teichert.databaseexplorer.models.MariaDBModel
 
initTypes() - Method in class org.teichert.databaseexplorer.models.MSSQLModel
 
initTypes() - Method in class org.teichert.databaseexplorer.models.MySQLModel
 
initTypes() - Method in class org.teichert.databaseexplorer.models.PostgreSQLModel
 
initTypes() - Method in class org.teichert.databaseexplorer.models.SQLiteModel
 
InputDialog - Class in org.teichert.databaseexplorer.gui
 
InputDialog(Window, String, String) - Constructor for class org.teichert.databaseexplorer.gui.InputDialog
 
InputDialog(Window, String, String, TextInputControl) - Constructor for class org.teichert.databaseexplorer.gui.InputDialog
 
InputDialog(Window, Modality, String, String) - Constructor for class org.teichert.databaseexplorer.gui.InputDialog
Creates a dialog with a textfield for getting "text" back from the dialog.
InputDialog(Window, Modality, String, String, TextInputControl) - Constructor for class org.teichert.databaseexplorer.gui.InputDialog
Creates a dialog with a text-component for getting "text" back from the dialog.
Use this, if you want to use a custom-text-component instead of a TextField.
Otherwise use the other constructor!
InputSelectionDialog - Class in org.teichert.databaseexplorer.gui
 
InputSelectionDialog(Window, File, String, String) - Constructor for class org.teichert.databaseexplorer.gui.InputSelectionDialog
 
InputSelectionDialog(Window, File, String, String, boolean) - Constructor for class org.teichert.databaseexplorer.gui.InputSelectionDialog
 
InputSelectionDialog(Window, File, String, String, TextInputControl) - Constructor for class org.teichert.databaseexplorer.gui.InputSelectionDialog
 
InputSelectionDialog(Window, File, Modality, String, String, boolean) - Constructor for class org.teichert.databaseexplorer.gui.InputSelectionDialog
 
InputSelectionDialog(Window, File, Modality, String, String, TextInputControl, boolean) - Constructor for class org.teichert.databaseexplorer.gui.InputSelectionDialog
 
insert(char[], int, char) - Method in class org.apache.fop.hyphenation.TernaryTree
Insert key.
insert(String, char) - Method in class org.apache.fop.hyphenation.TernaryTree
Branches are initially compressed, needing one node per key plus the size of the string key.
insertBalanced(String[], char[], int, int) - Method in class org.apache.fop.hyphenation.TernaryTree
Recursively insert the median first and then the median of the lower and upper halves, and so on in order to get a balanced tree.
insertIntoSQLTableValue(int, String, SQLTableValue) - Method in class org.teichert.databaseexplorer.controllers.DatabaseController
Inserts a new row for the given table.
insertNewTableValue(String, SQLTableValue) - Method in class org.teichert.databaseexplorer.database.DatabaseModel
 
insertNewTableValue(String, SQLTableValue) - Method in class org.teichert.databaseexplorer.models.H2SQLModel
 
insertNewTableValue(String, SQLTableValue) - Method in class org.teichert.databaseexplorer.models.InformixSQLModel
 
insertNewTableValue(String, SQLTableValue) - Method in class org.teichert.databaseexplorer.models.MariaDBModel
 
insertNewTableValue(String, SQLTableValue) - Method in class org.teichert.databaseexplorer.models.MSSQLModel
 
insertNewTableValue(String, SQLTableValue) - Method in class org.teichert.databaseexplorer.models.MySQLModel
 
insertNewTableValue(String, SQLTableValue) - Method in class org.teichert.databaseexplorer.models.PostgreSQLModel
 
insertNewTableValue(String, SQLTableValue) - Method in class org.teichert.databaseexplorer.models.SQLiteModel
 
INT - org.teichert.databaseexplorer.sqlitems.SQLDataType
 
INT2 - org.teichert.databaseexplorer.sqlitems.SQLDataType
 
INT4 - org.teichert.databaseexplorer.sqlitems.SQLDataType
 
INT8 - org.teichert.databaseexplorer.sqlitems.SQLDataType
 
INTEGER - org.teichert.databaseexplorer.sqlitems.SQLDataType
 
internalDatabase - Static variable in class org.teichert.databaseexplorer.utils.Loader
 
interrupt() - Method in class org.teichert.databaseexplorer.beans.MyThread
 
INTERVAL - org.teichert.databaseexplorer.sqlitems.SQLDataType
 
IO - Class in com.jcraft.jsch
 
IO() - Constructor for class com.jcraft.jsch.IO
 
IPlugin - Interface in org.teichert.databaseexplorer.pluginInterfaces
This is the base-class for all Plugins.
It offers the plugin-name and the plugin-version which has to be implemented.
isAccessTokenExpired() - Method in class org.teichert.databaseexplorer.messages.web.WebDetails
 
isActive() - Method in class org.teichert.databaseexplorer.beans.CustomPlugin
 
isArrayEmpty(E[]) - Method in class org.teichert.databaseexplorer.utils.ArrayHelper
Returns true if the array is empty, false otherwise.
isAutoincrement() - Method in class org.teichert.databaseexplorer.sqlitems.SQLTableColumn
 
isBase64(String) - Static method in class org.teichert.databaseexplorer.utils.Cryptiker
 
isBlk() - Method in class com.jcraft.jsch.SftpATTRS
 
isCBC() - Method in interface com.jcraft.jsch.Cipher
 
isCBC() - Method in class com.jcraft.jsch.CipherNone
 
isCBC() - Method in class com.jcraft.jsch.jce.AES128CBC
 
isCBC() - Method in class com.jcraft.jsch.jce.AES128CTR
 
isCBC() - Method in class com.jcraft.jsch.jce.AES192CBC
 
isCBC() - Method in class com.jcraft.jsch.jce.AES192CTR
 
isCBC() - Method in class com.jcraft.jsch.jce.AES256CBC
 
isCBC() - Method in class com.jcraft.jsch.jce.AES256CTR
 
isCBC() - Method in class com.jcraft.jsch.jce.ARCFOUR
 
isCBC() - Method in class com.jcraft.jsch.jce.ARCFOUR128
 
isCBC() - Method in class com.jcraft.jsch.jce.ARCFOUR256
 
isCBC() - Method in class com.jcraft.jsch.jce.BlowfishCBC
 
isCBC() - Method in class com.jcraft.jsch.jce.TripleDESCBC
 
isCBC() - Method in class com.jcraft.jsch.jce.TripleDESCTR
 
isChildOf(boolean, TreeItem<T>, TreeItem<T>) - Method in class org.teichert.databaseexplorer.gui.FilteredTreeView
 
isChildOf(TreeItem<T>, TreeItem<T>) - Method in class org.teichert.databaseexplorer.gui.FilteredTreeView
 
isChr() - Method in class com.jcraft.jsch.SftpATTRS
 
isCloneAnonymousParent() - Method in class com.rits.cloning.Cloner
 
isCloningEnabled() - Method in class com.rits.cloning.Cloner
 
isClosed() - Method in class com.jcraft.jsch.Channel
 
isCombinedKey() - Method in class org.teichert.databaseexplorer.sqlitems.SQLTableColumn
 
isConnected() - Method in class com.jcraft.jsch.Channel
 
isConnected() - Method in class com.jcraft.jsch.Session
 
isDebug - Static variable in class org.teichert.databaseexplorer.constants.GeneralConstants
 
isDir() - Method in class com.jcraft.jsch.SftpATTRS
 
isDumpClonedClasses() - Method in class com.rits.cloning.Cloner
 
isEdited - Static variable in interface org.teichert.databaseexplorer.interfaces.ISetting
 
isEdited() - Method in class org.teichert.databaseexplorer.beans.ASetting
isEdited is an indicator to know if there are data edited which needs a reload of the treeview.
isEmpty() - Method in interface com.github.vertical_blank.sqlformatter.core.Params.Holder
 
isEmpty() - Method in class com.github.vertical_blank.sqlformatter.core.Params.IndexedParamHolder
 
isEmpty() - Method in class com.github.vertical_blank.sqlformatter.core.Params.NamedParamHolder
 
isEmpty() - Method in class com.github.vertical_blank.sqlformatter.core.util.JSLikeList
 
isEmpty(String) - Static method in class org.teichert.databaseexplorer.utils.StringHelper
Checks if the string str is null or empty.
isEnabled(int) - Method in interface com.jcraft.jsch.Logger
 
isEncrypted() - Method in interface com.jcraft.jsch.Identity
Returns true if this identity is cyphered.
isEncrypted() - Method in class com.jcraft.jsch.KeyPair
 
isEOF() - Method in class com.jcraft.jsch.Channel
 
isEstablished() - Method in interface com.jcraft.jsch.GSSContext
 
isEstablished() - Method in class com.jcraft.jsch.jgss.GSSContextKrb5
 
ISetting - Interface in org.teichert.databaseexplorer.interfaces
 
isFailed() - Method in class org.teichert.databaseexplorer.sqlitems.SQLTransaction
 
isFifo() - Method in class com.jcraft.jsch.SftpATTRS
 
isFrozen() - Method in interface com.rits.cloning.IFreezable
 
isFullfilmentRequired() - Method in class org.teichert.databaseexplorer.gui.MappingDialog
 
isGzip(byte[]) - Static method in class org.teichert.databaseexplorer.utils.ZipArchiveExtractor
 
isInterruptable() - Method in class org.teichert.databaseexplorer.beans.ThreadIdentificationItem
 
isInterrupted() - Method in class org.teichert.databaseexplorer.beans.MyThread
 
isLazyLoaded() - Method in class org.teichert.databaseexplorer.beans.SaveItem
 
isLazyLoaded() - Method in class org.teichert.databaseexplorer.sqlitems.SQLDatabase
 
isLazyLoaded() - Method in class org.teichert.databaseexplorer.sqlitems.SQLServer
 
isLink() - Method in class com.jcraft.jsch.SftpATTRS
 
isManual() - Method in class org.teichert.databaseexplorer.sqlitems.SQLForeignColumn
 
isMissing(String) - Method in class org.apache.fop.hyphenation.HyphenationTreeCache
Indicates whether a hyphenation file has been requested before but it wasn't available.
isNew() - Method in class org.teichert.databaseexplorer.sqlitems.SQLRow
 
isNotCached(String, String) - Static method in class org.apache.fop.hyphenation.Hyphenator
 
isNotEmpty(String) - Static method in class org.teichert.databaseexplorer.utils.StringHelper
Checks if the string str is not null and not empty.
isNotNull() - Method in class org.teichert.databaseexplorer.sqlitems.SQLTableColumn
 
isNullTransient() - Method in class com.rits.cloning.Cloner
 
isPrimaryKey() - Method in class org.teichert.databaseexplorer.sqlitems.SQLTableColumn
 
ISQLItem<P,​T> - Interface in org.teichert.databaseexplorer.interfaces
 
isReg() - Method in class com.jcraft.jsch.SftpATTRS
 
isSock() - Method in class com.jcraft.jsch.SftpATTRS
 
isToday(Calendar) - Static method in class org.teichert.databaseexplorer.utils.TimeHelper
 
isValidMD5(String) - Static method in class org.teichert.databaseexplorer.utils.Cryptiker
 
isValidSHA1(String) - Static method in class org.teichert.databaseexplorer.utils.Cryptiker
 
ITabMenuPluginInterface - Interface in org.teichert.databaseexplorer.pluginInterfaces
This plugin-interface is being called when creating the Tab inside the main gui.
Iterator() - Constructor for class org.apache.fop.hyphenation.TernaryTree.Iterator
default constructor
ITextEditorContextMenuPluginInterface - Interface in org.teichert.databaseexplorer.pluginInterfaces
This plugin-interface is being called inside GenericTextEditor.init()-method to add custom MenuItems to the ContextMenu.
IThreadNotificationListener - Interface in org.teichert.databaseexplorer.interfaces
Listener-class for UI-Notification about running threads.

J

JDBCDriverController - Class in org.teichert.databaseexplorer.databaseControllers
 
join() - Method in class com.github.vertical_blank.sqlformatter.core.util.JSLikeList
 
join(CharSequence) - Method in class com.github.vertical_blank.sqlformatter.core.util.JSLikeList
 
JSch - Class in com.jcraft.jsch
 
JSch() - Constructor for class com.jcraft.jsch.JSch
 
JSchException - Exception in com.jcraft.jsch
 
JSchException() - Constructor for exception com.jcraft.jsch.JSchException
 
JSchException(String) - Constructor for exception com.jcraft.jsch.JSchException
 
JSchException(String, Throwable) - Constructor for exception com.jcraft.jsch.JSchException
 
JSLikeList<T> - Class in com.github.vertical_blank.sqlformatter.core.util
 
JSLikeList(List<T>) - Constructor for class com.github.vertical_blank.sqlformatter.core.util.JSLikeList
 
JSON - org.teichert.databaseexplorer.messages.web.WebConstants.ENTITY_TYPES
 
JSON - org.teichert.databaseexplorer.sqlitems.SQLDataType
 
JSON_CONTENT - Static variable in interface org.teichert.databaseexplorer.messages.web.WebConstants
 

K

K - Variable in class com.jcraft.jsch.KeyExchange
 
K_S - Variable in class com.jcraft.jsch.KeyExchange
 
kb - Variable in class org.teichert.databaseexplorer.gui_editors.GenericTextEditor
 
key - Variable in class com.jcraft.jsch.HostKey
 
key_size - Variable in class com.jcraft.jsch.DHECN
 
KeyDetectionTextField - Class in org.teichert.databaseexplorer.components
 
KeyDetectionTextField() - Constructor for class org.teichert.databaseexplorer.components.KeyDetectionTextField
 
KeyExchange - Class in com.jcraft.jsch
 
KeyExchange() - Constructor for class com.jcraft.jsch.KeyExchange
 
KEYMAPPING - Static variable in class org.teichert.databaseexplorer.constants.ConfigurationKeyMappingConstants
 
KeyMappingController - Class in org.teichert.databaseexplorer.controllers
 
KeyMappingController - Class in org.teichert.databaseexplorer.databaseControllers
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 - Class in org.teichert.databaseexplorer.beans
Dataholding-class for shortcuts.
KeyMappingEntry.toString() returns a json for saving.
KeyMappingEntry(String, KeyCodeCombination, String, String) - Constructor for class org.teichert.databaseexplorer.beans.KeyMappingEntry
 
KeyPair - Class in com.jcraft.jsch
 
KeyPair(JSch) - Constructor for class com.jcraft.jsch.KeyPair
 
KeyPairDSA - Class in com.jcraft.jsch
 
KeyPairDSA(JSch) - Constructor for class com.jcraft.jsch.KeyPairDSA
 
KeyPairDSA(JSch, byte[], byte[], byte[], byte[], byte[]) - Constructor for class com.jcraft.jsch.KeyPairDSA
 
KeyPairECDSA - Class in com.jcraft.jsch
 
KeyPairECDSA(JSch) - Constructor for class com.jcraft.jsch.KeyPairECDSA
 
KeyPairECDSA(JSch, byte[]) - Constructor for class com.jcraft.jsch.KeyPairECDSA
 
KeyPairECDSA(JSch, byte[], byte[], byte[], byte[]) - Constructor for class com.jcraft.jsch.KeyPairECDSA
 
KeyPairGenDSA - Class in com.jcraft.jsch.jce
 
KeyPairGenDSA - Interface in com.jcraft.jsch
 
KeyPairGenDSA() - Constructor for class com.jcraft.jsch.jce.KeyPairGenDSA
 
KeyPairGenECDSA - Class in com.jcraft.jsch.jce
 
KeyPairGenECDSA - Interface in com.jcraft.jsch
 
KeyPairGenECDSA() - Constructor for class com.jcraft.jsch.jce.KeyPairGenECDSA
 
KeyPairGenRSA - Class in com.jcraft.jsch.jce
 
KeyPairGenRSA - Interface in com.jcraft.jsch
 
KeyPairGenRSA() - Constructor for class com.jcraft.jsch.jce.KeyPairGenRSA
 
KeyPairPKCS8 - Class in com.jcraft.jsch
 
KeyPairPKCS8(JSch) - Constructor for class com.jcraft.jsch.KeyPairPKCS8
 
KeyPairRSA - Class in com.jcraft.jsch
 
KeyPairRSA(JSch) - Constructor for class com.jcraft.jsch.KeyPairRSA
 
KeyPairRSA(JSch, byte[], byte[], byte[]) - Constructor for class com.jcraft.jsch.KeyPairRSA
 
keys - Static variable in class org.teichert.databaseexplorer.syntaxHighlightingProfiles.CSSProfile
 
keys() - Method in class org.apache.fop.hyphenation.TernaryTree
 
keySearch - Static variable in class org.teichert.databaseexplorer.gui.SearchDialog
 
KeyValue<K,​V> - Class in org.teichert.databaseexplorer.beans
A class for holding Key-Value data.
KeyValue() - Constructor for class org.teichert.databaseexplorer.beans.KeyValue
 
KeyValue(K, V) - Constructor for class org.teichert.databaseexplorer.beans.KeyValue
 
keywords - Variable in class org.teichert.databaseexplorer.beans.SyntaxHighlightingProfile
 
KnownHosts - Class in com.jcraft.jsch
 
knows(String) - Method in class org.apache.fop.hyphenation.TernaryTree
 
KRYO - Static variable in class org.teichert.databaseexplorer.utils.SerialUtils
 
kv - Variable in class org.apache.fop.hyphenation.TernaryTree
This vector holds the trailing of the keys when the branch is compressed.

L

LABEL - Static variable in class org.teichert.databaseexplorer.beans.ToolOption
 
LANGUAGE_LOCATION - Static variable in class org.teichert.databaseexplorer.constants.ConfigurationLanguageConstants
 
LANGUAGE_STANDARD - Static variable in class org.teichert.databaseexplorer.constants.ConfigurationLanguageConstants
 
lastIndexOf(String, int, String, boolean, boolean) - Static method in class org.teichert.databaseexplorer.utils.StringHelper
IndexOf-variant that uses regular expressions for searching.
lastIndexOf(String, String) - Static method in class org.teichert.databaseexplorer.utils.StringHelper
IndexOf-variant that uses regular expressions for searching.
lastIndexOf(String, String, boolean) - Static method in class org.teichert.databaseexplorer.utils.StringHelper
IndexOf-variant that uses regular expressions for searching.
lastIndexOf(String, String, boolean, boolean) - Static method in class org.teichert.databaseexplorer.utils.StringHelper
IndexOf-variant that uses regular expressions for searching.
lcd(String) - Method in class com.jcraft.jsch.ChannelSftp
 
left - Static variable in class org.teichert.databaseexplorer.gui.ListWithTools
 
left - Static variable in class org.teichert.databaseexplorer.gui.TableWithTools
 
left - Static variable in class org.teichert.databaseexplorer.gui.TreeTableWithTools
 
LEFT - Static variable in class org.teichert.databaseexplorer.gui_editors.GenericTextEditor
 
length - Variable in class org.apache.fop.hyphenation.TernaryTree
number of items in tree
length() - Method in class org.apache.fop.hyphenation.Hyphenation
 
License - Class in org.teichert.databaseexplorer.beans
Dataholding-class for license information which will be automatically loaded into the information-dialog.
License(String, String) - Constructor for class org.teichert.databaseexplorer.beans.License
 
LimitedTextField - Class in org.teichert.databaseexplorer.components
 
LimitedTextField() - Constructor for class org.teichert.databaseexplorer.components.LimitedTextField
 
LINE_COMMENT - com.github.vertical_blank.sqlformatter.core.TokenTypes
 
lineColumnCounter - Static variable in class org.teichert.databaseexplorer.constants.GeneralConstants
 
lineCommentTypes - Variable in class com.github.vertical_blank.sqlformatter.core.DialectConfig
 
lineCommentTypes(List<String>) - Method in class com.github.vertical_blank.sqlformatter.core.DialectConfig.DialectConfigBuilder
 
list - Variable in class org.teichert.databaseexplorer.gui.CustomListDialog
 
ListDialog<T> - Class in org.teichert.databaseexplorer.gui
 
ListDialog(Window, List<T>) - Constructor for class org.teichert.databaseexplorer.gui.ListDialog
 
ListDialog(Window, List<T>, String) - Constructor for class org.teichert.databaseexplorer.gui.ListDialog
 
ListDialog(Window, Modality, List<T>, String) - Constructor for class org.teichert.databaseexplorer.gui.ListDialog
 
ListDialog(Window, StageStyle, List<T>, String) - Constructor for class org.teichert.databaseexplorer.gui.ListDialog
 
ListDialog(Window, StageStyle, Modality, List<T>, String) - Constructor for class org.teichert.databaseexplorer.gui.ListDialog
 
listOfConnections - Static variable in class org.teichert.databaseexplorer.constants.GeneralConstants
 
listOfDBModels - Static variable in class org.teichert.databaseexplorer.constants.GeneralConstants
 
listOfModelClasses - Static variable in class org.teichert.databaseexplorer.constants.GeneralConstants
 
listOfSaveItems - Static variable in class org.teichert.databaseexplorer.constants.GeneralConstants
 
listOfServers - Static variable in class org.teichert.databaseexplorer.constants.GeneralConstants
 
ListWithTools<T> - Class in org.teichert.databaseexplorer.gui
ListWithTools holds a list of ToolOption and represents a ListView.
ListWithTools(boolean, ToolOption<T>...) - Constructor for class org.teichert.databaseexplorer.gui.ListWithTools
Creates tooltoptions of the gui with default-alignment TableWithTools.right with an option to show a search-bar or not.
ListWithTools(int, boolean, ToolOption<T>...) - Constructor for class org.teichert.databaseexplorer.gui.ListWithTools
Create tooltoptions to the given alignement of the gui with an option to show a search-bar or not.
ListWithTools(int, ToolOption<T>...) - Constructor for class org.teichert.databaseexplorer.gui.ListWithTools
Create tooltoptions to the given alignement of the gui and no search-bar.
ListWithTools(ToolOption<T>...) - Constructor for class org.teichert.databaseexplorer.gui.ListWithTools
Creates tooltoptions of the gui with default-alignment TableWithTools.right and no search-bar.
lo - Variable in class org.apache.fop.hyphenation.TernaryTree
Pointer to low branch and to rest of the key when it is stored directly in this node, we don't have unions in java!
load() - Method in class org.teichert.databaseexplorer.databaseControllers.KeyMappingController
 
load() - Method in class org.teichert.databaseexplorer.databaseControllers.MarketplaceController
 
load() - Method in class org.teichert.databaseexplorer.databaseControllers.SaveItemController
 
load(JSch, byte[], byte[]) - Static method in class com.jcraft.jsch.KeyPair
 
load(JSch, String) - Static method in class com.jcraft.jsch.KeyPair
 
load(JSch, String, String) - Static method in class com.jcraft.jsch.KeyPair
 
load(String...) - Method in class org.teichert.databaseexplorer.databaseControllers.KeyMappingController
 
load(String...) - Method in class org.teichert.databaseexplorer.databaseControllers.MarketplaceController
 
load(String...) - Method in class org.teichert.databaseexplorer.databaseControllers.SaveItemController
 
LOAD - Static variable in class org.teichert.databaseexplorer.controllers.KeyMappingController
 
LOAD_FOREIGNKEYINFO_BY_SELECT_STATEMENT - Static variable in class org.teichert.databaseexplorer.constants.ConfigurationGeneralConstants
 
loadChildrenForDb(Thread, SQLDatabase, TreeItem<?>, boolean) - Method in class org.teichert.databaseexplorer.components.CachedFilteredTreeView
 
loadConfig() - Method in class org.teichert.databaseexplorer.beans.ASetting
This method is for loading all setting information.
loadConfig() - Method in interface org.teichert.databaseexplorer.interfaces.ISetting
 
loadData(String) - Static method in class org.teichert.databaseexplorer.utils.Loader
 
loadDatabase(SQLServer, String, String, String, String, String, String, String, String, String, String, String, boolean, boolean, Class<? extends DatabaseModel>, Map<String, Object>) - Method in class org.teichert.databaseexplorer.controllers.DatabaseController
Loads an SQL database with all SQLTables, SQLTableColumns and SQLRows with associated SQLValues.
loadDatabaseTables(SQLDatabase, Map<String, Object>) - Method in class org.teichert.databaseexplorer.controllers.DatabaseController
 
Loader - Class in org.teichert.databaseexplorer.utils
This class loads important information for startup like properties, configurations and the SaveItem's etc.
It also initializes the internal database and more.
loadFromConfigs() - Method in class org.teichert.databaseexplorer.controllers.KeyMappingController
 
loadFromConfigs() - Method in class org.teichert.databaseexplorer.databaseControllers.JDBCDriverController
 
loadFromJSONObject(JSONObject) - Static method in class org.teichert.databaseexplorer.beans.DriverSetting
 
loadFromJSONObject(JSONObject) - Static method in class org.teichert.databaseexplorer.beans.KeyMappingEntry
 
loadFromJSONObject(JSONObject) - Static method in class org.teichert.databaseexplorer.beans.SSHConnection
 
loadFromJSONObject(JSONObject) - Static method in class org.teichert.databaseexplorer.beans.SSHPortForwarding
 
loadFromSSHConnectionsConfigs() - Method in class org.teichert.databaseexplorer.controllers.SSHController
Loads all SSH-Connections from the internal database.
loadFromSSHForwardingsConfigs() - Method in class org.teichert.databaseexplorer.controllers.SSHController
Loads all Port-Forwardings from the internal database.
loadPatterns(String) - Method in class org.apache.fop.hyphenation.HyphenationTree
Read hyphenation patterns from an XML file.
loadPatterns(InputSource) - Method in class org.apache.fop.hyphenation.HyphenationTree
Read hyphenation patterns from an XML file.
loadSQLColumns(Connection, SQLDatabase, SQLTable) - Method in class org.teichert.databaseexplorer.controllers.DatabaseController
Loads the SQLColumns for the given SQLTable and the given SQLDatabase.
loadSQLDatabase(String, String, String, String, String, String, String, String, String, String, String, boolean, Class<? extends DatabaseModel>, Map<String, Object>) - Method in class org.teichert.databaseexplorer.database.DatabaseModel
 
loadSQLDatabase(String, String, String, String, String, String, String, String, String, String, String, boolean, Class<? extends DatabaseModel>, Map<String, Object>) - Method in class org.teichert.databaseexplorer.models.H2SQLModel
 
loadSQLDatabase(String, String, String, String, String, String, String, String, String, String, String, boolean, Class<? extends DatabaseModel>, Map<String, Object>) - Method in class org.teichert.databaseexplorer.models.InformixSQLModel
 
loadSQLDatabase(String, String, String, String, String, String, String, String, String, String, String, boolean, Class<? extends DatabaseModel>, Map<String, Object>) - Method in class org.teichert.databaseexplorer.models.MariaDBModel
 
loadSQLDatabase(String, String, String, String, String, String, String, String, String, String, String, boolean, Class<? extends DatabaseModel>, Map<String, Object>) - Method in class org.teichert.databaseexplorer.models.MSSQLModel
 
loadSQLDatabase(String, String, String, String, String, String, String, String, String, String, String, boolean, Class<? extends DatabaseModel>, Map<String, Object>) - Method in class org.teichert.databaseexplorer.models.MySQLModel
 
loadSQLDatabase(String, String, String, String, String, String, String, String, String, String, String, boolean, Class<? extends DatabaseModel>, Map<String, Object>) - Method in class org.teichert.databaseexplorer.models.PostgreSQLModel
 
loadSQLDatabase(String, String, String, String, String, String, String, String, String, String, String, boolean, Class<? extends DatabaseModel>, Map<String, Object>) - Method in class org.teichert.databaseexplorer.models.SQLiteModel
 
loadSQLRows(Connection, SQLTable, int) - Method in class org.teichert.databaseexplorer.controllers.DatabaseController
Loads all rows (max: limit) of a table and returns them with values!
loadSSHConnections(String...) - Method in class org.teichert.databaseexplorer.databaseControllers.SSHConnectionController
Loads all SSH-Connections from the database from the given id's
loadSSHForwardings(String...) - Method in class org.teichert.databaseexplorer.databaseControllers.SSHConnectionController
Loads all Port-Forwadings from the database from the given id's.
loadSSHForwardingsForParent(String) - Method in class org.teichert.databaseexplorer.databaseControllers.SSHConnectionController
Loads all Port-Forwadings from the database from the given parent-id (ssh-connection id)
loadTableInfos(int, SQLTable) - Method in class org.teichert.databaseexplorer.controllers.DatabaseController
Loads all table-informations but takes lazyloading into account.
loadTableInfosWithoutLazyloading(int, SQLTable) - Method in class org.teichert.databaseexplorer.controllers.DatabaseController
Loads all table-informations and ignore lazyloading.
loadTables(Thread, TreeItem<?>, SQLTable) - Method in class org.teichert.databaseexplorer.components.CachedFilteredTreeView
 
localInternalDatabase - Static variable in class org.teichert.databaseexplorer.utils.Loader
 
localize(Region) - Method in class org.teichert.databaseexplorer.controllers.LocalizeController
Translates from the given Region itseld and all child components recursively.
LocalizeController - Class in org.teichert.databaseexplorer.controllers
This class handles all translations for the GUI.
Uses the ILocalizeable and Loader.props.
LOCALS - Static variable in class org.teichert.databaseexplorer.constants.ConfigurationGeneralConstants
 
log(int, String) - Method in interface com.jcraft.jsch.Logger
 
log(String, MyLogger.Time, String) - Method in class org.teichert.databaseexplorer.utils.MyLogger
Logs the given message and save it into the given filename.
Time determines the interval if a new file needs to be created or reuse a existing one.
It will also be used for the files name at the end.
LOG_ERROR - org.teichert.databaseexplorer.utils.MyLogger.LogType
 
LOG_MESSAGE - org.teichert.databaseexplorer.utils.MyLogger.LogType
 
LOG_SQL - org.teichert.databaseexplorer.utils.MyLogger.LogType
 
Logger - Interface in com.jcraft.jsch
 
logging(MyLogger.ILogType, String) - Method in class org.teichert.databaseexplorer.utils.MyLogger
Creates a log file as configured, if it is not disabled.
logging(MyLogger.ILogType, String, SQLDatabase) - Method in class org.teichert.databaseexplorer.utils.MyLogger
Creates a log file as configured, if it is not disabled.
LOGGING_LOCATION - Static variable in class org.teichert.databaseexplorer.constants.ConfigurationLoggigConstants
 
LOGGING_STATE - Static variable in class org.teichert.databaseexplorer.constants.ConfigurationLoggigConstants
 
LOGGING_TIMES - Static variable in class org.teichert.databaseexplorer.constants.ConfigurationLoggigConstants
 
logIfIsDebug(String) - Method in class org.teichert.databaseexplorer.utils.MyLogger
 
LONG - org.teichert.databaseexplorer.sqlitems.SQLDataType
 
LONGBLOB - org.teichert.databaseexplorer.sqlitems.SQLDataType
 
LONGTEXT - org.teichert.databaseexplorer.sqlitems.SQLDataType
 
LONGVARBINARY - org.teichert.databaseexplorer.sqlitems.SQLDataType
 
LONGVARCHAR - org.teichert.databaseexplorer.sqlitems.SQLDataType
 
looksLikeUTF8(byte[]) - Static method in class org.teichert.databaseexplorer.utils.StringHelper
Checks if the given byte-array is like a utf8 string
lpwd() - Method in class com.jcraft.jsch.ChannelSftp
 
ls(String) - Method in class com.jcraft.jsch.ChannelSftp
 
ls(String, ChannelSftp.LsEntrySelector) - Method in class com.jcraft.jsch.ChannelSftp
List files specified by the remote path.
lstat(String) - Method in class com.jcraft.jsch.ChannelSftp
 
LVARCHAR - org.teichert.databaseexplorer.sqlitems.SQLDataType
 

M

MAC - Interface in com.jcraft.jsch
 
main(String[]) - Static method in class org.apache.fop.hyphenation.HyphenationTree
Main entry point for this hyphenation utility application.
main(String[]) - Static method in class org.apache.fop.hyphenation.PatternParser
Main entry point when used as an application.
main(String[]) - Static method in class org.apache.fop.hyphenation.SerializeHyphPattern
Entry point for ant java task
main(String[]) - Static method in class org.apache.fop.hyphenation.TernaryTree
Main entry point for testing.
mainProp - Static variable in class org.teichert.databaseexplorer.utils.Loader
This property contains all information about some configurations:
The following settings are available:
dbip=internal database to save the database-explorer's information except some user-specific data (these are still saved on the client-side; like shotcuts) dbport=internal database port number dbname=internal database name dbuser=username of the internal database dbpwd=the user's password for the internal database dbparam=the parameter setting (if neccessary) for the internal database
mainStage - Static variable in class org.teichert.databaseexplorer.constants.GeneralConstants
 
map - Static variable in class org.teichert.databaseexplorer.constants.GeneralConstants
 
map(Function<T, R>) - Method in class com.github.vertical_blank.sqlformatter.core.util.JSLikeList
 
mapConnectionsAndSaveItems - Static variable in class org.teichert.databaseexplorer.constants.GeneralConstants
 
mapOfButtons - Variable in class org.teichert.databaseexplorer.gui.CustomDialog
 
mapOfConfig - Variable in class org.teichert.databaseexplorer.gui.CustomDialog
 
mapOfRules - Variable in class org.teichert.databaseexplorer.gui_editors.GenericTextEditor
 
mapOfSearchModes - Variable in class org.teichert.databaseexplorer.gui.FilteredTreeView
 
MappingDialog<F,​T> - Class in org.teichert.databaseexplorer.gui
 
MappingDialog(Window, List<F>, List<T>) - Constructor for class org.teichert.databaseexplorer.gui.MappingDialog
 
MappingDialog(Window, List<F>, List<T>, BiPredicate<F, T>) - Constructor for class org.teichert.databaseexplorer.gui.MappingDialog
 
MapUtils - Class in org.teichert.databaseexplorer.utils
Helper-class for using Maps.
MariaDBModel - Class in org.teichert.databaseexplorer.models
 
MariaDBModel() - Constructor for class org.teichert.databaseexplorer.models.MariaDBModel
 
marker - Variable in class com.jcraft.jsch.HostKey
 
Marketplace - Class in org.teichert.databaseexplorer.messages.web.pojos
 
Marketplace() - Constructor for class org.teichert.databaseexplorer.messages.web.pojos.Marketplace
 
Marketplace(String, String, String, String) - Constructor for class org.teichert.databaseexplorer.messages.web.pojos.Marketplace
 
MarketplaceController - Class in org.teichert.databaseexplorer.databaseControllers
 
matcher - Variable in class org.teichert.databaseexplorer.gui_editors.GenericTextEditor
 
matcherRuntime - Variable in class org.teichert.databaseexplorer.gui_editors.GenericTextEditor
 
Maths - Class in org.teichert.databaseexplorer.utils
Helper-class with some mathematical functions.
maxIndex - Variable in class org.teichert.databaseexplorer.gui.FilteredTreeView
 
maxLengthProperty() - Method in class org.teichert.databaseexplorer.components.LimitedTextField
 
MD1(String) - Static method in class org.teichert.databaseexplorer.utils.Cryptiker
 
MD5 - Class in com.jcraft.jsch.jce
 
MD5() - Constructor for class com.jcraft.jsch.jce.MD5
 
MD5(String) - Static method in class org.teichert.databaseexplorer.utils.Cryptiker
 
MEDIUMBLOB - org.teichert.databaseexplorer.sqlitems.SQLDataType
 
MEDIUMINT - org.teichert.databaseexplorer.sqlitems.SQLDataType
 
MEDIUMTEXT - org.teichert.databaseexplorer.sqlitems.SQLDataType
 
MessageDialog - Class in org.teichert.databaseexplorer.gui
 
MessageDialog(Window, String, String, String) - Constructor for class org.teichert.databaseexplorer.gui.MessageDialog
 
MessageDialog(Window, Modality, String, String, String) - Constructor for class org.teichert.databaseexplorer.gui.MessageDialog
 
MessageNotificationType - Enum in org.teichert.databaseexplorer.enums
 
mkdir(String) - Method in class com.jcraft.jsch.ChannelSftp
 
modeError - Static variable in class org.teichert.databaseexplorer.gui.MyAlert
 
modeInfo - Static variable in class org.teichert.databaseexplorer.gui.MyAlert
 
modeNormal - Static variable in class org.teichert.databaseexplorer.gui.MyAlert
 
modifyTableColumn(SQLTableColumn, IDoingAfterThread) - Method in class org.teichert.databaseexplorer.database.DatabaseModel
 
modifyTableColumn(SQLTableColumn, IDoingAfterThread) - Method in class org.teichert.databaseexplorer.models.H2SQLModel
 
modifyTableColumn(SQLTableColumn, IDoingAfterThread) - Method in class org.teichert.databaseexplorer.models.InformixSQLModel
 
modifyTableColumn(SQLTableColumn, IDoingAfterThread) - Method in class org.teichert.databaseexplorer.models.MariaDBModel
 
modifyTableColumn(SQLTableColumn, IDoingAfterThread) - Method in class org.teichert.databaseexplorer.models.MSSQLModel
 
modifyTableColumn(SQLTableColumn, IDoingAfterThread) - Method in class org.teichert.databaseexplorer.models.MySQLModel
 
modifyTableColumn(SQLTableColumn, IDoingAfterThread) - Method in class org.teichert.databaseexplorer.models.PostgreSQLModel
 
modifyTableColumn(SQLTableColumn, IDoingAfterThread) - Method in class org.teichert.databaseexplorer.models.SQLiteModel
This is already done by renameTableColumn and no longer requires SQL
MONEY - org.teichert.databaseexplorer.sqlitems.SQLDataType
 
MSSQLModel - Class in org.teichert.databaseexplorer.models
 
MSSQLModel() - Constructor for class org.teichert.databaseexplorer.models.MSSQLModel
 
MULTISET - org.teichert.databaseexplorer.sqlitems.SQLDataType
 
MyAlert - Class in org.teichert.databaseexplorer.gui
 
MyAlert(Window, String, String, String, String, String) - Constructor for class org.teichert.databaseexplorer.gui.MyAlert
 
MyAlert(Window, String, String, String, String, String, boolean) - Constructor for class org.teichert.databaseexplorer.gui.MyAlert
 
MyAlert(Window, String, String, String, String, String, Image) - Constructor for class org.teichert.databaseexplorer.gui.MyAlert
 
MyAlert(Window, String, String, String, String, String, Image, boolean) - Constructor for class org.teichert.databaseexplorer.gui.MyAlert
 
MyButton - Class in org.teichert.databaseexplorer.components
 
MyButton() - Constructor for class org.teichert.databaseexplorer.components.MyButton
 
MyButton(String) - Constructor for class org.teichert.databaseexplorer.components.MyButton
 
MyButton(String, ImageView) - Constructor for class org.teichert.databaseexplorer.components.MyButton
 
MyCheckBox - Class in org.teichert.databaseexplorer.components
 
MyCheckBox() - Constructor for class org.teichert.databaseexplorer.components.MyCheckBox
 
MyCheckBox(String) - Constructor for class org.teichert.databaseexplorer.components.MyCheckBox
 
MyClassLoader - Class in org.teichert.databaseexplorer.utils
A special ClassLoader for using internal paths by reflections.
MyFileLocationTextField - Class in org.teichert.databaseexplorer.components
 
MyFileLocationTextField(Window, String, File, EventHandler<ActionEvent>) - Constructor for class org.teichert.databaseexplorer.components.MyFileLocationTextField
 
MyFolderLocationTextField - Class in org.teichert.databaseexplorer.components
 
MyFolderLocationTextField(Window, String, File, EventHandler<ActionEvent>) - Constructor for class org.teichert.databaseexplorer.components.MyFolderLocationTextField
 
MyLabel - Class in org.teichert.databaseexplorer.components
 
MyLabel() - Constructor for class org.teichert.databaseexplorer.components.MyLabel
 
MyLabel(String) - Constructor for class org.teichert.databaseexplorer.components.MyLabel
 
MyLabel(String, ImageView) - Constructor for class org.teichert.databaseexplorer.components.MyLabel
 
MyLogger - Class in org.teichert.databaseexplorer.utils
Helper-class to provice logging methods which can be configured in ConfigurationLoggigDialog and uses translations provided by LocalizeController.
MyLogger.ILogType - Interface in org.teichert.databaseexplorer.utils
This interface represents a LogType which has to be used to enhance the LogType-enum if custom-logging-behaviour is needed.
MyLogger.LogType - Enum in org.teichert.databaseexplorer.utils
 
MyLogger.Time - Enum in org.teichert.databaseexplorer.utils
 
MyProperties - Class in org.teichert.databaseexplorer.beans
Overloaded Java-Properties-Class to ignore empty key-values.
So all empty entries will be handled as null/not found.
MyProperties() - Constructor for class org.teichert.databaseexplorer.beans.MyProperties
 
MyRadioButton - Class in org.teichert.databaseexplorer.components
 
MyRadioButton() - Constructor for class org.teichert.databaseexplorer.components.MyRadioButton
 
MyRadioButton(String) - Constructor for class org.teichert.databaseexplorer.components.MyRadioButton
 
MyScene - Class in org.teichert.databaseexplorer.gui
 
MyScene(Parent) - Constructor for class org.teichert.databaseexplorer.gui.MyScene
 
MyScene(Parent, double, double) - Constructor for class org.teichert.databaseexplorer.gui.MyScene
 
MySpinner<T> - Class in org.teichert.databaseexplorer.components
 
MySpinner() - Constructor for class org.teichert.databaseexplorer.components.MySpinner
 
MySpinner(double, double, double) - Constructor for class org.teichert.databaseexplorer.components.MySpinner
 
MySpinner(double, double, double, double) - Constructor for class org.teichert.databaseexplorer.components.MySpinner
 
MySpinner(int, int, int) - Constructor for class org.teichert.databaseexplorer.components.MySpinner
 
MySpinner(int, int, int, int) - Constructor for class org.teichert.databaseexplorer.components.MySpinner
 
MySpinner(ObservableList<T>) - Constructor for class org.teichert.databaseexplorer.components.MySpinner
 
MySQLModel - Class in org.teichert.databaseexplorer.models
 
MySQLModel() - Constructor for class org.teichert.databaseexplorer.models.MySQLModel
 
MyTab - Class in org.teichert.databaseexplorer.gui
 
MyTab() - Constructor for class org.teichert.databaseexplorer.gui.MyTab
 
MyTab(String) - Constructor for class org.teichert.databaseexplorer.gui.MyTab
 
MyTab(String, Node) - Constructor for class org.teichert.databaseexplorer.gui.MyTab
 
MyTableView<T> - Class in org.teichert.databaseexplorer.gui
A TableView which can hold special data inside a CustomHashMap.
MyTableView() - Constructor for class org.teichert.databaseexplorer.gui.MyTableView
 
MyText - Class in org.teichert.databaseexplorer.components
 
MyText() - Constructor for class org.teichert.databaseexplorer.components.MyText
 
MyText(double, double, String) - Constructor for class org.teichert.databaseexplorer.components.MyText
 
MyText(String) - Constructor for class org.teichert.databaseexplorer.components.MyText
 
MyTextArea - Class in org.teichert.databaseexplorer.components
 
MyTextArea() - Constructor for class org.teichert.databaseexplorer.components.MyTextArea
 
MyTextArea(String) - Constructor for class org.teichert.databaseexplorer.components.MyTextArea
 
MyThread - Class in org.teichert.databaseexplorer.beans
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.
MyThread(Runnable, Thread) - Constructor for class org.teichert.databaseexplorer.beans.MyThread
 
MyThread(Runnable, Thread, boolean) - Constructor for class org.teichert.databaseexplorer.beans.MyThread
 
MyToggleButton - Class in org.teichert.databaseexplorer.components
 
MyToggleButton() - Constructor for class org.teichert.databaseexplorer.components.MyToggleButton
 
MyToggleButton(String) - Constructor for class org.teichert.databaseexplorer.components.MyToggleButton
 
MyToggleButton(String, ImageView) - Constructor for class org.teichert.databaseexplorer.components.MyToggleButton
 
MyTreeTableView<T> - Class in org.teichert.databaseexplorer.gui
 
MyTreeTableView() - Constructor for class org.teichert.databaseexplorer.gui.MyTreeTableView
 

N

N1qlFormatter - Class in com.github.vertical_blank.sqlformatter.languages
 
N1qlFormatter() - Constructor for class com.github.vertical_blank.sqlformatter.languages.N1qlFormatter
 
name2type(String) - Static method in class com.jcraft.jsch.HostKey
 
namedPlaceholderTypes - Variable in class com.github.vertical_blank.sqlformatter.core.DialectConfig
 
namedPlaceholderTypes(List<String>) - Method in class com.github.vertical_blank.sqlformatter.core.DialectConfig.DialectConfigBuilder
 
NCHAR - org.teichert.databaseexplorer.sqlitems.SQLDataType
 
needSize(SQLDataType) - Method in class org.teichert.databaseexplorer.database.DatabaseModel
 
needSize(SQLDataType) - Method in class org.teichert.databaseexplorer.models.H2SQLModel
 
needSize(SQLDataType) - Method in class org.teichert.databaseexplorer.models.InformixSQLModel
 
needSize(SQLDataType) - Method in class org.teichert.databaseexplorer.models.MariaDBModel
 
needSize(SQLDataType) - Method in class org.teichert.databaseexplorer.models.MSSQLModel
 
needSize(SQLDataType) - Method in class org.teichert.databaseexplorer.models.MySQLModel
 
needSize(SQLDataType) - Method in class org.teichert.databaseexplorer.models.PostgreSQLModel
 
needSize(SQLDataType) - Method in class org.teichert.databaseexplorer.models.SQLiteModel
 
NEW_COLUMN - Static variable in class org.teichert.databaseexplorer.controllers.KeyMappingController
 
NEW_TABLE - Static variable in class org.teichert.databaseexplorer.controllers.KeyMappingController
 
newInstance(Class<T>) - Method in class com.rits.cloning.Cloner
creates a new instance of c.
newInstance(Class<T>) - Method in interface com.rits.cloning.IInstantiationStrategy
 
newInstance(Class<T>) - Method in class com.rits.cloning.ObjenesisInstantiationStrategy
 
NewSQLTableColumn - Class in org.teichert.databaseexplorer.beans
Dataholding-class which holds the SQLTableColumn and its defaulvalue which was defined inside the database for that column.
NewSQLTableColumn(SQLTableColumn, Object) - Constructor for class org.teichert.databaseexplorer.beans.NewSQLTableColumn
 
next(Buffer) - Method in class com.jcraft.jsch.DHECN
 
next(Buffer) - Method in class com.jcraft.jsch.DHG1
 
next(Buffer) - Method in class com.jcraft.jsch.DHG14
 
next(Buffer) - Method in class com.jcraft.jsch.DHGEX
 
next(Buffer) - Method in class com.jcraft.jsch.KeyExchange
 
nextElement() - Method in class org.apache.fop.hyphenation.TernaryTree.Iterator
 
noMoreSessionChannels() - Method in class com.jcraft.jsch.Session
 
NONE - org.teichert.databaseexplorer.enums.MessageNotificationType
 
NORMAL_VALUE - org.teichert.databaseexplorer.enums.ColumnType
 
normalize(byte[]) - Method in class com.jcraft.jsch.jce.SignatureDSA
 
normalize(byte[]) - Method in class com.jcraft.jsch.KeyExchange
 
NOT_INCLUDED - Static variable in interface com.jcraft.jsch.HostKeyRepository
 
noteMissing(String) - Method in class org.apache.fop.hyphenation.HyphenationTreeCache
Notes a key to a hyphenation tree as missing.
notifyNotificationListener(ThreadNotification) - Method in class org.teichert.databaseexplorer.controllers.ThreadController
 
NOTNULL_VALUE - org.teichert.databaseexplorer.enums.ColumnType
 
NOTRUNNING - Static variable in interface com.jcraft.jsch.IdentityRepository
 
NTEXT - org.teichert.databaseexplorer.sqlitems.SQLDataType
 
NULL_INSTEAD_OF_CLONE - com.rits.cloning.ICloningStrategy.Strategy
 
nullConfig - Static variable in interface com.jcraft.jsch.ConfigRepository
 
nullInsteadOfClone(Class<?>...) - Method in class com.rits.cloning.Cloner
instead of cloning these classes will set the field to null
nullInsteadOfCloneFieldAnnotation(Class<? extends Annotation>...) - Method in class com.rits.cloning.Cloner
instead of cloning, fields annotated with this annotations will be set to null
nullToEmpty(List<T>) - Static method in class com.github.vertical_blank.sqlformatter.core.util.Util
 
NUMBER - com.github.vertical_blank.sqlformatter.core.TokenTypes
 
NumberTextField - Class in org.teichert.databaseexplorer.components
 
NumberTextField() - Constructor for class org.teichert.databaseexplorer.components.NumberTextField
 
NumberTextField(Number) - Constructor for class org.teichert.databaseexplorer.components.NumberTextField
 
NumberTextField(NumberFormat) - Constructor for class org.teichert.databaseexplorer.components.NumberTextField
 
NumberTextField(NumberFormat, Number) - Constructor for class org.teichert.databaseexplorer.components.NumberTextField
 
NUMERIC - org.teichert.databaseexplorer.sqlitems.SQLDataType
 
NumericInputDialog - Class in org.teichert.databaseexplorer.gui
 
NumericInputDialog(Window, String, Number) - Constructor for class org.teichert.databaseexplorer.gui.NumericInputDialog
 
NumericInputDialog(Window, String, Number, Number, Number) - Constructor for class org.teichert.databaseexplorer.gui.NumericInputDialog
 
NumericInputDialog(Window, String, Number, Number, Number, Number) - Constructor for class org.teichert.databaseexplorer.gui.NumericInputDialog
 
NumericInputDialog(Window, Modality, String, Number) - Constructor for class org.teichert.databaseexplorer.gui.NumericInputDialog
 
NumericInputDialog(Window, Modality, String, Number, Number, Number) - Constructor for class org.teichert.databaseexplorer.gui.NumericInputDialog
 
NumericInputDialog(Window, Modality, String, Number, Number, Number, Number) - Constructor for class org.teichert.databaseexplorer.gui.NumericInputDialog
 
NVARCHAR - org.teichert.databaseexplorer.sqlitems.SQLDataType
 

O

ObjenesisInstantiationStrategy - Class in com.rits.cloning
 
ObjenesisInstantiationStrategy() - Constructor for class com.rits.cloning.ObjenesisInstantiationStrategy
 
of(String) - Static method in class com.github.vertical_blank.sqlformatter.SqlFormatter
 
of(List<?>) - Static method in interface com.github.vertical_blank.sqlformatter.core.Params.Holder
 
of(Map<String, ?>) - Static method in interface com.github.vertical_blank.sqlformatter.core.Params.Holder
 
OK - Static variable in interface com.jcraft.jsch.HostKeyRepository
 
OK - Static variable in class org.teichert.databaseexplorer.gui.CustomDialog
 
OK_STRING - Static variable in class org.teichert.databaseexplorer.gui.CustomDialog
 
okPressed() - Method in class org.teichert.databaseexplorer.gui.CustomDialog
 
okPressed() - Method in interface org.teichert.databaseexplorer.interfaces.ISetting
 
onFinished() - Method in class org.teichert.databaseexplorer.impl.AItemLoadedListener
 
onFinished() - Method in interface org.teichert.databaseexplorer.interfaces.IItemLoadedListener
 
onInit() - Method in class org.teichert.databaseexplorer.impl.AItemLoadedListener
 
onInit() - Method in interface org.teichert.databaseexplorer.interfaces.IItemLoadedListener
 
onLoaded(ISQLItem<?, ?>) - Method in class org.teichert.databaseexplorer.impl.AItemLoadedListener
 
onLoaded(ISQLItem<?, ?>) - Method in interface org.teichert.databaseexplorer.interfaces.IItemLoadedListener
 
ONLY_PK_FK - Static variable in class org.teichert.databaseexplorer.constants.ConfigurationDiagramConstants
 
OPEN_PAREN - com.github.vertical_blank.sqlformatter.core.TokenTypes
 
OPEN_TAB_CONNECTION - Static variable in class org.teichert.databaseexplorer.controllers.KeyMappingController
 
OPEN_TABLE - Static variable in class org.teichert.databaseexplorer.controllers.KeyMappingController
 
openChannel(String) - Method in class com.jcraft.jsch.Session
 
openDocument(File) - Method in class org.teichert.databaseexplorer.gui.PdfFXViewer
 
openDocument(String) - Method in class org.teichert.databaseexplorer.gui.PdfFXViewer
 
openInputDialog(String, String, String) - Static method in class org.teichert.databaseexplorer.utils.GuiHelper
Returns a specific text from the user input
openInputDialog(String, String, String, boolean) - Static method in class org.teichert.databaseexplorer.utils.GuiHelper
Returns a specific text from the user input
openInputDialog(Window, Modality, String, String, String) - Static method in class org.teichert.databaseexplorer.utils.GuiHelper
Returns a specific text from the user input
openInputDialog(Window, Modality, String, String, String, boolean) - Static method in class org.teichert.databaseexplorer.utils.GuiHelper
Returns a specific text from the user input
openMessage(String, double) - Static method in class org.teichert.databaseexplorer.utils.GuiHelper
Opens a MessageDialog with "Success" as title.
timeInSeconds will be the time how long the messageDialog is being showed.
A Value below 1 will show the dialog until the user close it!
openMessage(String, String, String, String, double) - Static method in class org.teichert.databaseexplorer.utils.GuiHelper
Opens a Info MessageDialog.
timeInSeconds will be the time how long the messageDialog is being showed.
A Value below 1 will show the dialog until the user close it!
openMessage(String, String, String, String, MessageNotificationType, double) - Static method in class org.teichert.databaseexplorer.utils.GuiHelper
Opens a MessageDialog depending on its notificationType.
timeInSeconds will be the time how long the messageDialog is being showed.
A Value below 1 will show the dialog until the user close it!
openMessage(String, String, MessageNotificationType, double) - Static method in class org.teichert.databaseexplorer.utils.GuiHelper
Opens a MessageDialog depending on its notificationType.
timeInSeconds will be the time how long the messageDialog is being showed.
A Value below 1 will show the dialog until the user close it!
openParens - Variable in class com.github.vertical_blank.sqlformatter.core.DialectConfig
 
openParens(List<String>) - Method in class com.github.vertical_blank.sqlformatter.core.DialectConfig.DialectConfigBuilder
 
OpenSSHConfig - Class in com.jcraft.jsch
This class implements ConfigRepository interface, and parses OpenSSH's configuration file.
openYesNoDialog(String, String) - Static method in class org.teichert.databaseexplorer.utils.GuiHelper
Returns true if the user pressed the OK-Button, otherwise false!
openYesNoDialog(Window, Modality, String, String) - Static method in class org.teichert.databaseexplorer.utils.GuiHelper
Returns true if the user pressed the OK-Button, otherwise false!
OPERATOR - com.github.vertical_blank.sqlformatter.core.TokenTypes
 
operators - Variable in class org.teichert.databaseexplorer.beans.SyntaxHighlightingProfile
 
optionMap - Variable in class org.teichert.databaseexplorer.gui_editors.GenericTextEditor
 
OPTIONS - org.teichert.databaseexplorer.messages.web.AbstractWebProvider.MethodTypes
 
org.apache.fop.hyphenation - package org.apache.fop.hyphenation
 
org.teichert.databaseexplorer.annotations - package org.teichert.databaseexplorer.annotations
 
org.teichert.databaseexplorer.beans - package org.teichert.databaseexplorer.beans
 
org.teichert.databaseexplorer.components - package org.teichert.databaseexplorer.components
 
org.teichert.databaseexplorer.components.representation - package org.teichert.databaseexplorer.components.representation
 
org.teichert.databaseexplorer.constants - package org.teichert.databaseexplorer.constants
 
org.teichert.databaseexplorer.controllers - package org.teichert.databaseexplorer.controllers
 
org.teichert.databaseexplorer.database - package org.teichert.databaseexplorer.database
 
org.teichert.databaseexplorer.databaseControllers - package org.teichert.databaseexplorer.databaseControllers
 
org.teichert.databaseexplorer.enums - package org.teichert.databaseexplorer.enums
 
org.teichert.databaseexplorer.gui - package org.teichert.databaseexplorer.gui
 
org.teichert.databaseexplorer.gui_editors - package org.teichert.databaseexplorer.gui_editors
 
org.teichert.databaseexplorer.hyphen - package org.teichert.databaseexplorer.hyphen
 
org.teichert.databaseexplorer.impl - package org.teichert.databaseexplorer.impl
 
org.teichert.databaseexplorer.interfaces - package org.teichert.databaseexplorer.interfaces
 
org.teichert.databaseexplorer.messages.web - package org.teichert.databaseexplorer.messages.web
 
org.teichert.databaseexplorer.messages.web.Exceptions - package org.teichert.databaseexplorer.messages.web.Exceptions
 
org.teichert.databaseexplorer.messages.web.impl - package org.teichert.databaseexplorer.messages.web.impl
 
org.teichert.databaseexplorer.messages.web.pojos - package org.teichert.databaseexplorer.messages.web.pojos
 
org.teichert.databaseexplorer.models - package org.teichert.databaseexplorer.models
 
org.teichert.databaseexplorer.pluginInterfaces - package org.teichert.databaseexplorer.pluginInterfaces
 
org.teichert.databaseexplorer.sqlitems - package org.teichert.databaseexplorer.sqlitems
 
org.teichert.databaseexplorer.syntaxHighlightingProfiles - package org.teichert.databaseexplorer.syntaxHighlightingProfiles
 
org.teichert.databaseexplorer.utils - package org.teichert.databaseexplorer.utils
 
OTHER - org.teichert.databaseexplorer.sqlitems.SQLDataType
 
OTHER - org.teichert.databaseexplorer.sqlitems.SQLIndex.Types
 
OUT_OF_SYNC_STRICT - Static variable in class org.teichert.databaseexplorer.constants.ConfigurationGeneralConstants
 
outputFile(String) - Static method in class org.teichert.databaseexplorer.utils.FileHelper
 
OVERWRITE - Static variable in class com.jcraft.jsch.ChannelSftp
 

P

packet - Variable in class com.jcraft.jsch.UserAuth
 
Packet - Class in com.jcraft.jsch
 
Packet(Buffer) - Constructor for class com.jcraft.jsch.Packet
 
pane - Variable in class org.teichert.databaseexplorer.gui_editors.GenericTextEditor
 
params - Variable in class com.github.vertical_blank.sqlformatter.core.FormatConfig
 
params(Params.Holder) - Method in class com.github.vertical_blank.sqlformatter.core.FormatConfig.FormatConfigBuilder
 
Params - Class in com.github.vertical_blank.sqlformatter.core
Handles placeholder replacement with given params.
Params(Params.Holder) - Constructor for class com.github.vertical_blank.sqlformatter.core.Params
 
Params(List<?>) - Constructor for class com.github.vertical_blank.sqlformatter.core.Params
 
Params(Map<String, ?>) - Constructor for class com.github.vertical_blank.sqlformatter.core.Params
 
Params.Holder - Interface in com.github.vertical_blank.sqlformatter.core
 
Params.IndexedParamHolder - Class in com.github.vertical_blank.sqlformatter.core
 
Params.NamedParamHolder - Class in com.github.vertical_blank.sqlformatter.core
 
parent - Variable in class org.teichert.databaseexplorer.gui_editors.GenericTextEditor
 
parent - Variable in class org.teichert.databaseexplorer.gui.CustomDialog
 
parentStage - Variable in class org.teichert.databaseexplorer.components.DropDown
 
parse(String) - Static method in class com.jcraft.jsch.OpenSSHConfig
Parses the given string, and returns an instance of ConfigRepository.
parse(InputSource) - Method in class org.apache.fop.hyphenation.PatternParser
Parses a hyphenation pattern file.
parseFile(String) - Static method in class com.jcraft.jsch.OpenSSHConfig
Parses the given file, and returns an instance of ConfigRepository.
parser - Static variable in class org.teichert.databaseexplorer.utils.Loader
 
parseXMLDoc(Element, Document, Map<String, String>) - Method in class org.teichert.databaseexplorer.messages.web.AbstractWebProvider
Parse the doc and fills the oauthResponse (key=tagname, value=content).
PASSWORD - org.teichert.databaseexplorer.messages.web.WebConstants.GRANT_TYPES
 
PASSWORD - Static variable in interface org.teichert.databaseexplorer.messages.web.WebConstants
 
PATCH - org.teichert.databaseexplorer.messages.web.AbstractWebProvider.MethodTypes
 
pattern - Variable in class org.teichert.databaseexplorer.beans.SyntaxHighlightingProfile
 
PATTERN_SQL_COMMENTS - Static variable in class org.teichert.databaseexplorer.utils.StringHelper
 
patternComments - Static variable in class org.teichert.databaseexplorer.utils.StringHelper
 
PatternConsumer - Interface in org.apache.fop.hyphenation
This interface is used to connect the XML pattern file parser to the hyphenation tree.
PatternParser - Class in org.apache.fop.hyphenation
A SAX document handler to read and parse hyphenation patterns from a XML file.
patternsMap - Variable in class org.teichert.databaseexplorer.beans.SyntaxHighlightingProfile
 
PBKDF - Class in com.jcraft.jsch.jce
 
PBKDF - Interface in com.jcraft.jsch
 
PBKDF() - Constructor for class com.jcraft.jsch.jce.PBKDF
 
PdfExport - Class in org.teichert.databaseexplorer.utils
Helper-Class to export the mxGraphComponent to a canvas to be printable.
PdfExport(mxGraphComponent) - Constructor for class org.teichert.databaseexplorer.utils.PdfExport
 
PdfFXViewer - Class in org.teichert.databaseexplorer.gui
Example of integrating ICEpdf into a JavaFX application using Java 8 and SwingNode.
PdfFXViewer() - Constructor for class org.teichert.databaseexplorer.gui.PdfFXViewer
Open this viewer in a new window
PdfFXViewer(Pane) - Constructor for class org.teichert.databaseexplorer.gui.PdfFXViewer
 
PdfFXViewer(Pane, String) - Constructor for class org.teichert.databaseexplorer.gui.PdfFXViewer
 
PER_ALWAYS - org.teichert.databaseexplorer.utils.MyLogger.Time
 
PER_DAY - org.teichert.databaseexplorer.utils.MyLogger.Time
 
PER_MONTH - org.teichert.databaseexplorer.utils.MyLogger.Time
 
PER_WEEK - org.teichert.databaseexplorer.utils.MyLogger.Time
 
Perspectives - Class in com.rits.perspectives
Perspectives: an object instance of a class behaving differently according to the "view angle".
Perspectives(Cloner) - Constructor for class com.rits.perspectives.Perspectives
 
PLACEHOLDER - com.github.vertical_blank.sqlformatter.core.TokenTypes
 
PlSqlFormatter - Class in com.github.vertical_blank.sqlformatter.languages
 
PlSqlFormatter() - Constructor for class com.github.vertical_blank.sqlformatter.languages.PlSqlFormatter
 
PLUGIN_STATES - Static variable in class org.teichert.databaseexplorer.constants.ConfigurationPluginsConstants
 
PluginController - Class in org.teichert.databaseexplorer.controllers
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 - Class in org.teichert.databaseexplorer.messages.web.pojos
 
PluginInfo() - Constructor for class org.teichert.databaseexplorer.messages.web.pojos.PluginInfo
 
PluginInfo(String, String, String, String) - Constructor for class org.teichert.databaseexplorer.messages.web.pojos.PluginInfo
 
PluginWebController - Class in org.teichert.databaseexplorer.controllers
 
PluginWebProvider - Class in org.teichert.databaseexplorer.messages.web.impl
 
PluginWebProvider() - Constructor for class org.teichert.databaseexplorer.messages.web.impl.PluginWebProvider
 
popConnection(int, Connection) - Method in class org.teichert.databaseexplorer.controllers.TransactionController
 
popConnection(int, SQLTransaction) - Method in class org.teichert.databaseexplorer.controllers.TransactionController
 
popLast(int) - Method in class org.teichert.databaseexplorer.controllers.TransactionController
 
port - Static variable in class org.teichert.databaseexplorer.controllers.PluginWebController
 
POST - org.teichert.databaseexplorer.messages.web.AbstractWebProvider.MethodTypes
 
PostgreSQLModel - Class in org.teichert.databaseexplorer.models
 
PostgreSQLModel() - Constructor for class org.teichert.databaseexplorer.models.PostgreSQLModel
 
prepareAutoComplete() - Method in class org.teichert.databaseexplorer.gui_editors.GenericTextEditor
 
prepareCSV(ObservableList<SQLTableValue[]>, Map<String, Object>, SQLTable) - Static method in class org.teichert.databaseexplorer.utils.StringHelper
Prepares a csv-string converted by the given row-values.
The csv-metadata like the text-separator comes from ConfigurationExportTableConstants.
prepareDeletionSQL(String) - Method in class org.teichert.databaseexplorer.database.DatabaseModel
 
prepareDeletionSQL(String) - Method in class org.teichert.databaseexplorer.models.SQLiteModel
 
prepareSQL(String) - Method in class org.teichert.databaseexplorer.database.DatabaseModel
 
prepareSQL(String) - Method in class org.teichert.databaseexplorer.models.H2SQLModel
 
prepareSQL(String) - Method in class org.teichert.databaseexplorer.models.InformixSQLModel
 
prepareSQL(String) - Method in class org.teichert.databaseexplorer.models.MariaDBModel
 
prepareSQL(String) - Method in class org.teichert.databaseexplorer.models.MSSQLModel
 
prepareSQL(String) - Method in class org.teichert.databaseexplorer.models.MySQLModel
 
prepareSQL(String) - Method in class org.teichert.databaseexplorer.models.PostgreSQLModel
 
prepareSQL(String) - Method in class org.teichert.databaseexplorer.models.SQLiteModel
 
prepareSQL(String) - Static method in class org.teichert.databaseexplorer.utils.StringHelper
Prepares the given SQL.
pressed - Variable in class org.teichert.databaseexplorer.gui.CustomDialog
default have to be CANCEL!
PRIMARY_KEY - org.teichert.databaseexplorer.enums.ColumnType
 
printStats() - Method in class org.apache.fop.hyphenation.HyphenationTree
Print statistics.
printStats() - Method in class org.apache.fop.hyphenation.TernaryTree
Print stats (for testing).
processAutoCompletion() - Method in class org.teichert.databaseexplorer.gui_editors.CSSTextEditor
 
processAutoCompletion() - Method in class org.teichert.databaseexplorer.gui_editors.GenericTextEditor
 
processAutoCompletion() - Method in class org.teichert.databaseexplorer.gui_editors.SQLTextEditor
 
promptKeyboardInteractive(String, String, String, String[], boolean[]) - Method in interface com.jcraft.jsch.UIKeyboardInteractive
 
promptPassphrase(String) - Method in interface com.jcraft.jsch.UserInfo
 
promptPassword(String) - Method in interface com.jcraft.jsch.UserInfo
 
promptYesNo(String) - Method in interface com.jcraft.jsch.UserInfo
 
props - Static variable in class org.teichert.databaseexplorer.utils.Loader
This property contains all translations from the saved locale by ConfigurationLanguageConstants.LANGUAGE_STANDARD or Locale.getDefault() if no saved locale exists.
Proxy - Interface in com.jcraft.jsch
 
ProxyHTTP - Class in com.jcraft.jsch
 
ProxyHTTP(String) - Constructor for class com.jcraft.jsch.ProxyHTTP
 
ProxyHTTP(String, int) - Constructor for class com.jcraft.jsch.ProxyHTTP
 
ProxySOCKS4 - Class in com.jcraft.jsch
 
ProxySOCKS4(String) - Constructor for class com.jcraft.jsch.ProxySOCKS4
 
ProxySOCKS4(String, int) - Constructor for class com.jcraft.jsch.ProxySOCKS4
 
ProxySOCKS5 - Class in com.jcraft.jsch
 
ProxySOCKS5(String) - Constructor for class com.jcraft.jsch.ProxySOCKS5
 
ProxySOCKS5(String, int) - Constructor for class com.jcraft.jsch.ProxySOCKS5
 
publicKeyComment - Variable in class com.jcraft.jsch.KeyPair
 
pushCharCount - Variable in class org.teichert.databaseexplorer.hyphen.AbstractHyphenator
 
pushConnection(int, Connection) - Method in class org.teichert.databaseexplorer.controllers.TransactionController
 
pushConnection(int, SQLTransaction) - Method in class org.teichert.databaseexplorer.controllers.TransactionController
 
put(Packet) - Method in class com.jcraft.jsch.IO
 
put(InputStream, String) - Method in class com.jcraft.jsch.ChannelSftp
 
put(InputStream, String, int) - Method in class com.jcraft.jsch.ChannelSftp
 
put(InputStream, String, SftpProgressMonitor) - Method in class com.jcraft.jsch.ChannelSftp
 
put(InputStream, String, SftpProgressMonitor, int) - Method in class com.jcraft.jsch.ChannelSftp
Sends data from the input stream src to dst file.
put(String) - Method in class com.jcraft.jsch.ChannelSftp
 
put(String, int) - Method in class com.jcraft.jsch.ChannelSftp
 
put(String, SftpProgressMonitor, int) - Method in class com.jcraft.jsch.ChannelSftp
 
put(String, SftpProgressMonitor, int, long) - Method in class com.jcraft.jsch.ChannelSftp
Sends data from the output stream to dst file.
put(String, String) - Method in class com.jcraft.jsch.ChannelSftp
 
put(String, String, int) - Method in class com.jcraft.jsch.ChannelSftp
 
put(String, String, SftpProgressMonitor) - Method in class com.jcraft.jsch.ChannelSftp
 
put(String, String, SftpProgressMonitor, int) - Method in class com.jcraft.jsch.ChannelSftp
Sends data from src file to dst file.
PUT - org.teichert.databaseexplorer.messages.web.AbstractWebProvider.MethodTypes
 
PUT - Static variable in interface com.jcraft.jsch.SftpProgressMonitor
 
putByte(byte) - Method in class com.jcraft.jsch.Buffer
 
putByte(byte[]) - Method in class com.jcraft.jsch.Buffer
 
putByte(byte[], int, int) - Method in class com.jcraft.jsch.Buffer
 
putData(Object, Object) - Method in class org.teichert.databaseexplorer.gui.MyTab
 
putData(Object, Object) - Method in class org.teichert.databaseexplorer.gui.MyTableView
 
putData(Object, Object) - Method in class org.teichert.databaseexplorer.gui.MyTreeTableView
 
putInt(int) - Method in class com.jcraft.jsch.Buffer
 
putIt(K, V) - Method in class org.teichert.databaseexplorer.beans.CustomHashMap
 
putItAll(Map<? extends K, ? extends V>) - Method in class org.teichert.databaseexplorer.beans.CustomHashMap
 
putLong(long) - Method in class com.jcraft.jsch.Buffer
 
putMPInt(byte[]) - Method in class com.jcraft.jsch.Buffer
 
putString(byte[]) - Method in class com.jcraft.jsch.Buffer
 
putString(byte[], int, int) - Method in class com.jcraft.jsch.Buffer
 
pwd() - Method in class com.jcraft.jsch.ChannelSftp
 

Q

QUERY - org.teichert.databaseexplorer.messages.web.WebConstants.RESP_MODES
 
quit() - Method in class com.jcraft.jsch.ChannelSftp
 

R

RADIO - Static variable in class org.teichert.databaseexplorer.beans.ToolOption
 
Random - Class in com.jcraft.jsch.jce
 
Random - Interface in com.jcraft.jsch
 
Random() - Constructor for class com.jcraft.jsch.jce.Random
 
RAW - org.teichert.databaseexplorer.sqlitems.SQLDataType
 
read(Buffer) - Method in class com.jcraft.jsch.Session
 
read(InputStream, int, Consumer<String>) - Static method in class org.teichert.databaseexplorer.utils.FileHelper
 
read(InputStream, String, int, Consumer<String>) - Static method in class org.teichert.databaseexplorer.utils.FileHelper
 
read(InputStream, String, Consumer<String>) - Static method in class org.teichert.databaseexplorer.utils.FileHelper
 
read(InputStream, Consumer<String>) - Static method in class org.teichert.databaseexplorer.utils.FileHelper
 
read(Reader, Consumer<String>) - Static method in class org.teichert.databaseexplorer.utils.FileHelper
 
readFile(File) - Static method in class org.teichert.databaseexplorer.utils.FileHelper
Reads in a file and converts it to a string.
readFile(File, String) - Static method in class org.teichert.databaseexplorer.utils.FileHelper
Reads in a file and converts it to a string.
readFile(InputStream) - Static method in class org.teichert.databaseexplorer.utils.FileHelper
Reads in a file and converts it to a string.
readFile(InputStream, String) - Static method in class org.teichert.databaseexplorer.utils.FileHelper
Reads in a file and converts it to a string.
readFile(Reader) - Static method in class org.teichert.databaseexplorer.utils.FileHelper
Reads in a file and converts it to a string.
readlink(String) - Method in class com.jcraft.jsch.ChannelSftp
 
REAL - org.teichert.databaseexplorer.sqlitems.SQLDataType
 
realpath(String) - Method in class com.jcraft.jsch.ChannelSftp
 
reconnect(ExecutorService, int, Map<Object, Object>) - Method in class org.teichert.databaseexplorer.controllers.DatabaseController
Do a "reconnect" (close and create a new Connection if possible) to the cached Database-Connection for the given connectionPoolId and also rollback not committet executions.
reconnect(ExecutorService, int, Map<Object, Object>) - Method in interface org.teichert.databaseexplorer.pluginInterfaces.IDatabaseControllerExtensionPluginInterface
reconnect(ExecutorService, int, SQLDatabase, Map<Object, Object>) - Method in class org.teichert.databaseexplorer.controllers.DatabaseController
Do a "reconnect" (close and create a new Connection if possible) to the cached Database-Connection for the given connectionPoolId.
reconnect(ExecutorService, int, SQLDatabase, Map<Object, Object>) - Method in interface org.teichert.databaseexplorer.pluginInterfaces.IDatabaseControllerExtensionPluginInterface
RECONNECT - Static variable in class org.teichert.databaseexplorer.controllers.KeyMappingController
 
REDIRECT_URI - Static variable in interface org.teichert.databaseexplorer.messages.web.WebConstants
 
ReflectionHelper - Class in org.teichert.databaseexplorer.utils
Helper-class for using reflections.
REFRESH_TOKEN - Static variable in interface org.teichert.databaseexplorer.messages.web.WebConstants
 
refreshButton - Variable in class org.teichert.databaseexplorer.gui.FilteredTreeView
 
refreshHiarically(TreeView, TreeItem<?>, IItemLoadedListener...) - Static method in class org.teichert.databaseexplorer.utils.GuiHelper
Refresh the given treeItem downwards (recursivly).
refreshSelected(Thread, TreeItem<?>, boolean, AItemLoadedListener...) - Method in class org.teichert.databaseexplorer.components.CachedFilteredTreeView
 
refreshSelected(TreeView, TreeItem<?>, IItemLoadedListener...) - Static method in class org.teichert.databaseexplorer.utils.GuiHelper
 
refreshTree() - Method in class org.teichert.databaseexplorer.components.CachedFilteredTreeView
 
refreshTree() - Method in class org.teichert.databaseexplorer.gui.FilteredTreeView
 
refreshTree(TreeView<?>, UnvisibleRoot, Menu, boolean, boolean, boolean, IItemLoadedListener...) - Static method in class org.teichert.databaseexplorer.utils.GuiHelper
Main Refresh-Method which also loads over the cache if it is activated.
refreshTree(TreeView, SQLDatabase, TreeItem, boolean, IItemLoadedListener...) - Static method in class org.teichert.databaseexplorer.utils.GuiHelper
 
refreshTree(TreeView, SQLServer, TreeItem, boolean, IItemLoadedListener...) - Static method in class org.teichert.databaseexplorer.utils.GuiHelper
 
refreshTree(TreeView, SQLTable, TreeItem<?>, boolean, IItemLoadedListener...) - Static method in class org.teichert.databaseexplorer.utils.GuiHelper
 
refreshTreeViaCache(TreeView<?>, UnvisibleRoot, Menu, IItemLoadedListener...) - Static method in class org.teichert.databaseexplorer.utils.GuiHelper
 
refreshWithCacheIfEnabled() - Method in class org.teichert.databaseexplorer.components.CachedFilteredTreeView
 
regex - Variable in class com.github.vertical_blank.sqlformatter.core.Token
 
REGEX - org.teichert.databaseexplorer.enums.SearchMode
 
RegexHelper - Class in org.teichert.databaseexplorer.utils
 
register(Thread) - Method in class org.teichert.databaseexplorer.controllers.ThreadController
 
register(Thread, boolean) - Method in class org.teichert.databaseexplorer.controllers.ThreadController
 
register(Future<?>) - Method in class org.teichert.databaseexplorer.controllers.ThreadController
 
register(Future<?>, boolean) - Method in class org.teichert.databaseexplorer.controllers.ThreadController
 
registerCloningStrategy(ICloningStrategy) - Method in class com.rits.cloning.Cloner
 
registerConstant(Class<?>, String) - Method in class com.rits.cloning.Cloner
 
registerConstant(Object) - Method in class com.rits.cloning.Cloner
 
registerDriver() - Method in class org.teichert.databaseexplorer.database.DatabaseModel
 
registerDriver() - Method in class org.teichert.databaseexplorer.models.H2SQLModel
 
registerDriver() - Method in class org.teichert.databaseexplorer.models.InformixSQLModel
 
registerDriver() - Method in class org.teichert.databaseexplorer.models.MariaDBModel
 
registerDriver() - Method in class org.teichert.databaseexplorer.models.MSSQLModel
 
registerDriver() - Method in class org.teichert.databaseexplorer.models.MySQLModel
 
registerDriver() - Method in class org.teichert.databaseexplorer.models.PostgreSQLModel
 
registerDriver() - Method in class org.teichert.databaseexplorer.models.SQLiteModel
 
registerFastCloner(Class<?>, IFastCloner) - Method in class com.rits.cloning.Cloner
 
registerFastCloners() - Method in class com.rits.cloning.Cloner
registers a std set of fast cloners.
registerImmutable(Class<?>...) - Method in class com.rits.cloning.Cloner
registers an immutable class.
registerInaccessibleClassToBeFastCloned(String, IFastCloner) - Method in class com.rits.cloning.Cloner
 
registerKnownConstants() - Method in class com.rits.cloning.Cloner
 
registerKnownJdkImmutableClasses() - Method in class com.rits.cloning.Cloner
registers some known JDK immutable classes.
registerStaticFields(Class<?>...) - Method in class com.rits.cloning.Cloner
registers all static fields of these classes.
rekey() - Method in class com.jcraft.jsch.Session
 
reloadTable(int, SQLDatabase, Connection, ResultSet, SQLTable, int, boolean, boolean) - Method in class org.teichert.databaseexplorer.controllers.DatabaseController
Fills the given SQLTable with all information and if fillTable is true also SQLRows with the given amount restricted by limit.
reloadTable(int, SQLTable, int) - Method in class org.teichert.databaseexplorer.database.DatabaseModel
 
reloadTable(int, SQLTable, int) - Method in class org.teichert.databaseexplorer.models.H2SQLModel
 
reloadTable(int, SQLTable, int) - Method in class org.teichert.databaseexplorer.models.InformixSQLModel
 
reloadTable(int, SQLTable, int) - Method in class org.teichert.databaseexplorer.models.MariaDBModel
 
reloadTable(int, SQLTable, int) - Method in class org.teichert.databaseexplorer.models.MSSQLModel
 
reloadTable(int, SQLTable, int) - Method in class org.teichert.databaseexplorer.models.MySQLModel
 
reloadTable(int, SQLTable, int) - Method in class org.teichert.databaseexplorer.models.PostgreSQLModel
 
reloadTable(int, SQLTable, int) - Method in class org.teichert.databaseexplorer.models.SQLiteModel
 
remainCharCount - Variable in class org.teichert.databaseexplorer.hyphen.AbstractHyphenator
 
remove(byte[]) - Method in interface com.jcraft.jsch.IdentityRepository
 
remove(byte[]) - Method in class com.jcraft.jsch.IdentityRepository.Wrapper
 
remove(String, String) - Method in interface com.jcraft.jsch.HostKeyRepository
Removes a host key if there exists mached key with host, type.
remove(String, String) - Method in class com.jcraft.jsch.KnownHosts
 
remove(String, String, byte[]) - Method in interface com.jcraft.jsch.HostKeyRepository
Removes a host key if there exists a matched key with host, type and key.
remove(String, String, byte[]) - Method in class com.jcraft.jsch.KnownHosts
 
remove(ThreadIdentificationItem) - Method in class org.teichert.databaseexplorer.controllers.ThreadController
 
remove(T...) - Method in class org.teichert.databaseexplorer.gui.ListWithTools
 
remove(T...) - Method in class org.teichert.databaseexplorer.gui.TableWithTools
 
remove(T...) - Method in class org.teichert.databaseexplorer.gui.TreeTableWithTools
 
removeAll() - Method in interface com.jcraft.jsch.IdentityRepository
 
removeAll() - Method in class com.jcraft.jsch.IdentityRepository.Wrapper
 
removeAllIdentity() - Method in class com.jcraft.jsch.JSch
Removes all identities from identityRepository.
removeChangeListener(ListChangeListener<ThreadIdentificationItem>) - Method in class org.teichert.databaseexplorer.controllers.ThreadController
 
removeChild(SQLDatabase) - Method in class org.teichert.databaseexplorer.components.representation.UnvisibleRoot
 
removeChild(SQLServer) - Method in class org.teichert.databaseexplorer.components.representation.UnvisibleRoot
 
removeChild(SQLTable) - Method in class org.teichert.databaseexplorer.sqlitems.SQLDatabase
 
removeChild(SQLTableColumn) - Method in class org.teichert.databaseexplorer.sqlitems.SQLTable
 
removeConnection(SSHConnection...) - Method in class org.teichert.databaseexplorer.controllers.SSHController
 
removeData(Object) - Method in class org.teichert.databaseexplorer.gui_editors.SQLTextEditor
 
removeDatabase(SQLDatabase...) - Method in class org.teichert.databaseexplorer.components.CachedFilteredTreeView
 
removeExceptionallies(String...) - Method in class org.teichert.databaseexplorer.components.NumberTextField
 
removeExecutionCount(String) - Method in class org.teichert.databaseexplorer.utils.ExecutionHelper
 
removeExecutor(Thread) - Method in class org.teichert.databaseexplorer.controllers.ThreadController
 
removeForeign(SQLForeignInfo) - Method in class org.teichert.databaseexplorer.sqlitems.SQLTable
 
removeForeignColumn(SQLForeignColumn) - Method in class org.teichert.databaseexplorer.sqlitems.SQLTableColumn
 
removeIdentity(Identity) - Method in class com.jcraft.jsch.JSch
Removes the identity from identityRepository.
removeIdentity(String) - Method in class com.jcraft.jsch.JSch
Deprecated.
use #removeIdentity(Identity identity)
removeIndex(SQLIndex) - Method in class org.teichert.databaseexplorer.sqlitems.SQLTable
 
removeListener(EventHandler<Event>) - Method in class org.teichert.databaseexplorer.beans.ToolOption
 
removeNotificationListener(IThreadNotificationListener) - Method in class org.teichert.databaseexplorer.controllers.ThreadController
 
removeRow(SQLRow) - Method in class org.teichert.databaseexplorer.sqlitems.SQLTable
 
removeServer(SQLServer...) - Method in class org.teichert.databaseexplorer.components.CachedFilteredTreeView
 
removeSession(Session) - Method in class com.jcraft.jsch.JSch
 
removeThrowableMsg(String) - Method in class org.teichert.databaseexplorer.utils.ExecutionHelper
 
removeTrigger(SQLTrigger) - Method in class org.teichert.databaseexplorer.sqlitems.SQLTable
 
rename(String, String) - Method in class com.jcraft.jsch.ChannelSftp
 
RENAME - org.teichert.databaseexplorer.beans.ThreadNotificationType
 
renameTable(SQLTable, SQLTable, IDoingAfterThread) - Method in class org.teichert.databaseexplorer.database.DatabaseModel
 
renameTable(SQLTable, SQLTable, IDoingAfterThread) - Method in class org.teichert.databaseexplorer.models.H2SQLModel
 
renameTable(SQLTable, SQLTable, IDoingAfterThread) - Method in class org.teichert.databaseexplorer.models.InformixSQLModel
 
renameTable(SQLTable, SQLTable, IDoingAfterThread) - Method in class org.teichert.databaseexplorer.models.MariaDBModel
 
renameTable(SQLTable, SQLTable, IDoingAfterThread) - Method in class org.teichert.databaseexplorer.models.MSSQLModel
 
renameTable(SQLTable, SQLTable, IDoingAfterThread) - Method in class org.teichert.databaseexplorer.models.MySQLModel
 
renameTable(SQLTable, SQLTable, IDoingAfterThread) - Method in class org.teichert.databaseexplorer.models.PostgreSQLModel
 
renameTable(SQLTable, SQLTable, IDoingAfterThread) - Method in class org.teichert.databaseexplorer.models.SQLiteModel
 
renameTableColumn(SQLTableColumn, SQLTableColumn, IDoingAfterThread) - Method in class org.teichert.databaseexplorer.database.DatabaseModel
 
renameTableColumn(SQLTableColumn, SQLTableColumn, IDoingAfterThread) - Method in class org.teichert.databaseexplorer.models.H2SQLModel
 
renameTableColumn(SQLTableColumn, SQLTableColumn, IDoingAfterThread) - Method in class org.teichert.databaseexplorer.models.InformixSQLModel
 
renameTableColumn(SQLTableColumn, SQLTableColumn, IDoingAfterThread) - Method in class org.teichert.databaseexplorer.models.MariaDBModel
 
renameTableColumn(SQLTableColumn, SQLTableColumn, IDoingAfterThread) - Method in class org.teichert.databaseexplorer.models.MSSQLModel
 
renameTableColumn(SQLTableColumn, SQLTableColumn, IDoingAfterThread) - Method in class org.teichert.databaseexplorer.models.MySQLModel
 
renameTableColumn(SQLTableColumn, SQLTableColumn, IDoingAfterThread) - Method in class org.teichert.databaseexplorer.models.PostgreSQLModel
 
renameTableColumn(SQLTableColumn, SQLTableColumn, IDoingAfterThread) - Method in class org.teichert.databaseexplorer.models.SQLiteModel
 
REPLACE_QUOTES - Static variable in class org.teichert.databaseexplorer.constants.ConfigurationGeneralConstants
 
replaceLast(String, String, String) - Static method in class org.teichert.databaseexplorer.utils.StringHelper
 
replaceRegion(String, int, int, String) - Static method in class org.teichert.databaseexplorer.utils.StringHelper
Replaces the region between start and till with the replacement.
replaceSelection(String) - Method in class org.teichert.databaseexplorer.components.NumberTextField
 
replaceText(int, int, String) - Method in class org.teichert.databaseexplorer.components.LimitedTextField
 
replaceText(int, int, String) - Method in class org.teichert.databaseexplorer.components.NumberTextField
 
replaceVariables(String, Object...) - Static method in class org.teichert.databaseexplorer.utils.StringHelper
Replaces all variables within the text with the given objects in a loop and returns the result.
For Example:
Input: text="hallo {0} ich bin {1} {2}", objects="hans", "max", "mustermann"
Output: hallo hans ich bin max mustermann
replaceWhitespaces(String) - Static method in class org.teichert.databaseexplorer.utils.StringHelper
Replaces all whitespaces withing the string str.
request(Session, Channel) - Method in class com.jcraft.jsch.RequestSftp
 
request(Session, Channel) - Method in class com.jcraft.jsch.RequestSubsystem
 
request(Session, Channel, String, boolean) - Method in class com.jcraft.jsch.RequestSubsystem
 
RequestSftp - Class in com.jcraft.jsch
 
RequestSubsystem - Class in com.jcraft.jsch
 
RequestSubsystem() - Constructor for class com.jcraft.jsch.RequestSubsystem
 
RESERVED - com.github.vertical_blank.sqlformatter.core.TokenTypes
 
RESERVED_NEWLINE - com.github.vertical_blank.sqlformatter.core.TokenTypes
 
RESERVED_TOPLEVEL - com.github.vertical_blank.sqlformatter.core.TokenTypes
 
reservedNewlineWords - Variable in class com.github.vertical_blank.sqlformatter.core.DialectConfig
 
reservedNewlineWords - Static variable in class com.github.vertical_blank.sqlformatter.languages.StandardSqlFormatter
 
reservedNewlineWords(List<String>) - Method in class com.github.vertical_blank.sqlformatter.core.DialectConfig.DialectConfigBuilder
 
reservedToplevelWords - Variable in class com.github.vertical_blank.sqlformatter.core.DialectConfig
 
reservedToplevelWords - Static variable in class com.github.vertical_blank.sqlformatter.languages.StandardSqlFormatter
 
reservedToplevelWords(List<String>) - Method in class com.github.vertical_blank.sqlformatter.core.DialectConfig.DialectConfigBuilder
 
reservedWords - Variable in class com.github.vertical_blank.sqlformatter.core.DialectConfig
 
reservedWords - Static variable in class com.github.vertical_blank.sqlformatter.languages.StandardSqlFormatter
 
reservedWords(List<String>) - Method in class com.github.vertical_blank.sqlformatter.core.DialectConfig.DialectConfigBuilder
 
reset() - Method in class com.jcraft.jsch.Buffer
 
reset() - Method in class com.jcraft.jsch.Packet
 
resetIndexes() - Method in class org.teichert.databaseexplorer.gui.FilteredTreeView
 
resetPatternsMap() - Method in class org.teichert.databaseexplorer.beans.SyntaxHighlightingProfile
Used for initializing data and also for resetting them again.
resetPatternsMap() - Method in class org.teichert.databaseexplorer.syntaxHighlightingProfiles.CSSProfile
 
resetPatternsMap() - Method in class org.teichert.databaseexplorer.syntaxHighlightingProfiles.SQLProfile
 
RESOURCE_SERVER_URI - Static variable in interface org.teichert.databaseexplorer.messages.web.WebConstants
 
RESPONSE_MODE - Static variable in interface org.teichert.databaseexplorer.messages.web.WebConstants
 
RESPONSE_TYPE - Static variable in interface org.teichert.databaseexplorer.messages.web.WebConstants
 
result - Variable in class org.teichert.databaseexplorer.beans.ASetting
 
RESUME - Static variable in class com.jcraft.jsch.ChannelSftp
 
rewind() - Method in class org.apache.fop.hyphenation.TernaryTree.Iterator
rewind iterator
right - Static variable in class org.teichert.databaseexplorer.gui.ListWithTools
 
right - Static variable in class org.teichert.databaseexplorer.gui.TableWithTools
 
right - Static variable in class org.teichert.databaseexplorer.gui.TreeTableWithTools
 
RIGHT - Static variable in class org.teichert.databaseexplorer.gui_editors.GenericTextEditor
 
rm(String) - Method in class com.jcraft.jsch.ChannelSftp
 
rmdir(String) - Method in class com.jcraft.jsch.ChannelSftp
 
rollback(int) - Method in class org.teichert.databaseexplorer.controllers.TransactionController
 
ROLLBACK_SQL - Static variable in class org.teichert.databaseexplorer.controllers.KeyMappingController
 
root - Variable in class org.apache.fop.hyphenation.TernaryTree
root
RSA - Variable in class com.jcraft.jsch.KeyExchange
 
RSA - Static variable in class com.jcraft.jsch.KeyPair
 
run() - Method in class com.jcraft.jsch.Channel
 
run() - Method in class com.jcraft.jsch.ChannelDirectTCPIP
 
run() - Method in class com.jcraft.jsch.ChannelForwardedTCPIP
 
run() - Method in class com.jcraft.jsch.Session
 
RUNNING - Static variable in interface com.jcraft.jsch.IdentityRepository
 
runtimeMap - Variable in class org.teichert.databaseexplorer.beans.SyntaxHighlightingProfile
 

S

SAME_INSTANCE_INSTEAD_OF_CLONE - com.rits.cloning.ICloningStrategy.Strategy
 
save(String...) - Method in class org.teichert.databaseexplorer.databaseControllers.MarketplaceController
 
save(List<KeyMappingEntry>) - Method in class org.teichert.databaseexplorer.databaseControllers.KeyMappingController
 
save(List<SaveItem>) - Method in class org.teichert.databaseexplorer.databaseControllers.SaveItemController
 
save(KeyMappingEntry...) - Method in class org.teichert.databaseexplorer.databaseControllers.KeyMappingController
 
save(SaveItem...) - Method in class org.teichert.databaseexplorer.databaseControllers.SaveItemController
 
saveCache() - Static method in class org.teichert.databaseexplorer.utils.GeneralUtils
 
saveConfig() - Method in class org.teichert.databaseexplorer.beans.ASetting
This method is for saving all setting information.
saveConfig() - Method in interface org.teichert.databaseexplorer.interfaces.ISetting
 
saveConfigs(Map<String, Object>, String) - Static method in class org.teichert.databaseexplorer.utils.Loader
 
saveData(Map<?, ?>, String) - Static method in class org.teichert.databaseexplorer.utils.Loader
 
saveForeignKeys(SQLTableColumn) - Static method in class org.teichert.databaseexplorer.utils.GuiHelper
 
saveForwardings() - Method in class org.teichert.databaseexplorer.controllers.SSHController
Save all Port-Forwardings persistently.
SaveItem - Class in org.teichert.databaseexplorer.beans
Dataholding-class for saving database information peristently.
It will be loaded by startup and handled by SaveItemController.
SaveItem() - Constructor for class org.teichert.databaseexplorer.beans.SaveItem
 
SaveItemController - Class in org.teichert.databaseexplorer.databaseControllers
 
saveSSHConnections(List<SSHConnection>) - Method in class org.teichert.databaseexplorer.databaseControllers.SSHConnectionController
Saves all SSH-Connections from the list into the internal database.
saveSSHConnections(SSHConnection...) - Method in class org.teichert.databaseexplorer.databaseControllers.SSHConnectionController
Saves all SSH-Connections into the internal database.
saveSSHForwardings(List<SSHPortForwarding>) - Method in class org.teichert.databaseexplorer.databaseControllers.SSHConnectionController
Saves all Post-Forwardings from the list into the internal database.
saveSSHForwardings(SSHPortForwarding...) - Method in class org.teichert.databaseexplorer.databaseControllers.SSHConnectionController
Saves all Port-Forwardings into the internal database.
sc - Variable in class org.apache.fop.hyphenation.TernaryTree
The character stored in this node: splitchar.
SCOPE - Static variable in interface org.teichert.databaseexplorer.messages.web.WebConstants
 
ScreenUtils - Class in org.teichert.databaseexplorer.utils
Helper-class for handling the stylesheet.
scrollTo - Variable in class org.teichert.databaseexplorer.gui.FilteredTreeView
 
SearchDialog - Class in org.teichert.databaseexplorer.gui
 
SearchDialog(Window, IEditor) - Constructor for class org.teichert.databaseexplorer.gui.SearchDialog
 
searchField - Variable in class org.teichert.databaseexplorer.gui.FilteredTreeView
 
SearchMode - Enum in org.teichert.databaseexplorer.enums
 
select(ChannelSftp.LsEntry) - Method in interface com.jcraft.jsch.ChannelSftp.LsEntrySelector
The select method will be invoked in ls method for each file entry.
Selection<T> - Class in org.teichert.databaseexplorer.beans
 
Selection(T) - Constructor for class org.teichert.databaseexplorer.beans.Selection
 
SelectionDialog<T> - Class in org.teichert.databaseexplorer.gui
 
SelectionDialog(Window, Modality, T, String, List<T>) - Constructor for class org.teichert.databaseexplorer.gui.SelectionDialog
 
SelectionDialog(Window, Modality, T, String, T...) - Constructor for class org.teichert.databaseexplorer.gui.SelectionDialog
 
selectionProperty() - Method in class org.teichert.databaseexplorer.beans.Selection
 
SelectionTableDialog<T extends Selection<?>> - Class in org.teichert.databaseexplorer.gui
 
SelectionTableDialog(Window, List<T>) - Constructor for class org.teichert.databaseexplorer.gui.SelectionTableDialog
 
SelectionTableDialog(Window, StageStyle, List<T>) - Constructor for class org.teichert.databaseexplorer.gui.SelectionTableDialog
 
SelectTargetDatabaseDialog - Class in org.teichert.databaseexplorer.gui
 
SelectTargetDatabaseDialog(Window, String, String) - Constructor for class org.teichert.databaseexplorer.gui.SelectTargetDatabaseDialog
 
SelectTargetDatabaseDialog(Window, String, String, Predicate<SQLDatabase>) - Constructor for class org.teichert.databaseexplorer.gui.SelectTargetDatabaseDialog
 
SelectTargetTableColumnDialog - Class in org.teichert.databaseexplorer.gui
 
SelectTargetTableColumnDialog(Window, String, String) - Constructor for class org.teichert.databaseexplorer.gui.SelectTargetTableColumnDialog
 
SelectTargetTableColumnDialog(Window, String, String, Predicate<SQLTableColumn>) - Constructor for class org.teichert.databaseexplorer.gui.SelectTargetTableColumnDialog
 
SelectTargetTableDialog - Class in org.teichert.databaseexplorer.gui
 
SelectTargetTableDialog(Window, String, String) - Constructor for class org.teichert.databaseexplorer.gui.SelectTargetTableDialog
 
SelectTargetTableDialog(Window, String, String, Predicate<SQLTable>) - Constructor for class org.teichert.databaseexplorer.gui.SelectTargetTableDialog
 
sendChannelOpen() - Method in class com.jcraft.jsch.Channel
 
sendIgnore() - Method in class com.jcraft.jsch.Session
 
sendKeepAliveMsg() - Method in class com.jcraft.jsch.Session
 
sendOpenConfirmation() - Method in class com.jcraft.jsch.Channel
 
sendOpenFailure(int) - Method in class com.jcraft.jsch.Channel
 
sendSignal(String) - Method in class com.jcraft.jsch.Channel
 
SERIAL - org.teichert.databaseexplorer.sqlitems.SQLDataType
 
SERIAL8 - org.teichert.databaseexplorer.sqlitems.SQLDataType
 
serialize(File, Object) - Static method in class org.teichert.databaseexplorer.utils.SourceHandler
 
serializeDir(File, File) - Method in class org.apache.fop.hyphenation.SerializeHyphPattern
Compile all xml files in sourceDir, and write output hyp files in targetDir
SerializeHyphPattern - Class in org.apache.fop.hyphenation
Serialize hyphenation patterns.
SerializeHyphPattern() - Constructor for class org.apache.fop.hyphenation.SerializeHyphPattern
 
serializeObject(File, Object) - Static method in class org.teichert.databaseexplorer.utils.SerialUtils
 
serializeObject(OutputStream, Object) - Static method in class org.teichert.databaseexplorer.utils.SerialUtils
 
SerialUtils - Class in org.teichert.databaseexplorer.utils
 
SerialUtils() - Constructor for class org.teichert.databaseexplorer.utils.SerialUtils
 
serialVersionUID - Static variable in class org.teichert.databaseexplorer.components.representation.UnvisibleRoot
 
serialVersionUID - Static variable in class org.teichert.databaseexplorer.database.DatabaseModel
 
serverIP - Static variable in class org.teichert.databaseexplorer.controllers.PluginWebController
 
ServerSocketFactory - Interface in com.jcraft.jsch
 
session - Variable in class com.jcraft.jsch.KeyExchange
 
Session - Class in com.jcraft.jsch
 
SET - org.teichert.databaseexplorer.sqlitems.SQLDataType
 
SET_FOREIGNKEY - Static variable in class org.teichert.databaseexplorer.controllers.KeyMappingController
 
setAccessToken(String) - Method in class org.teichert.databaseexplorer.messages.web.WebDetails
 
setAccessTokenExpired(boolean) - Method in class org.teichert.databaseexplorer.messages.web.WebDetails
 
setACMODTIME(int, int) - Method in class com.jcraft.jsch.SftpATTRS
 
setActive(boolean) - Method in class org.teichert.databaseexplorer.beans.CustomPlugin
 
setAdditionalType(String) - Method in class org.teichert.databaseexplorer.sqlitems.SQLTableColumn
 
setAligment(String) - Method in enum org.teichert.databaseexplorer.sqlitems.SQLDataType
 
setAllocatedColumns(List<SQLForeignColumn>) - Method in class org.teichert.databaseexplorer.sqlitems.SQLTableColumn
 
setArg(Object[]) - Method in interface com.jcraft.jsch.ForwardedTCPIPDaemon
 
setAssingedPort(Integer) - Method in class org.teichert.databaseexplorer.beans.SSHPortForwarding
 
setAuthenticationServerUri(String) - Method in class org.teichert.databaseexplorer.messages.web.WebDetails
 
setAutoClose(boolean) - Method in class org.teichert.databaseexplorer.components.DropDown
 
setAutoCompletion(Boolean) - Method in class org.teichert.databaseexplorer.gui_editors.GenericTextEditor
 
setAutoincrement(boolean) - Method in class org.teichert.databaseexplorer.sqlitems.SQLTableColumn
 
setBulkRequests(int) - Method in class com.jcraft.jsch.ChannelSftp
Specify how many requests may be sent at any one time.
setCatalog(String) - Method in class org.teichert.databaseexplorer.sqlitems.SQLProcedure
 
setCatalog(String) - Method in class org.teichert.databaseexplorer.sqlitems.SQLTable
 
setChannel(ChannelForwardedTCPIP, InputStream, OutputStream) - Method in interface com.jcraft.jsch.ForwardedTCPIPDaemon
 
setChecksum(String) - Method in class org.teichert.databaseexplorer.messages.web.pojos.PluginInfo
 
setChildren(ArrayList<SQLTable>) - Method in class org.teichert.databaseexplorer.sqlitems.SQLDatabase
 
setChildren(SQLTable...) - Method in class org.teichert.databaseexplorer.sqlitems.SQLDatabase
 
setClientId(String) - Method in class org.teichert.databaseexplorer.messages.web.WebDetails
 
setClientSecret(String) - Method in class org.teichert.databaseexplorer.messages.web.WebDetails
 
setClientVersion(String) - Method in class com.jcraft.jsch.Session
 
setCloneAnonymousParent(boolean) - Method in class com.rits.cloning.Cloner
if false, anonymous classes parent class won't be cloned.
setCloneSynthetics(boolean) - Method in class com.rits.cloning.Cloner
 
setCloningEnabled(boolean) - Method in class com.rits.cloning.Cloner
 
setColumn(SQLTableColumn) - Method in class org.teichert.databaseexplorer.beans.AutoCompletionTableData
 
setColumn(SQLTableColumn) - Method in class org.teichert.databaseexplorer.beans.NewSQLTableColumn
 
setColumn(SQLTableColumn) - Method in class org.teichert.databaseexplorer.components.representation.AutoCompletionTableData
 
setColumn(SQLTableColumn) - Method in class org.teichert.databaseexplorer.sqlitems.SQLForeignColumn
 
setColumn(SQLTableColumn) - Method in class org.teichert.databaseexplorer.sqlitems.SQLForeignInfo
 
setColumn(SQLTableColumn) - Method in class org.teichert.databaseexplorer.sqlitems.SQLTableValue
 
setColumnIcons(List<SQLTableColumn>) - Static method in class org.teichert.databaseexplorer.sqlitems.SQLTableColumn
Setzt nach dem ermitteln der primary_keys usw. die Icons fuer die entsprechenden Columns.
setColumns(List<String>) - Method in class org.teichert.databaseexplorer.sqlitems.SQLIndex
 
setColumns(TableColumn<T, ?>...) - Method in class org.teichert.databaseexplorer.gui.TableWithTools
Sets the created columns for the table (all information for the TableColumn should be set)
setColumns(TreeTableColumn<T, ?>...) - Method in class org.teichert.databaseexplorer.gui.TreeTableWithTools
Sets the created columns for the treetable (all information for the TreeTableColumn should be set)
setCombinedKey(boolean) - Method in class org.teichert.databaseexplorer.sqlitems.SQLTableColumn
 
setCommand(byte[]) - Method in class com.jcraft.jsch.ChannelExec
 
setCommand(String) - Method in class com.jcraft.jsch.ChannelExec
 
setCondition(String) - Method in class org.teichert.databaseexplorer.sqlitems.SQLTrigger
 
setConfig(String, String) - Static method in class com.jcraft.jsch.JSch
Sets or Overrides the configuration.
setConfig(String, String) - Method in class com.jcraft.jsch.Session
 
setConfig(Hashtable) - Static method in class com.jcraft.jsch.JSch
Sets or Overrides the configuration.
setConfig(Hashtable) - Method in class com.jcraft.jsch.Session
 
setConfig(Properties) - Method in class com.jcraft.jsch.Session
 
setConfigRepository(ConfigRepository) - Method in class com.jcraft.jsch.JSch
 
setConstraintName(String) - Method in class org.teichert.databaseexplorer.sqlitems.SQLTableColumn
 
setContent(String) - Method in class org.teichert.databaseexplorer.sqlitems.SQLTrigger
 
setContent(Node) - Method in class org.teichert.databaseexplorer.components.DropDown
 
setContraintName(String) - Method in class org.teichert.databaseexplorer.sqlitems.SQLForeignInfo
 
setConverter(StringConverter<T>) - Method in class org.teichert.databaseexplorer.gui.TextAreaTableCell
 
setCustomName(String) - Method in class org.teichert.databaseexplorer.beans.SaveItem
 
setCustomName(String) - Method in class org.teichert.databaseexplorer.sqlitems.SQLDatabase
 
setCustomName(String) - Method in class org.teichert.databaseexplorer.sqlitems.SQLServer
 
setDaemonThread(boolean) - Method in class com.jcraft.jsch.Session
 
setData(Object, Object) - Method in class org.teichert.databaseexplorer.gui.CustomDialog
 
setDatabase(SQLDatabase...) - Method in class org.teichert.databaseexplorer.components.CachedFilteredTreeView
 
setDatatype(SQLDataType) - Method in class org.teichert.databaseexplorer.sqlitems.SQLTableColumn
 
setDbname(String) - Method in class org.teichert.databaseexplorer.beans.SaveItem
 
setDbParamter(String) - Method in class org.teichert.databaseexplorer.beans.SaveItem
 
setDefaultValue(Serializable) - Method in class org.teichert.databaseexplorer.sqlitems.SQLTableColumn
 
setDefaultValue(Object) - Method in class org.teichert.databaseexplorer.beans.NewSQLTableColumn
 
setDescription(String) - Method in class org.teichert.databaseexplorer.beans.KeyMappingEntry
 
setDescription(String) - Method in class org.teichert.databaseexplorer.messages.web.pojos.PluginInfo
 
setDescriptionDefault(String) - Method in class org.teichert.databaseexplorer.beans.KeyMappingEntry
 
setDialog(DownloadDialog) - Method in class org.teichert.databaseexplorer.impl.Downloader
 
setDialogOpacity(double) - Method in class org.teichert.databaseexplorer.components.DropDown
 
setDisableComp(boolean) - Method in class org.teichert.databaseexplorer.components.MyFileLocationTextField
 
setDisableComp(boolean) - Method in class org.teichert.databaseexplorer.components.MyFolderLocationTextField
 
setDontCloneInstanceOf(Class<?>...) - Method in class com.rits.cloning.Cloner
 
setDumpCloned(IDumpCloned) - Method in class com.rits.cloning.Cloner
provide a cloned classes dumper (so i.e. they can be logged or stored in a file instead of the default behaviour which is to println(cloned) )
setDumpClonedClasses(boolean) - Method in class com.rits.cloning.Cloner
will println() all cloned classes.
setEditable(boolean) - Method in class org.teichert.databaseexplorer.components.MyFileLocationTextField
 
setEditable(boolean) - Method in class org.teichert.databaseexplorer.components.MyFolderLocationTextField
 
setEdited(boolean) - Method in class org.teichert.databaseexplorer.beans.ASetting
Sets the indicator to know if there are data edited which needs a reload of the treeview.
setErrorDump(boolean) - Method in class org.apache.fop.hyphenation.SerializeHyphPattern
Controls the amount of error information dumped.
setErrStream(OutputStream) - Method in class com.jcraft.jsch.ChannelExec
 
setErrStream(OutputStream) - Method in class com.jcraft.jsch.ChannelSubsystem
 
setErrStream(OutputStream, boolean) - Method in class com.jcraft.jsch.ChannelExec
 
setEvent(String) - Method in class org.teichert.databaseexplorer.sqlitems.SQLTrigger
 
setEvhCopyName(EventHandler<ActionEvent>) - Method in class org.teichert.databaseexplorer.components.CachedFilteredTreeView
 
setEvhLoad(EventHandler<ActionEvent>) - Method in class org.teichert.databaseexplorer.components.CachedFilteredTreeView
 
setExceptionallies(String...) - Method in class org.teichert.databaseexplorer.components.NumberTextField
 
setExtOutputStream(OutputStream) - Method in class com.jcraft.jsch.Channel
 
setExtOutputStream(OutputStream, boolean) - Method in class com.jcraft.jsch.Channel
 
setExtraImmutables(Set<Class<?>>) - Method in class com.rits.cloning.Cloner
 
setExtraNullInsteadOfClone(Set<Class<?>>) - Method in class com.rits.cloning.Cloner
 
setExtraNullInsteadOfCloneFieldAnnotation(Set<Class<? extends Annotation>>) - Method in class com.rits.cloning.Cloner
 
setExtraStaticFields(Set<Class<?>>) - Method in class com.rits.cloning.Cloner
spring framework friendly version of registerStaticFields
setF(byte[]) - Method in interface com.jcraft.jsch.DH
 
setF(byte[]) - Method in class com.jcraft.jsch.jce.DH
 
setFailed(boolean) - Method in class org.teichert.databaseexplorer.sqlitems.SQLTransaction
 
setFilenameEncoding(String) - Method in class com.jcraft.jsch.ChannelSftp
 
setFilter(FileChooser.ExtensionFilter...) - Method in class org.teichert.databaseexplorer.components.MyFileLocationTextField
 
setForeignColumnName(String) - Method in class org.teichert.databaseexplorer.sqlitems.SQLForeignInfo
 
setForeigns(List<SQLForeignInfo>) - Method in class org.teichert.databaseexplorer.sqlitems.SQLTable
 
setForeignTableName(String) - Method in class org.teichert.databaseexplorer.sqlitems.SQLForeignInfo
 
setFtable(SQLTable) - Method in class org.teichert.databaseexplorer.beans.AutoCompletionTableData
 
setFtable(SQLTable) - Method in class org.teichert.databaseexplorer.components.representation.AutoCompletionTableData
 
setFullfilmentRequired(boolean) - Method in class org.teichert.databaseexplorer.gui.MappingDialog
 
setG(byte[]) - Method in interface com.jcraft.jsch.DH
 
setG(byte[]) - Method in class com.jcraft.jsch.jce.DH
 
setGrantType(String) - Method in class org.teichert.databaseexplorer.messages.web.WebDetails
 
setGroup(String) - Method in class org.teichert.databaseexplorer.beans.SaveItem
 
setGrouping(String) - Method in class org.teichert.databaseexplorer.sqlitems.SQLDatabase
 
setGrouping(String) - Method in class org.teichert.databaseexplorer.sqlitems.SQLServer
 
setHandler(EventHandler<KeyEvent>) - Method in class org.teichert.databaseexplorer.components.KeyDetectionTextField
 
setHeight(int) - Method in class org.teichert.databaseexplorer.beans.ToolOption
 
setHost(String) - Method in class com.jcraft.jsch.ChannelDirectTCPIP
 
setHost(String) - Method in class com.jcraft.jsch.Session
 
setHost(String) - Method in class org.teichert.databaseexplorer.beans.SSHConnection
 
setHostKeyAlias(String) - Method in class com.jcraft.jsch.Session
 
setHostKeyRepository(HostKeyRepository) - Method in class com.jcraft.jsch.JSch
Sets the hostkey repository.
setHostKeyRepository(HostKeyRepository) - Method in class com.jcraft.jsch.Session
Sets the hostkeyRepository, which will be referred in checking host keys.
setIcon(String) - Method in class org.teichert.databaseexplorer.messages.web.pojos.Marketplace
 
setIcon(String) - Method in class org.teichert.databaseexplorer.messages.web.pojos.PluginInfo
 
setIcon(String) - Method in class org.teichert.databaseexplorer.sqlitems.SQLForeignInfo
 
setIcon(String) - Method in class org.teichert.databaseexplorer.sqlitems.SQLIndex
 
setIcon(String) - Method in class org.teichert.databaseexplorer.sqlitems.SQLTable
 
setIcon(String) - Method in class org.teichert.databaseexplorer.sqlitems.SQLTableColumn
 
setIcon(String) - Method in class org.teichert.databaseexplorer.sqlitems.SQLTrigger
 
setId(String) - Method in class org.teichert.databaseexplorer.beans.SaveItem
 
setId(String) - Method in class org.teichert.databaseexplorer.beans.SSHConnection
 
setId(String) - Method in class org.teichert.databaseexplorer.beans.SSHPortForwarding
 
setId(String) - Method in class org.teichert.databaseexplorer.beans.ToolOption
 
setId(String) - Method in class org.teichert.databaseexplorer.messages.web.pojos.Credentials
 
setId(String) - Method in class org.teichert.databaseexplorer.sqlitems.SQLDatabase
 
setId(String) - Method in class org.teichert.databaseexplorer.sqlitems.SQLServer
 
setId(String) - Method in class org.teichert.databaseexplorer.sqlitems.SQLTrigger
 
setIdentityRepository(IdentityRepository) - Method in class com.jcraft.jsch.JSch
Sets the identityRepository, which will be referred in the public key authentication.
setIdentityRepository(IdentityRepository) - Method in class com.jcraft.jsch.Session
Sets the identityRepository, which will be referred in the public key authentication.
setIndexes(List<SQLIndex>) - Method in class org.teichert.databaseexplorer.sqlitems.SQLTable
 
setInput(List<T>) - Method in class org.teichert.databaseexplorer.gui.CustomListDialog
 
setInput(List<T>) - Method in class org.teichert.databaseexplorer.gui.ListWithTools
Sets the tables input data.
setInput(List<T>) - Method in class org.teichert.databaseexplorer.gui.TableWithTools
Sets the tables input data.
setInput(List<T>) - Method in class org.teichert.databaseexplorer.gui.TreeTableWithTools
Sets the tables input data.
setInput(ObservableList<T>) - Method in class org.teichert.databaseexplorer.gui.ListWithTools
Sets the tables input data.
setInput(ObservableList<T>) - Method in class org.teichert.databaseexplorer.gui.TableWithTools
Sets the tables input data.
setInput(ObservableList<T>) - Method in class org.teichert.databaseexplorer.gui.TreeTableWithTools
Sets the tables input data.
setInput(T...) - Method in class org.teichert.databaseexplorer.gui.CustomListDialog
 
setInput(T...) - Method in class org.teichert.databaseexplorer.gui.ListWithTools
Sets the tables input data.
setInput(T...) - Method in class org.teichert.databaseexplorer.gui.TableWithTools
Sets the tables input data.
setInput(T...) - Method in class org.teichert.databaseexplorer.gui.TreeTableWithTools
Sets the tables input data.
setInputStream(InputStream) - Method in class com.jcraft.jsch.Channel
 
setInputStream(InputStream) - Method in class com.jcraft.jsch.ChannelDirectTCPIP
 
setInputStream(InputStream) - Method in class com.jcraft.jsch.Session
 
setInputStream(InputStream, boolean) - Method in class com.jcraft.jsch.Channel
 
setInterruptable(boolean) - Method in class org.teichert.databaseexplorer.beans.ThreadIdentificationItem
 
setInterrupted(boolean) - Method in class org.teichert.databaseexplorer.beans.MyThread
 
setIp(String) - Method in class org.teichert.databaseexplorer.beans.SaveItem
 
setIp(String) - Method in class org.teichert.databaseexplorer.sqlitems.SQLDatabase
 
setIp(String) - Method in class org.teichert.databaseexplorer.sqlitems.SQLServer
 
setIsPrimaryKey(boolean) - Method in class org.teichert.databaseexplorer.sqlitems.SQLTableColumn
 
setItems(T[]) - Method in class org.teichert.databaseexplorer.beans.ToolOption
 
setKey(K) - Method in class org.teichert.databaseexplorer.beans.KeyValue
 
setKeyCombination(KeyCodeCombination) - Method in class org.teichert.databaseexplorer.beans.KeyMappingEntry
 
setKeyCombination(KeyCodeCombination) - Method in class org.teichert.databaseexplorer.components.KeyDetectionTextField
 
setKnownHosts(InputStream) - Method in class com.jcraft.jsch.JSch
Sets the instance of KnownHosts generated with stream.
setKnownHosts(String) - Method in class com.jcraft.jsch.JSch
Sets the instance of KnownHosts, which refers to filename.
setLabel(String) - Method in class org.teichert.databaseexplorer.sqlitems.SQLTableColumn
 
setLazyLoaded(boolean) - Method in class org.teichert.databaseexplorer.sqlitems.SQLDatabase
 
setLazyLoaded(boolean) - Method in class org.teichert.databaseexplorer.sqlitems.SQLServer
 
setLazyLoaded(Boolean) - Method in class org.teichert.databaseexplorer.beans.SaveItem
 
setListeners(AItemLoadedListener[]) - Method in class org.teichert.databaseexplorer.components.CachedFilteredTreeView
 
setListOfDatabases(List<SQLDatabase>) - Method in class org.teichert.databaseexplorer.sqlitems.SQLServer
 
setListOfSuggestions(List<E>) - Method in class org.teichert.databaseexplorer.beans.AutoCompleteRule
 
setLocalId(String) - Method in class org.teichert.databaseexplorer.components.MyButton
 
setLocalId(String) - Method in class org.teichert.databaseexplorer.components.MyCheckBox
 
setLocalId(String) - Method in class org.teichert.databaseexplorer.components.MyLabel
 
setLocalId(String) - Method in class org.teichert.databaseexplorer.components.MyRadioButton
 
setLocalId(String) - Method in class org.teichert.databaseexplorer.components.MySpinner
 
setLocalId(String) - Method in class org.teichert.databaseexplorer.components.MyText
 
setLocalId(String) - Method in class org.teichert.databaseexplorer.components.MyTextArea
 
setLocalId(String) - Method in class org.teichert.databaseexplorer.components.MyToggleButton
 
setLocalId(String) - Method in interface org.teichert.databaseexplorer.interfaces.ILocalizeable
 
setLocalID(String) - Method in class org.teichert.databaseexplorer.beans.ToolOption
 
setLocalIdTooltip(String) - Method in class org.teichert.databaseexplorer.components.MyButton
 
setLocalIdTooltip(String) - Method in class org.teichert.databaseexplorer.components.MyCheckBox
 
setLocalIdTooltip(String) - Method in class org.teichert.databaseexplorer.components.MyLabel
 
setLocalIdTooltip(String) - Method in class org.teichert.databaseexplorer.components.MyRadioButton
 
setLocalIdTooltip(String) - Method in class org.teichert.databaseexplorer.components.MySpinner
 
setLocalIdTooltip(String) - Method in class org.teichert.databaseexplorer.components.MyText
 
setLocalIdTooltip(String) - Method in class org.teichert.databaseexplorer.components.MyTextArea
 
setLocalIdTooltip(String) - Method in class org.teichert.databaseexplorer.components.MyToggleButton
 
setLocalIdToolTip(String) - Method in class org.teichert.databaseexplorer.beans.ToolOption
 
setLocalPort(Integer) - Method in class org.teichert.databaseexplorer.beans.SSHPortForwarding
 
setLocalText() - Method in class org.teichert.databaseexplorer.components.MyButton
 
setLocalText() - Method in class org.teichert.databaseexplorer.components.MyCheckBox
 
setLocalText() - Method in class org.teichert.databaseexplorer.components.MyLabel
 
setLocalText() - Method in class org.teichert.databaseexplorer.components.MyRadioButton
 
setLocalText() - Method in class org.teichert.databaseexplorer.components.MySpinner
 
setLocalText() - Method in class org.teichert.databaseexplorer.components.MyText
 
setLocalText() - Method in class org.teichert.databaseexplorer.components.MyTextArea
 
setLocalText() - Method in class org.teichert.databaseexplorer.components.MyToggleButton
 
setLocalText() - Method in interface org.teichert.databaseexplorer.interfaces.ILocalizeable
 
setLocalTooltipText() - Method in class org.teichert.databaseexplorer.components.MyButton
 
setLocalTooltipText() - Method in class org.teichert.databaseexplorer.components.MyCheckBox
 
setLocalTooltipText() - Method in class org.teichert.databaseexplorer.components.MyLabel
 
setLocalTooltipText() - Method in class org.teichert.databaseexplorer.components.MyRadioButton
 
setLocalTooltipText() - Method in class org.teichert.databaseexplorer.components.MySpinner
 
setLocalTooltipText() - Method in class org.teichert.databaseexplorer.components.MyText
 
setLocalTooltipText() - Method in class org.teichert.databaseexplorer.components.MyTextArea
 
setLocalTooltipText() - Method in class org.teichert.databaseexplorer.components.MyToggleButton
 
setLocalTooltipText() - Method in interface org.teichert.databaseexplorer.interfaces.ILocalizeable
 
setLogger(Logger) - Static method in class com.jcraft.jsch.JSch
Sets the logger
setManual(boolean) - Method in class org.teichert.databaseexplorer.sqlitems.SQLForeignColumn
 
setMapOfCustomData(Map<String, String>) - Method in class org.teichert.databaseexplorer.beans.SaveItem
 
setMapOfCustomData(Map<String, String>) - Method in class org.teichert.databaseexplorer.sqlitems.SQLDatabase
 
setMapOfCustomData(Map<String, String>) - Method in class org.teichert.databaseexplorer.sqlitems.SQLServer
 
setMapOfDiffParameters(Map<String, String>) - Method in class org.teichert.databaseexplorer.sqlitems.SQLServer
 
setMapOfException(Map<String, String>) - Method in class org.teichert.databaseexplorer.beans.SaveItem
 
setMappingCode(String) - Method in class org.teichert.databaseexplorer.beans.KeyMappingEntry
 
setMarketplaceURI(String) - Method in class org.teichert.databaseexplorer.messages.web.pojos.Marketplace
 
setMaxLength(Integer) - Method in class org.teichert.databaseexplorer.components.LimitedTextField
 
setMode(int) - Method in class org.teichert.databaseexplorer.gui.MyAlert
 
setModel(DatabaseModel) - Method in class org.teichert.databaseexplorer.beans.SaveItem
 
setModel(DatabaseModel) - Method in class org.teichert.databaseexplorer.sqlitems.SQLDatabase
 
setModel(DatabaseModel) - Method in class org.teichert.databaseexplorer.sqlitems.SQLServer
 
setModelClass(Class<? extends DatabaseModel>) - Method in class org.teichert.databaseexplorer.beans.DriverSetting
 
setMtime(String, int) - Method in class com.jcraft.jsch.ChannelSftp
 
setName(String) - Method in class org.teichert.databaseexplorer.beans.DriverSetting
 
setName(String) - Method in class org.teichert.databaseexplorer.beans.ToolOption
 
setName(String) - Method in class org.teichert.databaseexplorer.database.DatabaseModel
 
setName(String) - Method in class org.teichert.databaseexplorer.messages.web.pojos.Marketplace
 
setName(String) - Method in class org.teichert.databaseexplorer.messages.web.pojos.PluginInfo
 
setName(String) - Method in class org.teichert.databaseexplorer.sqlitems.SQLDatabase
 
setName(String) - Method in enum org.teichert.databaseexplorer.sqlitems.SQLDataType
 
setName(String) - Method in class org.teichert.databaseexplorer.sqlitems.SQLIndex
 
setName(String) - Method in class org.teichert.databaseexplorer.sqlitems.SQLProcedure
 
setName(String) - Method in class org.teichert.databaseexplorer.sqlitems.SQLTable
 
setName(String) - Method in class org.teichert.databaseexplorer.sqlitems.SQLTableColumn
 
setName(String) - Method in class org.teichert.databaseexplorer.sqlitems.SQLTrigger
 
setNew(boolean) - Method in class org.teichert.databaseexplorer.sqlitems.SQLRow
 
setNonUnique(Boolean) - Method in class org.teichert.databaseexplorer.sqlitems.SQLIndex
 
setNotNull(boolean) - Method in class org.teichert.databaseexplorer.sqlitems.SQLTableColumn
 
setNullTransient(boolean) - Method in class com.rits.cloning.Cloner
this makes the cloner to set a transient field to null upon cloning.
setOffSet(int) - Method in class com.jcraft.jsch.Buffer
 
setOrgIPAddress(String) - Method in class com.jcraft.jsch.ChannelDirectTCPIP
 
setOrgPort(int) - Method in class com.jcraft.jsch.ChannelDirectTCPIP
 
setOutputStream(OutputStream) - Method in class com.jcraft.jsch.Channel
 
setOutputStream(OutputStream) - Method in class com.jcraft.jsch.ChannelDirectTCPIP
 
setOutputStream(OutputStream) - Method in class com.jcraft.jsch.Session
 
setOutputStream(OutputStream, boolean) - Method in class com.jcraft.jsch.Channel
 
setP(byte[]) - Method in interface com.jcraft.jsch.DH
 
setP(byte[]) - Method in class com.jcraft.jsch.jce.DH
 
setParameter(String) - Method in class org.teichert.databaseexplorer.sqlitems.SQLDatabase
 
setParameters(String) - Method in class org.teichert.databaseexplorer.sqlitems.SQLServer
 
setParent(String) - Method in class org.teichert.databaseexplorer.beans.SSHPortForwarding
 
setParent(Window) - Method in class org.teichert.databaseexplorer.utils.DownloadHelper
 
setParent(UnvisibleRoot) - Method in class org.teichert.databaseexplorer.sqlitems.SQLServer
 
setParent(SQLDatabase) - Method in class org.teichert.databaseexplorer.sqlitems.SQLTable
 
setParent(SQLRow) - Method in class org.teichert.databaseexplorer.sqlitems.SQLTableValue
 
setParent(SQLServer) - Method in class org.teichert.databaseexplorer.sqlitems.SQLDatabase
 
setParent(SQLTable) - Method in class org.teichert.databaseexplorer.sqlitems.SQLForeignInfo
 
setParent(SQLTable) - Method in class org.teichert.databaseexplorer.sqlitems.SQLIndex
 
setParent(SQLTable) - Method in class org.teichert.databaseexplorer.sqlitems.SQLRow
 
setParent(SQLTable) - Method in class org.teichert.databaseexplorer.sqlitems.SQLTableColumn
 
setParent(SQLTable) - Method in class org.teichert.databaseexplorer.sqlitems.SQLTrigger
 
setParent(P) - Method in interface org.teichert.databaseexplorer.interfaces.ISQLItem
 
setPassphrase(byte[]) - Method in interface com.jcraft.jsch.Identity
Decrypts this identity with the specified pass-phrase.
setPassphrase(byte[]) - Method in class com.jcraft.jsch.KeyPair
Deprecated.
use #writePrivateKey(String name, byte[] passphrase)
setPassphrase(String) - Method in class com.jcraft.jsch.KeyPair
Deprecated.
use #writePrivateKey(java.io.OutputStream out, byte[] passphrase)
setPassword(byte[]) - Method in class com.jcraft.jsch.Session
 
setPassword(String) - Method in class com.jcraft.jsch.Session
 
setPassword(String) - Method in class org.teichert.databaseexplorer.beans.SSHConnection
 
setPassword(String) - Method in class org.teichert.databaseexplorer.messages.web.pojos.Credentials
 
setPassword(String) - Method in class org.teichert.databaseexplorer.messages.web.WebDetails
 
setPath(String) - Method in class org.teichert.databaseexplorer.beans.DriverSetting
 
setPERMISSIONS(int) - Method in class com.jcraft.jsch.SftpATTRS
 
setPort(int) - Method in class com.jcraft.jsch.ChannelDirectTCPIP
 
setPort(int) - Method in class com.jcraft.jsch.Session
 
setPort(String) - Method in class org.teichert.databaseexplorer.beans.SaveItem
 
setPort(String) - Method in class org.teichert.databaseexplorer.sqlitems.SQLDatabase
 
setPort(String) - Method in class org.teichert.databaseexplorer.sqlitems.SQLServer
 
setPortForwardingL(int, String, int) - Method in class com.jcraft.jsch.Session
Registers the local port forwarding for loop-back interface.
setPortForwardingL(String) - Method in class com.jcraft.jsch.Session
Registers the local port forwarding.
setPortForwardingL(String, int, String, int) - Method in class com.jcraft.jsch.Session
Registers the local port forwarding.
setPortForwardingL(String, int, String, int, ServerSocketFactory) - Method in class com.jcraft.jsch.Session
Registers the local port forwarding.
setPortForwardingL(String, int, String, int, ServerSocketFactory, int) - Method in class com.jcraft.jsch.Session
Registers the local port forwarding.
setPortForwardingR(int, String) - Method in class com.jcraft.jsch.Session
Registers the remote port forwarding for the loopback interface of the remote.
setPortForwardingR(int, String, int) - Method in class com.jcraft.jsch.Session
Registers the remote port forwarding for the loopback interface of the remote.
setPortForwardingR(int, String, int, SocketFactory) - Method in class com.jcraft.jsch.Session
Registers the remote port forwarding for the loopback interface of the remote.
setPortForwardingR(int, String, Object[]) - Method in class com.jcraft.jsch.Session
Registers the remote port forwarding for the loopback interface of the remote.
setPortForwardingR(String) - Method in class com.jcraft.jsch.Session
Registers the remote port forwarding.
setPortForwardingR(String, int, String, int) - Method in class com.jcraft.jsch.Session
Registers the remote port forwarding.
setPortForwardingR(String, int, String, int, SocketFactory) - Method in class com.jcraft.jsch.Session
Registers the remote port forwarding.
setPortForwardingR(String, int, String, Object[]) - Method in class com.jcraft.jsch.Session
Registers the remote port forwarding.
setPosition(int) - Method in class org.teichert.databaseexplorer.beans.SaveItem
 
setPosition(int) - Method in class org.teichert.databaseexplorer.sqlitems.SQLDatabase
 
setPosition(int) - Method in class org.teichert.databaseexplorer.sqlitems.SQLServer
 
setPrecision(int) - Method in class org.teichert.databaseexplorer.sqlitems.SQLTableColumn
 
setPrimaryKeyStatus(List<SQLTableColumn>, List<SQLTableColumn>) - Static method in class org.teichert.databaseexplorer.sqlitems.SQLTableColumn
Setzt die entsprechenden columns als primary-Feld, falls diese eines sind!
setPriority(int) - Method in class org.teichert.databaseexplorer.beans.AutoCompleteRule
 
setProfileChanged(boolean) - Method in class org.teichert.databaseexplorer.gui_editors.GenericTextEditor
 
setProxy(Proxy) - Method in class com.jcraft.jsch.Session
 
setPrvKey(byte[]) - Method in class com.jcraft.jsch.jce.SignatureECDSAN
 
setPrvKey(byte[]) - Method in interface com.jcraft.jsch.SignatureECDSA
 
setPrvKey(byte[], byte[]) - Method in class com.jcraft.jsch.jce.SignatureRSA
 
setPrvKey(byte[], byte[]) - Method in interface com.jcraft.jsch.SignatureRSA
 
setPrvKey(byte[], byte[], byte[], byte[]) - Method in class com.jcraft.jsch.jce.SignatureDSA
 
setPrvKey(byte[], byte[], byte[], byte[]) - Method in interface com.jcraft.jsch.SignatureDSA
 
setPty(boolean) - Method in class com.jcraft.jsch.ChannelSubsystem
 
setPubKey(byte[], byte[]) - Method in class com.jcraft.jsch.jce.SignatureECDSAN
 
setPubKey(byte[], byte[]) - Method in class com.jcraft.jsch.jce.SignatureRSA
 
setPubKey(byte[], byte[]) - Method in interface com.jcraft.jsch.SignatureECDSA
 
setPubKey(byte[], byte[]) - Method in interface com.jcraft.jsch.SignatureRSA
 
setPubKey(byte[], byte[], byte[], byte[]) - Method in class com.jcraft.jsch.jce.SignatureDSA
 
setPubKey(byte[], byte[], byte[], byte[]) - Method in interface com.jcraft.jsch.SignatureDSA
 
setPublicKeyComment(String) - Method in class com.jcraft.jsch.KeyPair
 
setRefreshToken(String) - Method in class org.teichert.databaseexplorer.messages.web.WebDetails
 
setRegex(String) - Method in class org.teichert.databaseexplorer.beans.AutoCompleteRule
 
setRemoteHost(String) - Method in class org.teichert.databaseexplorer.beans.SSHPortForwarding
 
setRemotePort(Integer) - Method in class org.teichert.databaseexplorer.beans.SSHPortForwarding
 
setResourceServerUri(String) - Method in class org.teichert.databaseexplorer.messages.web.WebDetails
 
setResult(int) - Method in class org.teichert.databaseexplorer.impl.Downloader
 
setRoot(UnvisibleRoot) - Method in class org.teichert.databaseexplorer.sqlitems.SQLDatabase
 
setRoot(UnvisibleRoot) - Method in class org.teichert.databaseexplorer.sqlitems.SQLServer
 
setRows(List<SQLRow>) - Method in class org.teichert.databaseexplorer.sqlitems.SQLTable
 
setSchema(String) - Method in class org.teichert.databaseexplorer.sqlitems.SQLProcedure
 
setSchema(String) - Method in class org.teichert.databaseexplorer.sqlitems.SQLTable
 
setScope(String) - Method in class org.teichert.databaseexplorer.messages.web.WebDetails
 
setSearch(String) - Method in class org.teichert.databaseexplorer.gui.ListWithTools
This method sets a search-value for the search-bar and executes the ListWithTools.jumpTo() method
setSearch(String) - Method in class org.teichert.databaseexplorer.gui.TableWithTools
This method sets a search-value for the search-bar and executes the TableWithTools.doSearch() method
setSelectedItem(T) - Method in class org.teichert.databaseexplorer.gui.CustomDialog
 
setSelectedItems(List<T>) - Method in class org.teichert.databaseexplorer.gui.CustomDialog
 
setSequenceNumber(Short) - Method in class org.teichert.databaseexplorer.sqlitems.SQLIndex
 
setServer(SQLServer...) - Method in class org.teichert.databaseexplorer.components.CachedFilteredTreeView
 
setServerAliveCountMax(int) - Method in class com.jcraft.jsch.Session
Sets the number of keep-alive messages which may be sent without receiving any messages back from the server.
setServerAliveInterval(int) - Method in class com.jcraft.jsch.Session
Sets the interval to send a keep-alive message.
setShowDialog(boolean) - Method in class org.teichert.databaseexplorer.utils.DownloadHelper
 
setSize(long) - Method in class org.teichert.databaseexplorer.sqlitems.SQLTableColumn
 
setSIZE(long) - Method in class com.jcraft.jsch.SftpATTRS
 
setSocketFactory(SocketFactory) - Method in class com.jcraft.jsch.Session
 
setSource(String) - Method in class org.teichert.databaseexplorer.beans.ToolOption
 
setSshConnId(String) - Method in class org.teichert.databaseexplorer.beans.SaveItem
 
setSshConnId(String) - Method in class org.teichert.databaseexplorer.sqlitems.SQLDatabase
 
setSshConnId(String) - Method in class org.teichert.databaseexplorer.sqlitems.SQLServer
 
setSshForwardingId(String) - Method in class org.teichert.databaseexplorer.beans.SaveItem
 
setSshForwardingId(String) - Method in class org.teichert.databaseexplorer.sqlitems.SQLDatabase
 
setSshForwardingId(String) - Method in class org.teichert.databaseexplorer.sqlitems.SQLServer
 
setStat(String, SftpATTRS) - Method in class com.jcraft.jsch.ChannelSftp
 
setSubsystem(String) - Method in class com.jcraft.jsch.ChannelSubsystem
 
setSyntaxHighlightingProfile(SyntaxHighlightingProfile) - Method in class org.teichert.databaseexplorer.gui_editors.GenericTextEditor
 
setTable(SQLTable) - Method in class org.teichert.databaseexplorer.beans.AutoCompletionTableData
 
setTable(SQLTable) - Method in class org.teichert.databaseexplorer.components.representation.AutoCompletionTableData
 
setTarget(File) - Method in class org.teichert.databaseexplorer.utils.DownloadHelper
 
setText(String) - Method in class org.teichert.databaseexplorer.beans.ThreadNotification
 
setText(String) - Method in class org.teichert.databaseexplorer.components.MyFileLocationTextField
 
setText(String) - Method in class org.teichert.databaseexplorer.components.MyFolderLocationTextField
 
setText(String) - Method in enum org.teichert.databaseexplorer.utils.MyLogger.Time
 
setTimeout(int) - Method in class com.jcraft.jsch.Session
 
SETTINGS - Static variable in class org.teichert.databaseexplorer.controllers.KeyMappingController
 
setToolOptions(ToolOption<T>...) - Method in class org.teichert.databaseexplorer.gui.TableWithTools
Sets the ToolOptions.
setToolOptions(ToolOption<T>...) - Method in class org.teichert.databaseexplorer.gui.TreeTableWithTools
Sets the ToolOptions.
setTooltip(String) - Method in class org.teichert.databaseexplorer.beans.ToolOption
 
setTreeMenu(ContextMenu) - Method in class org.teichert.databaseexplorer.gui.FilteredTreeView
 
setTreeMenuItemVisibility(MenuItem, ObservableList<? extends TreeItem<?>>) - Static method in class org.teichert.databaseexplorer.utils.GuiHelper
 
setTriggers(List<SQLTrigger>) - Method in class org.teichert.databaseexplorer.sqlitems.SQLTable
 
setType(int) - Method in class org.teichert.databaseexplorer.beans.ToolOption
 
setType(int) - Method in class org.teichert.databaseexplorer.beans.TreeMenuItem
 
setType(String) - Method in class org.teichert.databaseexplorer.sqlitems.SQLTrigger
 
setType(ColumnType) - Method in class org.teichert.databaseexplorer.sqlitems.SQLTableColumn
 
setType(TableType) - Method in class org.teichert.databaseexplorer.sqlitems.SQLTable
 
setType(SQLIndex.Types) - Method in class org.teichert.databaseexplorer.sqlitems.SQLIndex
 
setUIDGID(int, int) - Method in class com.jcraft.jsch.SftpATTRS
 
setUri(String) - Method in class org.teichert.databaseexplorer.messages.web.pojos.PluginInfo
 
setUrl(String) - Method in class org.teichert.databaseexplorer.messages.web.pojos.Marketplace
 
setUrl(URL) - Method in class org.teichert.databaseexplorer.utils.DownloadHelper
 
setUser(String) - Method in class org.teichert.databaseexplorer.beans.SaveItem
 
setUser(String) - Method in class org.teichert.databaseexplorer.beans.SSHConnection
 
setUser(String) - Method in class org.teichert.databaseexplorer.sqlitems.SQLDatabase
 
setUser(String) - Method in class org.teichert.databaseexplorer.sqlitems.SQLServer
 
setUserInfo(UserInfo) - Method in class com.jcraft.jsch.Session
 
setUsername(String) - Method in class org.teichert.databaseexplorer.messages.web.pojos.Credentials
 
setUsername(String) - Method in class org.teichert.databaseexplorer.messages.web.WebDetails
 
setUserPasswd(String, String) - Method in class com.jcraft.jsch.ProxyHTTP
 
setUserPasswd(String, String) - Method in class com.jcraft.jsch.ProxySOCKS4
 
setUserPasswd(String, String) - Method in class com.jcraft.jsch.ProxySOCKS5
 
setUserpwd(String) - Method in class org.teichert.databaseexplorer.beans.SaveItem
 
setUserpwd(String) - Method in class org.teichert.databaseexplorer.sqlitems.SQLDatabase
 
setUserpwd(String) - Method in class org.teichert.databaseexplorer.sqlitems.SQLServer
 
setValue(double) - Method in class org.teichert.databaseexplorer.beans.ThreadNotification
 
setValue(int, SQLTableValue) - Method in class org.teichert.databaseexplorer.sqlitems.SQLRow
 
setValue(Number) - Method in class org.teichert.databaseexplorer.components.NumberTextField
 
setValue(Object) - Method in class org.teichert.databaseexplorer.sqlitems.SQLTableValue
 
setValue(V) - Method in class org.teichert.databaseexplorer.beans.KeyValue
 
setValues(SQLTableValue[]) - Method in class org.teichert.databaseexplorer.sqlitems.SQLRow
 
setVersion(String) - Method in class org.teichert.databaseexplorer.beans.DriverSetting
 
setVersion(String) - Method in class org.teichert.databaseexplorer.messages.web.pojos.PluginInfo
 
setWantReply(boolean) - Method in class com.jcraft.jsch.ChannelSubsystem
 
setWidth(int) - Method in class org.teichert.databaseexplorer.beans.ToolOption
 
setX11Cookie(String) - Method in class com.jcraft.jsch.Session
 
setX11Host(String) - Method in class com.jcraft.jsch.Session
 
setX11Port(int) - Method in class com.jcraft.jsch.Session
 
setXForwarding(boolean) - Method in class com.jcraft.jsch.Channel
 
setXForwarding(boolean) - Method in class com.jcraft.jsch.ChannelSubsystem
 
SftpATTRS - Class in com.jcraft.jsch
 
SftpException - Exception in com.jcraft.jsch
 
SftpException(int, String) - Constructor for exception com.jcraft.jsch.SftpException
 
SftpException(int, String, Throwable) - Constructor for exception com.jcraft.jsch.SftpException
 
SftpProgressMonitor - Interface in com.jcraft.jsch
 
SftpStatVFS - Class in com.jcraft.jsch
 
sha - Variable in class com.jcraft.jsch.KeyExchange
 
sha_name - Variable in class com.jcraft.jsch.DHECN
 
SHA1 - Class in com.jcraft.jsch.jce
 
SHA1() - Constructor for class com.jcraft.jsch.jce.SHA1
 
SHA256 - Class in com.jcraft.jsch.jce
 
SHA256() - Constructor for class com.jcraft.jsch.jce.SHA256
 
SHA384 - Class in com.jcraft.jsch.jce
 
SHA384() - Constructor for class com.jcraft.jsch.jce.SHA384
 
SHA512 - Class in com.jcraft.jsch.jce
 
SHA512() - Constructor for class com.jcraft.jsch.jce.SHA512
 
shallowClone(T) - Method in class com.rits.cloning.Cloner
shallow clones "o".
shared() - Static method in class com.rits.cloning.Cloner
 
shift() - Method in class com.jcraft.jsch.Buffer
 
show() - Method in class org.teichert.databaseexplorer.components.DropDown
 
SHOW_ALL_PROCEDURES - Static variable in class org.teichert.databaseexplorer.controllers.KeyMappingController
 
SHOW_ALL_SYSTEMUSERS - Static variable in class org.teichert.databaseexplorer.controllers.KeyMappingController
 
showAndWait() - Method in class org.teichert.databaseexplorer.gui.SearchDialog
 
showDialog() - Method in class org.teichert.databaseexplorer.gui.CustomDialog
Executes the localize method and super.showAndWait();
showMessage(String) - Method in interface com.jcraft.jsch.UserInfo
 
showPopupDialog() - Method in class org.teichert.databaseexplorer.gui_editors.GenericTextEditor
 
sign() - Method in class com.jcraft.jsch.jce.SignatureDSA
 
sign() - Method in class com.jcraft.jsch.jce.SignatureECDSAN
 
sign() - Method in class com.jcraft.jsch.jce.SignatureRSA
 
sign() - Method in interface com.jcraft.jsch.Signature
 
Signature - Interface in com.jcraft.jsch
 
SignatureDSA - Class in com.jcraft.jsch.jce
 
SignatureDSA - Interface in com.jcraft.jsch
 
SignatureDSA() - Constructor for class com.jcraft.jsch.jce.SignatureDSA
 
SignatureECDSA - Interface in com.jcraft.jsch
 
SignatureECDSA256 - Class in com.jcraft.jsch.jce
 
SignatureECDSA256() - Constructor for class com.jcraft.jsch.jce.SignatureECDSA256
 
SignatureECDSA384 - Class in com.jcraft.jsch.jce
 
SignatureECDSA384() - Constructor for class com.jcraft.jsch.jce.SignatureECDSA384
 
SignatureECDSA521 - Class in com.jcraft.jsch.jce
 
SignatureECDSA521() - Constructor for class com.jcraft.jsch.jce.SignatureECDSA521
 
SignatureECDSAN - Class in com.jcraft.jsch.jce
 
SignatureECDSAN() - Constructor for class com.jcraft.jsch.jce.SignatureECDSAN
 
SignatureRSA - Class in com.jcraft.jsch.jce
 
SignatureRSA - Interface in com.jcraft.jsch
 
SignatureRSA() - Constructor for class com.jcraft.jsch.jce.SignatureRSA
 
size() - Method in class org.apache.fop.hyphenation.TernaryTree
 
SMALLDATETIME - org.teichert.databaseexplorer.sqlitems.SQLDataType
 
SMALLFLOAT - org.teichert.databaseexplorer.sqlitems.SQLDataType
 
SMALLINT - org.teichert.databaseexplorer.sqlitems.SQLDataType
 
SMALLMONEY - org.teichert.databaseexplorer.sqlitems.SQLDataType
 
SocketFactory - Interface in com.jcraft.jsch
 
sortedSearchModeList - Variable in class org.teichert.databaseexplorer.gui.FilteredTreeView
 
SourceHandler - Class in org.teichert.databaseexplorer.utils
Helper-class which provides import methods for handling internal resources like fonts, images, icons and more and caches them too.
specialWordChars - Variable in class com.github.vertical_blank.sqlformatter.core.DialectConfig
 
specialWordChars(List<String>) - Method in class com.github.vertical_blank.sqlformatter.core.DialectConfig.DialectConfigBuilder
 
spinner - Variable in class org.teichert.databaseexplorer.gui.NumericInputDialog
 
SPINNER - Static variable in class org.teichert.databaseexplorer.beans.ToolOption
 
SQLDatabase - Class in org.teichert.databaseexplorer.sqlitems
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.
SQLDatabase(String, String, DatabaseModel) - Constructor for class org.teichert.databaseexplorer.sqlitems.SQLDatabase
 
SQLDatabase(SQLDatabase) - Constructor for class org.teichert.databaseexplorer.sqlitems.SQLDatabase
 
SQLDataType - Enum in org.teichert.databaseexplorer.sqlitems
Representation for all DataType for all DatabaseModels.
It stores also information about their defaultValue and the aligment for gui visualization (left=text, center=dates, right=numbers).
SQLForeignColumn - Class in org.teichert.databaseexplorer.sqlitems
Information about the foreign column.
Will be used inside the GUI!
SQLForeignColumn(SQLTableColumn, boolean) - Constructor for class org.teichert.databaseexplorer.sqlitems.SQLForeignColumn
 
SQLForeignInfo - Class in org.teichert.databaseexplorer.sqlitems
Information about the foreign key.
SQLForeignInfo(SQLForeignInfo) - Constructor for class org.teichert.databaseexplorer.sqlitems.SQLForeignInfo
 
SQLForeignInfo(SQLTableColumn, String, String, String) - Constructor for class org.teichert.databaseexplorer.sqlitems.SQLForeignInfo
 
SqlFormatter - Class in com.github.vertical_blank.sqlformatter
 
SqlFormatter() - Constructor for class com.github.vertical_blank.sqlformatter.SqlFormatter
 
SQLIndex - Class in org.teichert.databaseexplorer.sqlitems
Represents an index of a SQLTable.
It contains information about the sequenceNumber, name, typeSQLIndex.Types, its parent Table and the column-names for this index.
SQLIndex(SQLTable, String, Boolean, SQLIndex.Types, Short, String...) - Constructor for class org.teichert.databaseexplorer.sqlitems.SQLIndex
 
SQLIndex.Types - Enum in org.teichert.databaseexplorer.sqlitems
 
SQLiteModel - Class in org.teichert.databaseexplorer.models
 
SQLiteModel() - Constructor for class org.teichert.databaseexplorer.models.SQLiteModel
 
SQLProcedure - Class in org.teichert.databaseexplorer.sqlitems
Represents a procedure with catalog, schema and the name as information.
SQLProcedure(String, String, String) - Constructor for class org.teichert.databaseexplorer.sqlitems.SQLProcedure
 
SQLProfile - Class in org.teichert.databaseexplorer.syntaxHighlightingProfiles
SQL-profile for sql synatx-highlighting uses regex for matching.
Uses keywords from a static list and also from SQLDataType and StandardSqlFormatter.reservedWords.
SQLProfile() - Constructor for class org.teichert.databaseexplorer.syntaxHighlightingProfiles.SQLProfile
 
SQLRow - Class in org.teichert.databaseexplorer.sqlitems
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.
SQLRow(int) - Constructor for class org.teichert.databaseexplorer.sqlitems.SQLRow
 
SQLServer - Class in org.teichert.databaseexplorer.sqlitems
A Collection of SQLDatabases which can also be loaded lazy like the SQLDatabase.
SQLServer(String, String, String, String, String, String, DatabaseModel, SQLDatabase...) - Constructor for class org.teichert.databaseexplorer.sqlitems.SQLServer
 
SQLTable - Class in org.teichert.databaseexplorer.sqlitems
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.
SQLTable(String, TableType) - Constructor for class org.teichert.databaseexplorer.sqlitems.SQLTable
 
SQLTable(String, TableType, List<SQLIndex>) - Constructor for class org.teichert.databaseexplorer.sqlitems.SQLTable
 
SQLTable(SQLTable) - Constructor for class org.teichert.databaseexplorer.sqlitems.SQLTable
COPY CONSTRUCTOR
SQLTableColumn - Class in org.teichert.databaseexplorer.sqlitems
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.
SQLTableColumn(String, String, ColumnType, SQLDataType, long) - Constructor for class org.teichert.databaseexplorer.sqlitems.SQLTableColumn
 
SQLTableColumn(SQLTableColumn) - Constructor for class org.teichert.databaseexplorer.sqlitems.SQLTableColumn
 
SQLTableValue - Class in org.teichert.databaseexplorer.sqlitems
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.
SQLTableValue(Object) - Constructor for class org.teichert.databaseexplorer.sqlitems.SQLTableValue
 
SQLTextEditor<T> - Class in org.teichert.databaseexplorer.gui_editors
 
SQLTextEditor(Window, boolean, ToolOption<T>...) - Constructor for class org.teichert.databaseexplorer.gui_editors.SQLTextEditor
 
SQLTextEditor(Window, int, boolean, ToolOption<T>...) - Constructor for class org.teichert.databaseexplorer.gui_editors.SQLTextEditor
 
SQLTextEditor(Window, int, List<ToolOption<T>>) - Constructor for class org.teichert.databaseexplorer.gui_editors.SQLTextEditor
 
SQLTextEditor(Window, int, ToolOption<T>...) - Constructor for class org.teichert.databaseexplorer.gui_editors.SQLTextEditor
 
SQLTextEditor(Window, List<ToolOption<T>>) - Constructor for class org.teichert.databaseexplorer.gui_editors.SQLTextEditor
 
SQLTextEditor(Window, ToolOption<T>...) - Constructor for class org.teichert.databaseexplorer.gui_editors.SQLTextEditor
 
SQLTransaction - Class in org.teichert.databaseexplorer.sqlitems
Represents a transaction and contains the related sql-Connection and the info if it is failed or not.
SQLTransaction(Connection) - Constructor for class org.teichert.databaseexplorer.sqlitems.SQLTransaction
 
SQLTrigger - Class in org.teichert.databaseexplorer.sqlitems
Represents a trigger with most information like the condition, the event or the whole trigger-content (script) etc.
SQLTrigger(SQLTable, String, String, String, String, String, String) - Constructor for class org.teichert.databaseexplorer.sqlitems.SQLTrigger
 
SSH_CONNECTIONS - Static variable in class org.teichert.databaseexplorer.constants.ConfigurationSSHConnectionConstants
 
SSH_FILEXFER_ATTR_ACMODTIME - Static variable in class com.jcraft.jsch.SftpATTRS
 
SSH_FILEXFER_ATTR_EXTENDED - Static variable in class com.jcraft.jsch.SftpATTRS
 
SSH_FILEXFER_ATTR_PERMISSIONS - Static variable in class com.jcraft.jsch.SftpATTRS
 
SSH_FILEXFER_ATTR_SIZE - Static variable in class com.jcraft.jsch.SftpATTRS
 
SSH_FILEXFER_ATTR_UIDGID - Static variable in class com.jcraft.jsch.SftpATTRS
 
SSH_FX_BAD_MESSAGE - Static variable in class com.jcraft.jsch.ChannelSftp
 
SSH_FX_CONNECTION_LOST - Static variable in class com.jcraft.jsch.ChannelSftp
 
SSH_FX_EOF - Static variable in class com.jcraft.jsch.ChannelSftp
 
SSH_FX_FAILURE - Static variable in class com.jcraft.jsch.ChannelSftp
 
SSH_FX_NO_CONNECTION - Static variable in class com.jcraft.jsch.ChannelSftp
 
SSH_FX_NO_SUCH_FILE - Static variable in class com.jcraft.jsch.ChannelSftp
 
SSH_FX_OK - Static variable in class com.jcraft.jsch.ChannelSftp
 
SSH_FX_OP_UNSUPPORTED - Static variable in class com.jcraft.jsch.ChannelSftp
 
SSH_FX_PERMISSION_DENIED - Static variable in class com.jcraft.jsch.ChannelSftp
 
SSH_MSG_USERAUTH_BANNER - Static variable in class com.jcraft.jsch.UserAuth
 
SSH_MSG_USERAUTH_FAILURE - Static variable in class com.jcraft.jsch.UserAuth
 
SSH_MSG_USERAUTH_INFO_REQUEST - Static variable in class com.jcraft.jsch.UserAuth
 
SSH_MSG_USERAUTH_INFO_RESPONSE - Static variable in class com.jcraft.jsch.UserAuth
 
SSH_MSG_USERAUTH_PK_OK - Static variable in class com.jcraft.jsch.UserAuth
 
SSH_MSG_USERAUTH_REQUEST - Static variable in class com.jcraft.jsch.UserAuth
 
SSH_MSG_USERAUTH_SUCCESS - Static variable in class com.jcraft.jsch.UserAuth
 
SSH_TIMEOUT - Static variable in class org.teichert.databaseexplorer.constants.ConfigurationSSHConnectionConstants
 
SSHConnection - Class in org.teichert.databaseexplorer.beans
Dataholding-class for a SSHConnection.
SSHConnection(String, String, String, String) - Constructor for class org.teichert.databaseexplorer.beans.SSHConnection
 
SSHConnectionController - Class in org.teichert.databaseexplorer.databaseControllers
Provides all methods to handle the internal database communication for SSHConnections and SSHPortForwardings.
SSHController - Class in org.teichert.databaseexplorer.controllers
Provides all methods to handle SSH-Connections and SSHPortForwardings.
SSHDSS - Static variable in class com.jcraft.jsch.HostKey
 
SSHPortForwarding - Class in org.teichert.databaseexplorer.beans
Dataholding-class for SSH-Portforwardings after a SSHConnection is created.
So a Port-Forwarding always belongs to a parent SSH-Connection via its parentId.
SSHPortForwarding(String, String, Integer, String, Integer) - Constructor for class org.teichert.databaseexplorer.beans.SSHPortForwarding
 
SSHRSA - Static variable in class com.jcraft.jsch.HostKey
 
stage - Variable in class org.teichert.databaseexplorer.components.DropDown
 
standard() - Static method in class com.github.vertical_blank.sqlformatter.SqlFormatter
 
standard() - Static method in class com.rits.cloning.Cloner
 
standardKeyStr - Static variable in class org.teichert.databaseexplorer.utils.Cryptiker
 
StandardSqlFormatter - Class in com.github.vertical_blank.sqlformatter.languages
 
StandardSqlFormatter() - Constructor for class com.github.vertical_blank.sqlformatter.languages.StandardSqlFormatter
 
start() - Method in class com.jcraft.jsch.Channel
 
start() - Method in class com.jcraft.jsch.ChannelExec
 
start() - Method in class com.jcraft.jsch.ChannelSftp
 
start() - Method in class com.jcraft.jsch.ChannelShell
 
start() - Method in class com.jcraft.jsch.ChannelSubsystem
 
start(Session) - Method in class com.jcraft.jsch.UserAuth
 
start(Session) - Method in class com.jcraft.jsch.UserAuthGSSAPIWithMIC
 
start(DownloadDialog) - Method in interface org.teichert.databaseexplorer.interfaces.IDownloader
 
startCloning(Class<?>) - Method in interface com.rits.cloning.IDumpCloned
 
startEdit() - Method in class org.teichert.databaseexplorer.gui.TextAreaTableCell
 
startElement(String, String, String, Attributes) - Method in class org.apache.fop.hyphenation.PatternParser
startsWith(String, String...) - Static method in class org.teichert.databaseexplorer.utils.StringHelper
Checks if the string starts with one of the given suffixes.
stat(String) - Method in class com.jcraft.jsch.ChannelSftp
 
STATE_END - Static variable in class com.jcraft.jsch.KeyExchange
 
STATIC - org.teichert.databaseexplorer.sqlitems.SQLIndex.Types
 
statVFS(String) - Method in class com.jcraft.jsch.ChannelSftp
 
stop() - Method in class org.teichert.databaseexplorer.impl.Downloader
 
strategyFor(Object, Field) - Method in interface com.rits.cloning.ICloningStrategy
 
strcmp(char[], int, char[], int) - Static method in class org.apache.fop.hyphenation.TernaryTree
Compares 2 null terminated char arrays
strcmp(String, char[], int) - Static method in class org.apache.fop.hyphenation.TernaryTree
Compares a string with null terminated char array
strcpy(char[], int, char[], int) - Static method in class org.apache.fop.hyphenation.TernaryTree
 
STRING - com.github.vertical_blank.sqlformatter.core.TokenTypes
 
StringHelper - Class in org.teichert.databaseexplorer.utils
Methods for String manipulation and other useful methods about strings.
stringTypes - Variable in class com.github.vertical_blank.sqlformatter.core.DialectConfig
 
stringTypes(List<String>) - Method in class com.github.vertical_blank.sqlformatter.core.DialectConfig.DialectConfigBuilder
 
strlen(char[]) - Static method in class org.apache.fop.hyphenation.TernaryTree
 
strlen(char[], int) - Static method in class org.apache.fop.hyphenation.TernaryTree
 
STYLE_LOCATION - Static variable in class org.teichert.databaseexplorer.constants.ConfigurationStyleConstants
 
STYLE_STANDARD - Static variable in class org.teichert.databaseexplorer.constants.ConfigurationStyleConstants
 
subClass() - Method in annotation type com.rits.cloning.Immutable
by default all subclasses of the @Immutable class are not immutable.
SUBTEXT - org.teichert.databaseexplorer.beans.ThreadNotificationType
 
symlink(String, String) - Method in class com.jcraft.jsch.ChannelSftp
 
sync() - Method in class com.jcraft.jsch.KnownHosts
 
sync(String) - Method in class com.jcraft.jsch.KnownHosts
 
SYNONYM - Static variable in class org.teichert.databaseexplorer.constants.ConfigurationGeneralConstants
 
syntaxHighlightingProfile - Variable in class org.teichert.databaseexplorer.gui_editors.GenericTextEditor
 
SyntaxHighlightingProfile - Class in org.teichert.databaseexplorer.beans
This is the base-class for all Syntax-Highlighting-Profiles which uses regex to find matches.
SyntaxHighlightingProfile() - Constructor for class org.teichert.databaseexplorer.beans.SyntaxHighlightingProfile
 
SYSTEM_TABLE - org.teichert.databaseexplorer.enums.TableType
 
SYSTEMS - Static variable in class org.teichert.databaseexplorer.constants.ConfigurationGeneralConstants
 

T

table - Variable in class org.teichert.databaseexplorer.gui.CustomTableDialog
 
TABLE - org.teichert.databaseexplorer.enums.TableType
 
TableType - Enum in org.teichert.databaseexplorer.enums
 
tableView - Variable in class org.teichert.databaseexplorer.gui_editors.GenericTextEditor
 
tableViewListenerChanged() - Method in class org.teichert.databaseexplorer.gui_editors.GenericTextEditor
 
TableWithTools<T> - Class in org.teichert.databaseexplorer.gui
TableWithTools holds a list of ToolOption and represents a TableView.
TableWithTools(boolean, ToolOption<T>...) - Constructor for class org.teichert.databaseexplorer.gui.TableWithTools
Creates tooltoptions of the gui with default-alignment TableWithTools.right with an option to show a search-bar or not.
TableWithTools(int, boolean, ToolOption<T>...) - Constructor for class org.teichert.databaseexplorer.gui.TableWithTools
Create tooltoptions to the given alignement of the gui with an option to show a search-bar or not.
TableWithTools(int, ToolOption<T>...) - Constructor for class org.teichert.databaseexplorer.gui.TableWithTools
Create tooltoptions to the given alignement of the gui and no search-bar.
TableWithTools(ToolOption<T>...) - Constructor for class org.teichert.databaseexplorer.gui.TableWithTools
Creates tooltoptions of the gui with default-alignment TableWithTools.right and no search-bar.
tempStyle - Static variable in class org.teichert.databaseexplorer.constants.GeneralConstants
 
TernaryTree - Class in org.apache.fop.hyphenation
Ternary Search Tree.
TernaryTree.Iterator - Class in org.apache.fop.hyphenation
an iterator
testConnection(String, String, String, String, String, String, String, String, String, String, String, DatabaseModel, Map<String, Object>) - Method in class org.teichert.databaseexplorer.controllers.DatabaseController
Tests the Connection.
Timeout is for default 5 seconds.
text - Variable in enum org.teichert.databaseexplorer.enums.SearchMode
 
text - Variable in class org.teichert.databaseexplorer.gui.InputDialog
 
text - Variable in class org.teichert.databaseexplorer.gui.NumericInputDialog
 
text - Variable in class org.teichert.databaseexplorer.gui.SelectionDialog
 
TEXT - org.teichert.databaseexplorer.sqlitems.SQLDataType
 
TextAreaTableCell<S,​T> - Class in org.teichert.databaseexplorer.gui
 
TextAreaTableCell() - Constructor for class org.teichert.databaseexplorer.gui.TextAreaTableCell
 
TextAreaTableCell(StringConverter<T>) - Constructor for class org.teichert.databaseexplorer.gui.TextAreaTableCell
 
TextHyphenator - Class in org.teichert.databaseexplorer.hyphen
This Hyphenator adds soft hyphens (&shy;) where hyphens are can be placed.
TextHyphenator(HyphenationTree) - Constructor for class org.teichert.databaseexplorer.hyphen.TextHyphenator
 
TextUtils - Class in org.teichert.databaseexplorer.utils
 
tfInput - Variable in class org.teichert.databaseexplorer.gui.InputDialog
 
ThreadController - Class in org.teichert.databaseexplorer.controllers
This class handles the communication between running threads and the UI-notifications.
ThreadIdentificationItem - Class in org.teichert.databaseexplorer.beans
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).
ThreadIdentificationItem(Thread) - Constructor for class org.teichert.databaseexplorer.beans.ThreadIdentificationItem
 
ThreadIdentificationItem(Future<?>) - Constructor for class org.teichert.databaseexplorer.beans.ThreadIdentificationItem
 
ThreadNotification - Class in org.teichert.databaseexplorer.beans
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.
ThreadNotification(Thread, ThreadNotificationType, double) - Constructor for class org.teichert.databaseexplorer.beans.ThreadNotification
 
ThreadNotification(Thread, ThreadNotificationType, String) - Constructor for class org.teichert.databaseexplorer.beans.ThreadNotification
 
ThreadNotificationType - Enum in org.teichert.databaseexplorer.beans
This enum is used inside ThreadNotification to indicate if this current thread is about a renaming, an updating or only a subtext
TIME - org.teichert.databaseexplorer.sqlitems.SQLDataType
 
TimeHelper - Class in org.teichert.databaseexplorer.utils
 
TIMESTAMP - org.teichert.databaseexplorer.sqlitems.SQLDataType
 
TimeTextField - Class in org.teichert.databaseexplorer.components
 
TimeTextField() - Constructor for class org.teichert.databaseexplorer.components.TimeTextField
 
TINYBLOB - org.teichert.databaseexplorer.sqlitems.SQLDataType
 
TINYINT - org.teichert.databaseexplorer.sqlitems.SQLDataType
 
TINYTEXT - org.teichert.databaseexplorer.sqlitems.SQLDataType
 
TOGGLE - Static variable in class org.teichert.databaseexplorer.beans.ToolOption
 
toJSON(Object) - Static method in class org.teichert.databaseexplorer.utils.StringHelper
 
Token - Class in com.github.vertical_blank.sqlformatter.core
 
TOKEN - org.teichert.databaseexplorer.messages.web.WebConstants.RESP_TYPES
 
Tokenizer - Class in com.github.vertical_blank.sqlformatter.core
 
Tokenizer(DialectConfig) - Constructor for class com.github.vertical_blank.sqlformatter.core.Tokenizer
 
TokenTypes - Enum in com.github.vertical_blank.sqlformatter.core
Constants for token types
toList() - Method in class com.github.vertical_blank.sqlformatter.core.util.JSLikeList
 
ToolOption<T> - Class in org.teichert.databaseexplorer.beans
Represents a UI-component for other special UI-components like TableWithTools, ListWithTools or TreeTableWithTools.
Depending on the "type" the created UI-component changed to its type and also the behaviour etc.
Types can be ToolOption.BUTTON, ToolOption.COMBO, ToolOption.LABEL, ToolOption.RADIO, ToolOption.SPINNER or ToolOption.TOGGLE.
ToolOption(String, int, String, String, String, String, String, T[], EventHandler<?>...) - Constructor for class org.teichert.databaseexplorer.beans.ToolOption
 
ToolOption(String, int, String, String, String, T[], EventHandler<?>...) - Constructor for class org.teichert.databaseexplorer.beans.ToolOption
 
top - Static variable in class org.teichert.databaseexplorer.gui.ListWithTools
 
top - Static variable in class org.teichert.databaseexplorer.gui.TableWithTools
 
top - Static variable in class org.teichert.databaseexplorer.gui.TreeTableWithTools
 
TOP - org.teichert.databaseexplorer.components.DropDown.Direction
 
TOP - Static variable in class org.teichert.databaseexplorer.gui_editors.GenericTextEditor
 
toString() - Method in class com.github.vertical_blank.sqlformatter.core.Token
 
toString() - Method in class com.jcraft.jsch.ChannelSftp.LsEntry
 
toString() - Method in class com.jcraft.jsch.SftpATTRS
 
toString() - Method in exception com.jcraft.jsch.SftpException
 
toString() - Method in class org.apache.fop.hyphenation.Hyphen
toString() - Method in class org.apache.fop.hyphenation.Hyphenation
toString() - Method in class org.teichert.databaseexplorer.beans.AutoCompletionTableData
 
toString() - Method in class org.teichert.databaseexplorer.beans.CustomPlugin
 
toString() - Method in class org.teichert.databaseexplorer.beans.DriverSetting
 
toString() - Method in class org.teichert.databaseexplorer.beans.KeyMappingEntry
 
toString() - Method in class org.teichert.databaseexplorer.beans.License
 
toString() - Method in class org.teichert.databaseexplorer.beans.SaveItem
 
toString() - Method in class org.teichert.databaseexplorer.beans.Selection
 
toString() - Method in class org.teichert.databaseexplorer.beans.SSHConnection
 
toString() - Method in class org.teichert.databaseexplorer.beans.SSHPortForwarding
 
toString() - Method in class org.teichert.databaseexplorer.beans.ThreadIdentificationItem
 
toString() - Method in class org.teichert.databaseexplorer.components.representation.AutoCompletionTableData
 
toString() - Method in class org.teichert.databaseexplorer.database.DatabaseModel
 
toString() - Method in class org.teichert.databaseexplorer.gui.NumericInputDialog
 
toString() - Method in class org.teichert.databaseexplorer.messages.web.pojos.Marketplace
 
toString() - Method in class org.teichert.databaseexplorer.messages.web.pojos.PluginInfo
 
toString() - Method in class org.teichert.databaseexplorer.sqlitems.SQLDatabase
 
toString() - Method in enum org.teichert.databaseexplorer.sqlitems.SQLDataType
 
toString() - Method in class org.teichert.databaseexplorer.sqlitems.SQLForeignColumn
 
toString() - Method in class org.teichert.databaseexplorer.sqlitems.SQLForeignInfo
 
toString() - Method in class org.teichert.databaseexplorer.sqlitems.SQLIndex
 
toString() - Method in class org.teichert.databaseexplorer.sqlitems.SQLProcedure
 
toString() - Method in class org.teichert.databaseexplorer.sqlitems.SQLRow
 
toString() - Method in class org.teichert.databaseexplorer.sqlitems.SQLServer
 
toString() - Method in class org.teichert.databaseexplorer.sqlitems.SQLTable
 
toString() - Method in class org.teichert.databaseexplorer.sqlitems.SQLTableColumn
 
toString() - Method in class org.teichert.databaseexplorer.sqlitems.SQLTableValue
 
toString() - Method in class org.teichert.databaseexplorer.sqlitems.SQLTrigger
 
toString() - Method in enum org.teichert.databaseexplorer.utils.MyLogger.Time
 
TRACE - org.teichert.databaseexplorer.messages.web.AbstractWebProvider.MethodTypes
 
TransactionController - Class in org.teichert.databaseexplorer.controllers
 
transformToLocalPos(int, String, String) - Static method in class org.teichert.databaseexplorer.utils.StringHelper
Transforms the position of the statement in relation to the whole sql and its caretPosition.

For example:
Statement1: SELECT * FROM TABLE1;
Statement2: SELECT *[|] FROM TABLE2

The [|] represents the caret position then the caretPosition has a value of 30 but the transformed position will be 9
So the transformed position will always be the local positon of the statement.
translateDataTypeString(String) - Method in class org.teichert.databaseexplorer.database.DatabaseModel
 
translateDataTypeString(String) - Method in class org.teichert.databaseexplorer.models.H2SQLModel
 
translateDataTypeString(String) - Method in class org.teichert.databaseexplorer.models.InformixSQLModel
 
translateDataTypeString(String) - Method in class org.teichert.databaseexplorer.models.MariaDBModel
 
translateDataTypeString(String) - Method in class org.teichert.databaseexplorer.models.MSSQLModel
 
translateDataTypeString(String) - Method in class org.teichert.databaseexplorer.models.MySQLModel
 
translateDataTypeString(String) - Method in class org.teichert.databaseexplorer.models.PostgreSQLModel
 
translateDataTypeString(String) - Method in class org.teichert.databaseexplorer.models.SQLiteModel
 
tree - Variable in class org.teichert.databaseexplorer.gui.FilteredTreeView
 
tree - Variable in class org.teichert.databaseexplorer.hyphen.AbstractHyphenator
 
treeComparator - Static variable in class org.teichert.databaseexplorer.utils.GuiHelper
 
treeMenu - Variable in class org.teichert.databaseexplorer.gui.FilteredTreeView
 
TreeMenuItem - Class in org.teichert.databaseexplorer.beans
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.
TreeMenuItem(String, Node, int) - Constructor for class org.teichert.databaseexplorer.beans.TreeMenuItem
 
TreeTableWithTools<T> - Class in org.teichert.databaseexplorer.gui
TreeTableWithTools holds a list of ToolOption and represents a TreeTableView.
TreeTableWithTools(int, ToolOption<T>...) - Constructor for class org.teichert.databaseexplorer.gui.TreeTableWithTools
Create tooltoptions to the given alignement of the gui.
TreeTableWithTools(ToolOption<T>...) - Constructor for class org.teichert.databaseexplorer.gui.TreeTableWithTools
Creates tooltoptions of the gui with default-alignment TableWithTools.right.
TRIGGER - Static variable in class org.teichert.databaseexplorer.constants.ConfigurationGeneralConstants
 
trimEnd(String) - Static method in class com.github.vertical_blank.sqlformatter.core.util.Util
 
trimToSize() - Method in class org.apache.fop.hyphenation.TernaryTree
Each node stores a character (splitchar) which is part of some key(s).
TripleDESCBC - Class in com.jcraft.jsch.jce
 
TripleDESCBC() - Constructor for class com.jcraft.jsch.jce.TripleDESCBC
 
TripleDESCTR - Class in com.jcraft.jsch.jce
 
TripleDESCTR() - Constructor for class com.jcraft.jsch.jce.TripleDESCTR
 
tryGetSQLDatabase(Object) - Static method in class org.teichert.databaseexplorer.utils.GuiHelper
 
tryGetSQLDatabase(TreeItem<?>) - Static method in class org.teichert.databaseexplorer.utils.GuiHelper
 
tryGetSQLTable(Object) - Static method in class org.teichert.databaseexplorer.utils.GuiHelper
 
type - Variable in class com.github.vertical_blank.sqlformatter.core.Token
 
type - Variable in class com.jcraft.jsch.Channel
 
type - Variable in class com.jcraft.jsch.HostKey
 
types - Variable in class org.teichert.databaseexplorer.database.DatabaseModel
 

U

UIKeyboardInteractive - Interface in com.jcraft.jsch
 
UNAVAILABLE - Static variable in interface com.jcraft.jsch.IdentityRepository
 
uncompress(byte[], int, int[]) - Method in interface com.jcraft.jsch.Compression
 
UNIQUEIDENTIFIER - org.teichert.databaseexplorer.sqlitems.SQLDataType
 
UNKNOWN - org.teichert.databaseexplorer.sqlitems.SQLDataType
 
UNKNOWN - Static variable in class com.jcraft.jsch.KeyPair
 
UNKNOWN_SIZE - Static variable in interface com.jcraft.jsch.SftpProgressMonitor
 
unregisterFastCloner(Class<?>) - Method in class com.rits.cloning.Cloner
 
unserializeObject(InputStream, Class<?>) - Static method in class org.teichert.databaseexplorer.utils.SerialUtils
 
UnvisibleRoot - Class in org.teichert.databaseexplorer.components.representation
 
UnvisibleRoot() - Constructor for class org.teichert.databaseexplorer.components.representation.UnvisibleRoot
 
unzip(byte[]) - Static method in class org.teichert.databaseexplorer.utils.ZipArchiveExtractor
 
update(byte[]) - Method in class com.jcraft.jsch.jce.SignatureDSA
 
update(byte[]) - Method in class com.jcraft.jsch.jce.SignatureECDSAN
 
update(byte[]) - Method in class com.jcraft.jsch.jce.SignatureRSA
 
update(byte[]) - Method in interface com.jcraft.jsch.Signature
 
update(byte[], int, int) - Method in interface com.jcraft.jsch.HASH
 
update(byte[], int, int) - Method in class com.jcraft.jsch.jce.MD5
 
update(byte[], int, int) - Method in class com.jcraft.jsch.jce.SHA1
 
update(byte[], int, int) - Method in class com.jcraft.jsch.jce.SHA256
 
update(byte[], int, int) - Method in class com.jcraft.jsch.jce.SHA384
 
update(byte[], int, int) - Method in class com.jcraft.jsch.jce.SHA512
 
update(byte[], int, int) - Method in interface com.jcraft.jsch.MAC
 
update(byte[], int, int, byte[], int) - Method in interface com.jcraft.jsch.Cipher
 
update(byte[], int, int, byte[], int) - Method in class com.jcraft.jsch.CipherNone
 
update(byte[], int, int, byte[], int) - Method in class com.jcraft.jsch.jce.AES128CBC
 
update(byte[], int, int, byte[], int) - Method in class com.jcraft.jsch.jce.AES128CTR
 
update(byte[], int, int, byte[], int) - Method in class com.jcraft.jsch.jce.AES192CBC
 
update(byte[], int, int, byte[], int) - Method in class com.jcraft.jsch.jce.AES192CTR
 
update(byte[], int, int, byte[], int) - Method in class com.jcraft.jsch.jce.AES256CBC
 
update(byte[], int, int, byte[], int) - Method in class com.jcraft.jsch.jce.AES256CTR
 
update(byte[], int, int, byte[], int) - Method in class com.jcraft.jsch.jce.ARCFOUR
 
update(byte[], int, int, byte[], int) - Method in class com.jcraft.jsch.jce.ARCFOUR128
 
update(byte[], int, int, byte[], int) - Method in class com.jcraft.jsch.jce.ARCFOUR256
 
update(byte[], int, int, byte[], int) - Method in class com.jcraft.jsch.jce.BlowfishCBC
 
update(byte[], int, int, byte[], int) - Method in class com.jcraft.jsch.jce.TripleDESCBC
 
update(byte[], int, int, byte[], int) - Method in class com.jcraft.jsch.jce.TripleDESCTR
 
update(int) - Method in interface com.jcraft.jsch.MAC
 
UPDATE - org.teichert.databaseexplorer.beans.ThreadNotificationType
 
updateCache(ISQLItem<?, ?>, boolean) - Static method in class org.teichert.databaseexplorer.utils.GeneralUtils
 
updateItem(T, boolean) - Method in class org.teichert.databaseexplorer.gui.TextAreaTableCell
 
updateSQLTableValue(int, SQLTableColumn, SQLTableValue[], SQLTableValue, boolean) - Method in class org.teichert.databaseexplorer.controllers.DatabaseController
Update the given SQLTableValue.
updateTableValue(SQLTableColumn, SQLTableValue[], SQLTableValue) - Method in class org.teichert.databaseexplorer.database.DatabaseModel
 
updateTableValue(SQLTableColumn, SQLTableValue[], SQLTableValue) - Method in class org.teichert.databaseexplorer.models.H2SQLModel
 
updateTableValue(SQLTableColumn, SQLTableValue[], SQLTableValue) - Method in class org.teichert.databaseexplorer.models.InformixSQLModel
 
updateTableValue(SQLTableColumn, SQLTableValue[], SQLTableValue) - Method in class org.teichert.databaseexplorer.models.MariaDBModel
 
updateTableValue(SQLTableColumn, SQLTableValue[], SQLTableValue) - Method in class org.teichert.databaseexplorer.models.MSSQLModel
 
updateTableValue(SQLTableColumn, SQLTableValue[], SQLTableValue) - Method in class org.teichert.databaseexplorer.models.MySQLModel
 
updateTableValue(SQLTableColumn, SQLTableValue[], SQLTableValue) - Method in class org.teichert.databaseexplorer.models.PostgreSQLModel
 
updateTableValue(SQLTableColumn, SQLTableValue[], SQLTableValue) - Method in class org.teichert.databaseexplorer.models.SQLiteModel
 
URL_ENCODED - org.teichert.databaseexplorer.messages.web.WebConstants.ENTITY_TYPES
 
URL_ENCODED_CONTENT - Static variable in interface org.teichert.databaseexplorer.messages.web.WebConstants
 
USE_CACHE - Static variable in class org.teichert.databaseexplorer.constants.ConfigurationCacheConstants
 
UserAuth - Class in com.jcraft.jsch
 
UserAuth() - Constructor for class com.jcraft.jsch.UserAuth
 
UserAuthGSSAPIWithMIC - Class in com.jcraft.jsch
 
UserAuthGSSAPIWithMIC() - Constructor for class com.jcraft.jsch.UserAuthGSSAPIWithMIC
 
userinfo - Variable in class com.jcraft.jsch.UserAuth
 
UserInfo - Interface in com.jcraft.jsch
 
username - Variable in class com.jcraft.jsch.UserAuth
 
USERNAME - Static variable in interface org.teichert.databaseexplorer.messages.web.WebConstants
 
Util - Class in com.github.vertical_blank.sqlformatter.core.util
 
Util() - Constructor for class com.github.vertical_blank.sqlformatter.core.util.Util
 
UUID - org.teichert.databaseexplorer.sqlitems.SQLDataType
 

V

validate(byte[], byte[]) - Method in interface com.jcraft.jsch.ECDH
 
validate(byte[], byte[]) - Method in class com.jcraft.jsch.jce.ECDHN
 
validation() - Method in class org.teichert.databaseexplorer.gui.CustomDialog
 
validation() - Method in class org.teichert.databaseexplorer.gui.CustomListDialog
 
validation() - Method in class org.teichert.databaseexplorer.gui.InputDialog
 
validation() - Method in class org.teichert.databaseexplorer.gui.InputSelectionDialog
 
validation() - Method in class org.teichert.databaseexplorer.gui.ListDialog
 
validation() - Method in class org.teichert.databaseexplorer.gui.MappingDialog
 
validation() - Method in class org.teichert.databaseexplorer.gui.MessageDialog
 
validation() - Method in class org.teichert.databaseexplorer.gui.MyAlert
 
validation() - Method in class org.teichert.databaseexplorer.gui.NumericInputDialog
 
validation() - Method in class org.teichert.databaseexplorer.gui.SearchDialog
 
validation() - Method in class org.teichert.databaseexplorer.gui.SelectionDialog
 
validation() - Method in class org.teichert.databaseexplorer.gui.SelectionTableDialog
 
validation() - Method in class org.teichert.databaseexplorer.gui.SelectTargetDatabaseDialog
 
validation() - Method in class org.teichert.databaseexplorer.gui.SelectTargetTableColumnDialog
 
validation() - Method in class org.teichert.databaseexplorer.gui.SelectTargetTableDialog
 
validation() - Method in class org.teichert.databaseexplorer.gui.YesNoDialog
 
value - Variable in class com.github.vertical_blank.sqlformatter.core.Token
 
valueOf(String) - Static method in enum com.github.vertical_blank.sqlformatter.core.TokenTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.rits.cloning.ICloningStrategy.Strategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.teichert.databaseexplorer.beans.ThreadNotificationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.teichert.databaseexplorer.components.DropDown.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.teichert.databaseexplorer.enums.ColumnType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.teichert.databaseexplorer.enums.MessageNotificationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.teichert.databaseexplorer.enums.SearchMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.teichert.databaseexplorer.enums.TableType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.teichert.databaseexplorer.messages.web.AbstractWebProvider.MethodTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.teichert.databaseexplorer.messages.web.WebConstants.ENTITY_TYPES
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.teichert.databaseexplorer.messages.web.WebConstants.GRANT_TYPES
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.teichert.databaseexplorer.messages.web.WebConstants.RESP_MODES
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.teichert.databaseexplorer.messages.web.WebConstants.RESP_TYPES
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.teichert.databaseexplorer.sqlitems.SQLDataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.teichert.databaseexplorer.sqlitems.SQLIndex.Types
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.teichert.databaseexplorer.utils.MyLogger.LogType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.teichert.databaseexplorer.utils.MyLogger.Time
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.github.vertical_blank.sqlformatter.core.TokenTypes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.rits.cloning.ICloningStrategy.Strategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.teichert.databaseexplorer.beans.ThreadNotificationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.teichert.databaseexplorer.components.DropDown.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.teichert.databaseexplorer.enums.ColumnType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.teichert.databaseexplorer.enums.MessageNotificationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.teichert.databaseexplorer.enums.SearchMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.teichert.databaseexplorer.enums.TableType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.teichert.databaseexplorer.messages.web.AbstractWebProvider.MethodTypes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.teichert.databaseexplorer.messages.web.WebConstants.ENTITY_TYPES
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.teichert.databaseexplorer.messages.web.WebConstants.GRANT_TYPES
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.teichert.databaseexplorer.messages.web.WebConstants.RESP_MODES
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.teichert.databaseexplorer.messages.web.WebConstants.RESP_TYPES
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.teichert.databaseexplorer.sqlitems.SQLDataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.teichert.databaseexplorer.sqlitems.SQLIndex.Types
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.teichert.databaseexplorer.utils.MyLogger.LogType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.teichert.databaseexplorer.utils.MyLogger.Time
Returns an array containing the constants of this enum type, in the order they are declared.
VARBINARY - org.teichert.databaseexplorer.sqlitems.SQLDataType
 
VARCHAR - org.teichert.databaseexplorer.sqlitems.SQLDataType
 
VARCHAR_IGNORECASE - org.teichert.databaseexplorer.sqlitems.SQLDataType
 
VARYING_CHARACTER - org.teichert.databaseexplorer.sqlitems.SQLDataType
 
verify(byte[]) - Method in class com.jcraft.jsch.jce.SignatureDSA
 
verify(byte[]) - Method in class com.jcraft.jsch.jce.SignatureECDSAN
 
verify(byte[]) - Method in class com.jcraft.jsch.jce.SignatureRSA
 
verify(byte[]) - Method in interface com.jcraft.jsch.Signature
 
verify(String, byte[], int, byte[]) - Method in class com.jcraft.jsch.KeyExchange
 
version() - Method in class com.jcraft.jsch.ChannelSftp
 
VERSION - Static variable in class com.jcraft.jsch.JSch
The version number.
VIEW - org.teichert.databaseexplorer.enums.TableType
 
viewAs(Class<E>, T) - Method in class com.rits.perspectives.Perspectives
Sample: if o is an instance of Product and c is OrderedProduct.class then this returns and instance of OrderedProduct.class which has equal field values to those of the instance of Product.
viewCollectionAs(E, Class<NI>, T) - Method in class com.rits.perspectives.Perspectives
Sample: if o is a [ Products extends LinkedList of Product ] then the returned instance is a [ OrderedProducts extends LinkedList of OrderedProduct ].
VIEWS - Static variable in class org.teichert.databaseexplorer.constants.ConfigurationGeneralConstants
 
VISUALIZE_SQLDATABASE_CUSTOMNAME - Static variable in class org.teichert.databaseexplorer.constants.ConfigurationGeneralConstants
 
VISUALIZE_SQLDATABASE_IP - Static variable in class org.teichert.databaseexplorer.constants.ConfigurationGeneralConstants
 
VISUALIZE_SQLDATABASE_MODEL_NAME - Static variable in class org.teichert.databaseexplorer.constants.ConfigurationGeneralConstants
 
VISUALIZE_SQLDATABASE_NAME - Static variable in class org.teichert.databaseexplorer.constants.ConfigurationGeneralConstants
 
VISUALIZE_SQLDATABASE_PORT - Static variable in class org.teichert.databaseexplorer.constants.ConfigurationGeneralConstants
 
VISUALIZE_SQLSERVER_CUSTOMNAME - Static variable in class org.teichert.databaseexplorer.constants.ConfigurationGeneralConstants
 
VISUALIZE_SQLSERVER_IP - Static variable in class org.teichert.databaseexplorer.constants.ConfigurationGeneralConstants
 
VISUALIZE_SQLSERVER_MODEL_NAME - Static variable in class org.teichert.databaseexplorer.constants.ConfigurationGeneralConstants
 
VISUALIZE_SQLSERVER_PORT - Static variable in class org.teichert.databaseexplorer.constants.ConfigurationGeneralConstants
 
VISUALIZE_SQLSERVER_USER - Static variable in class org.teichert.databaseexplorer.constants.ConfigurationGeneralConstants
 

W

WARN - Static variable in interface com.jcraft.jsch.Logger
 
warning(SAXParseException) - Method in class org.apache.fop.hyphenation.PatternParser
WARNING - org.teichert.databaseexplorer.enums.MessageNotificationType
 
WebConstants - Interface in org.teichert.databaseexplorer.messages.web
 
WebConstants.ENTITY_TYPES - Enum in org.teichert.databaseexplorer.messages.web
 
WebConstants.GRANT_TYPES - Enum in org.teichert.databaseexplorer.messages.web
 
WebConstants.RESP_MODES - Enum in org.teichert.databaseexplorer.messages.web
 
WebConstants.RESP_TYPES - Enum in org.teichert.databaseexplorer.messages.web
 
WebDetails - Class in org.teichert.databaseexplorer.messages.web
 
WebDetails() - Constructor for class org.teichert.databaseexplorer.messages.web.WebDetails
 
WebException - Exception in org.teichert.databaseexplorer.messages.web.Exceptions
 
WebException(Exception, String) - Constructor for exception org.teichert.databaseexplorer.messages.web.Exceptions.WebException
 
WebException(Exception, String, Object[]) - Constructor for exception org.teichert.databaseexplorer.messages.web.Exceptions.WebException
 
WebException(String) - Constructor for exception org.teichert.databaseexplorer.messages.web.Exceptions.WebException
 
WebException(String, Object[]) - Constructor for exception org.teichert.databaseexplorer.messages.web.Exceptions.WebException
 
WHITESPACE - com.github.vertical_blank.sqlformatter.core.TokenTypes
 
widthDialog - Variable in class org.teichert.databaseexplorer.gui.CustomDialog
 
WORD - com.github.vertical_blank.sqlformatter.core.TokenTypes
 
workspace - Static variable in class org.teichert.databaseexplorer.utils.Loader
 
write(Packet) - Method in class com.jcraft.jsch.Session
 
writePrivateKey(OutputStream) - Method in class com.jcraft.jsch.KeyPair
Writes the plain private key to the given output stream.
writePrivateKey(OutputStream, byte[]) - Method in class com.jcraft.jsch.KeyPair
Writes the cyphered private key to the given output stream.
writePrivateKey(String) - Method in class com.jcraft.jsch.KeyPair
Writes the plain private key to the file.
writePrivateKey(String, byte[]) - Method in class com.jcraft.jsch.KeyPair
Writes the cyphered private key to the file.
writePublicKey(OutputStream, String) - Method in class com.jcraft.jsch.KeyPair
Writes the public key with the specified comment to the output stream.
writePublicKey(String, String) - Method in class com.jcraft.jsch.KeyPair
Writes the public key with the specified comment to the file.
writeSECSHPublicKey(OutputStream, String) - Method in class com.jcraft.jsch.KeyPair
Writes the public key with the specified comment to the output stream in the format defined in http://www.ietf.org/rfc/rfc4716.txt
writeSECSHPublicKey(String, String) - Method in class com.jcraft.jsch.KeyPair
Writes the public key with the specified comment to the output stream in the format defined in http://www.ietf.org/rfc/rfc4716.txt
writeStringToFile(File, String) - Static method in class org.teichert.databaseexplorer.utils.FileHelper
 

X

XML - org.teichert.databaseexplorer.sqlitems.SQLDataType
 
XML_CONTENT - Static variable in interface org.teichert.databaseexplorer.messages.web.WebConstants
 
XMLTYPE - Static variable in class org.apache.fop.hyphenation.Hyphenator
 

Y

YEAR - org.teichert.databaseexplorer.sqlitems.SQLDataType
 
YesNoDialog - Class in org.teichert.databaseexplorer.gui
 
YesNoDialog(Window, String) - Constructor for class org.teichert.databaseexplorer.gui.YesNoDialog
 
YesNoDialog(Window, Modality, String) - Constructor for class org.teichert.databaseexplorer.gui.YesNoDialog
 

Z

ZipArchiveExtractor - Class in org.teichert.databaseexplorer.utils
Helper-class for extract zip-files, gzips, byte[] and more

_

_put(InputStream, String, SftpProgressMonitor, int) - Method in class com.jcraft.jsch.ChannelSftp
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes All Packages