Serialized Form
-
Package com.jsql.model
-
Class com.jsql.model.InjectionModel
class InjectionModel extends AbstractModelObservable implements Serializable-
Serialized Fields
-
analysisReport
String analysisReport
-
indexesInUrl
String indexesInUrl
initialUrl transformed to a correct injection url. -
isScanning
boolean isScanning
-
shouldErasePreviousInjection
boolean shouldErasePreviousInjection
Allow to directly start an injection after a failed one without asking the user 'Start a new injection?'.
-
-
-
-
Package com.jsql.model.exception
-
Exception Class com.jsql.model.exception.AbstractSlidingException
class AbstractSlidingException extends JSqlException implements Serializable -
Exception Class com.jsql.model.exception.InjectionFailureException
class InjectionFailureException extends AbstractSlidingException implements Serializable -
Exception Class com.jsql.model.exception.JSqlException
class JSqlException extends Exception implements Serializable -
Exception Class com.jsql.model.exception.JSqlRuntimeException
class JSqlRuntimeException extends RuntimeException implements Serializable -
Exception Class com.jsql.model.exception.LoopDetectedSlidingException
class LoopDetectedSlidingException extends AbstractSlidingException implements Serializable -
Exception Class com.jsql.model.exception.StoppedByUserSlidingException
class StoppedByUserSlidingException extends AbstractSlidingException implements Serializable
-
-
Package com.jsql.model.injection.method
-
Class com.jsql.model.injection.method.AbstractMethodInjection
class AbstractMethodInjection extends Object implements Serializable-
Serialized Fields
-
injectionModel
InjectionModel injectionModel
-
-
-
-
Package com.jsql.model.injection.vendor.model.yaml
-
Class com.jsql.model.injection.vendor.model.yaml.Boolean
class Boolean extends Object implements Serializable -
Class com.jsql.model.injection.vendor.model.yaml.Configuration
class Configuration extends Object implements Serializable -
Class com.jsql.model.injection.vendor.model.yaml.Error
class Error extends Object implements Serializable -
Class com.jsql.model.injection.vendor.model.yaml.Fields
class Fields extends Object implements Serializable -
Class com.jsql.model.injection.vendor.model.yaml.File
class File extends Object implements Serializable -
Class com.jsql.model.injection.vendor.model.yaml.Fingerprint
class Fingerprint extends Object implements Serializable -
Class com.jsql.model.injection.vendor.model.yaml.Method
class Method extends Object implements Serializable -
Class com.jsql.model.injection.vendor.model.yaml.ModelYaml
class ModelYaml extends Object implements Serializable -
Class com.jsql.model.injection.vendor.model.yaml.Normal
class Normal extends Object implements Serializable -
Class com.jsql.model.injection.vendor.model.yaml.Resource
class Resource extends Object implements Serializable -
Class com.jsql.model.injection.vendor.model.yaml.Row
class Row extends Object implements Serializable -
Class com.jsql.model.injection.vendor.model.yaml.Schema
class Schema extends Object implements Serializable -
Class com.jsql.model.injection.vendor.model.yaml.Strategy
class Strategy extends Object implements Serializable-
Serialized Fields
-
booleanStrategy
Boolean booleanStrategy
-
configuration
Configuration configuration
-
error
Error error
-
normal
Normal normal
-
stacked
String stacked
-
-
-
Class com.jsql.model.injection.vendor.model.yaml.Test
class Test extends Object implements Serializable -
Class com.jsql.model.injection.vendor.model.yaml.Write
class Write extends Object implements Serializable
-
-
Package com.jsql.view.swing
-
Class com.jsql.view.swing.JFrameView
class JFrameView extends JFrame implements Serializable-
Serialized Fields
-
mapShells
Map<UUID,
AbstractShell> mapShells -
splitHorizontalTopBottom
SplitHorizontalTopBottom splitHorizontalTopBottom
-
-
-
-
Package com.jsql.view.swing.action
-
Class com.jsql.view.swing.action.ActionCloseTabResult
class ActionCloseTabResult extends AbstractAction implements Serializable -
Class com.jsql.view.swing.action.ActionNewWindow
class ActionNewWindow extends AbstractAction implements Serializable -
Class com.jsql.view.swing.action.ActionSaveTab
class ActionSaveTab extends AbstractAction implements Serializable-
Serialized Fields
-
replaceFileChooser
ReplaceFileChooser replaceFileChooser
-
-
-
-
Package com.jsql.view.swing.console
-
Class com.jsql.view.swing.console.AbstractColoredConsole
class AbstractColoredConsole extends JPopupTextPane implements Serializable-
Serialized Fields
-
tabName
String tabName
Text name of tab.
-
-
-
Class com.jsql.view.swing.console.JavaConsoleAdapter
class JavaConsoleAdapter extends AbstractColoredConsole implements Serializable-
Serialized Fields
-
attributeTimestamp
SimpleAttributeSet attributeTimestamp
-
-
-
Class com.jsql.view.swing.console.SimpleConsoleAdapter
class SimpleConsoleAdapter extends AbstractColoredConsole implements Serializable-
Serialized Fields
-
attributeTimestamp
SimpleAttributeSet attributeTimestamp
-
-
-
-
Package com.jsql.view.swing.dialog
-
Class com.jsql.view.swing.dialog.DialogAbout
class DialogAbout extends JDialog implements Serializable-
Serialized Fields
-
buttonClose
JButton buttonClose
Button receiving focus. -
scrollPane
LightScrollPane scrollPane
Dialog scroller.
-
-
-
Class com.jsql.view.swing.dialog.DialogTranslate
class DialogTranslate extends JDialog implements Serializable -
Class com.jsql.view.swing.dialog.ReplaceFileChooser
class ReplaceFileChooser extends JFileChooser implements Serializable
-
-
Package com.jsql.view.swing.list
-
Class com.jsql.view.swing.list.AbstractListTransfertHandler
class AbstractListTransfertHandler extends TransferHandler implements Serializable -
Class com.jsql.view.swing.list.DnDList
-
Serialized Fields
-
listModel
DefaultListModel<ItemList> listModel
Model for the JList.
-
-
-
Class com.jsql.view.swing.list.DnDListScan
class DnDListScan extends DnDList implements Serializable -
Class com.jsql.view.swing.list.ListTransfertHandler
class ListTransfertHandler extends AbstractListTransfertHandler implements Serializable -
Class com.jsql.view.swing.list.ListTransfertHandlerScan
class ListTransfertHandlerScan extends AbstractListTransfertHandler implements Serializable
-
-
Package com.jsql.view.swing.manager
-
Class com.jsql.view.swing.manager.AbstractManagerList
class AbstractManagerList extends JPanel implements Serializable-
Serialized Fields
-
defaultText
String defaultText
Text of the button that start the upload process. Used to get back the default text after a search (defaultText->"Stop"->defaultText). -
lastLine
JPanel lastLine
-
listFile
DnDList listFile
-
listPaths
DnDList listPaths
Contains the paths of webshell. -
loader
JLabel loader
A animated GIF displayed during processing. -
privilege
JLabel privilege
Display the FILE privilege of current user. -
run
JButtonStateful run
Starts the upload process.
-
-
-
Class com.jsql.view.swing.manager.AbstractManagerShell
class AbstractManagerShell extends AbstractManagerList implements Serializable-
Serialized Fields
-
textfieldUrlShell
JTextField textfieldUrlShell
-
-
-
Class com.jsql.view.swing.manager.ManagerAdminPage
class ManagerAdminPage extends AbstractManagerList implements Serializable -
Class com.jsql.view.swing.manager.ManagerBruteForce
class ManagerBruteForce extends JPanel implements Serializable-
Serialized Fields
-
exclude
JTextField exclude
List of characters to exclude from the attack. -
hash
JTextField hash
Input for hash to brute force. -
hashTypes
JComboBox<String> hashTypes
Combobox of hashing methods. -
loader
JLabel loader
Animated GIF displayed during attack. -
lowerCaseCharacters
JCheckBox lowerCaseCharacters
Enable injection of lowercase characters. -
maximumLength
JSpinner maximumLength
Maximum length of string to attack. -
minimumLength
JSpinner minimumLength
Minimum length of string to attack. -
numericCharacters
JCheckBox numericCharacters
Enable injection of numeric characters. -
result
JTextPane result
Textarea displaying result. -
run
JButtonStateful run
Button running the attack. -
specialCharacters
JCheckBox specialCharacters
Enable injection of special characters. -
upperCaseCharacters
JCheckBox upperCaseCharacters
Enable injection of uppercase characters.
-
-
-
Class com.jsql.view.swing.manager.ManagerCoder
class ManagerCoder extends JPanel implements Serializable -
Class com.jsql.view.swing.manager.ManagerDatabase
class ManagerDatabase extends JPanel implements Serializable-
Serialized Fields
-
tree
TreeDatabase tree
-
-
-
Class com.jsql.view.swing.manager.ManagerFile
class ManagerFile extends AbstractManagerList implements Serializable -
Class com.jsql.view.swing.manager.ManagerScan
class ManagerScan extends AbstractManagerList implements Serializable -
Class com.jsql.view.swing.manager.ManagerSqlShell
class ManagerSqlShell extends AbstractManagerShell implements Serializable-
Serialized Fields
-
password
JTextField password
-
username
JTextField username
-
-
-
Class com.jsql.view.swing.manager.ManagerUpload
class ManagerUpload extends AbstractManagerList implements Serializable -
Class com.jsql.view.swing.manager.ManagerWebShell
class ManagerWebShell extends AbstractManagerShell implements Serializable
-
-
Package com.jsql.view.swing.manager.util
-
Class com.jsql.view.swing.manager.util.ComboMenu
class ComboMenu extends JMenu implements Serializable -
Class com.jsql.view.swing.manager.util.JButtonStateful
class JButtonStateful extends JButton implements Serializable-
Serialized Fields
-
defaultText
String defaultText
-
state
StateButton state
State of current injection.
-
-
-
Class com.jsql.view.swing.manager.util.MenuBarCoder
class MenuBarCoder extends JMenuBar implements Serializable-
Serialized Fields
-
menu
JMenu menu
-
-
-
-
Package com.jsql.view.swing.menubar
-
Package com.jsql.view.swing.panel
-
Class com.jsql.view.swing.panel.PanelAddressBar
class PanelAddressBar extends JPanel implements Serializable-
Serialized Fields
-
addressMenuBar
AddressMenuBar addressMenuBar
-
isAdvanceActivated
boolean isAdvanceActivated
-
methodInjection
AbstractMethodInjection methodInjection
-
radioHeader
RadioLinkMethod[] radioHeader
-
radioQueryString
RadioLinkMethod[] radioQueryString
-
radioRequest
RadioLinkMethod[] radioRequest
-
requestPanel
RequestPanel requestPanel
-
textFieldAddress
JTextField textFieldAddress
-
textFieldHeader
JTextField textFieldHeader
-
textFieldRequest
JTextField textFieldRequest
-
-
-
Class com.jsql.view.swing.panel.PanelConsoles
class PanelConsoles extends JPanel implements Serializable-
Serialized Fields
-
binaryTextArea
JTextArea binaryTextArea
Console for binary representation of characters found with blind/time injection. -
buttonShowNorth
BasicArrowButton buttonShowNorth
-
chunkTextArea
JTextArea chunkTextArea
Console for raw SQL results. -
javaTextPane
JavaConsoleAdapter javaTextPane
Console for java exception messages. -
location
int location
-
networkSplitPane
JSplitPaneWithZeroSizeDivider networkSplitPane
Panel displaying table of HTTP requests and responses. -
networkTable
NetworkTable networkTable
-
tabbedPaneNetworkTab
TabbedPaneNetworkTab tabbedPaneNetworkTab
-
tabConsoles
TabConsoles tabConsoles
-
-
-
Class com.jsql.view.swing.panel.PanelPreferences
class PanelPreferences extends JPanel implements Serializable-
Serialized Fields
-
panelAuthPreferences
PanelAuth panelAuthPreferences
-
panelConnectionPreferences
PanelConnection panelConnectionPreferences
-
panelGeneralPreferences
PanelGeneral panelGeneralPreferences
-
panelInjectionPreferences
PanelInjection panelInjectionPreferences
-
panelProxyPreferences
PanelProxy panelProxyPreferences
-
panelStrategiesPreferences
PanelStrategies panelStrategiesPreferences
-
panelTamperingPreferences
PanelTampering panelTamperingPreferences
-
panelUserAgentPreferences
PanelUserAgent panelUserAgentPreferences
-
-
-
-
Package com.jsql.view.swing.panel.address
-
Class com.jsql.view.swing.panel.address.AddressMenuBar
class AddressMenuBar extends JMenuBar implements Serializable-
Serialized Fields
-
buttonInUrl
ButtonAddressBar buttonInUrl
Connection button. -
groupStrategy
ButtonGroup groupStrategy
-
itemRadioStrategyError
JMenu itemRadioStrategyError
-
loader
JLabel loader
Animated GIF displayed during injection. -
menuStrategy
JMenu menuStrategy
-
menuVendor
JMenu menuVendor
-
-
-
Class com.jsql.view.swing.panel.address.RequestPanel
class RequestPanel extends JPanel implements Serializable-
Serialized Fields
-
typeRequest
String typeRequest
-
-
-
-
Package com.jsql.view.swing.panel.consoles
-
Class com.jsql.view.swing.panel.consoles.CenterRenderer
class CenterRenderer extends DefaultTableCellRenderer implements Serializable -
Class com.jsql.view.swing.panel.consoles.CenterRendererWithColor
class CenterRendererWithColor extends CenterRenderer implements Serializable -
Class com.jsql.view.swing.panel.consoles.NetworkTable
class NetworkTable extends JTable implements Serializable -
Class com.jsql.view.swing.panel.consoles.TabbedPaneNetworkTab
class TabbedPaneNetworkTab extends TabbedPaneWheeled implements Serializable-
Serialized Fields
-
textAreaNetworkTabHeader
JTextArea textAreaNetworkTabHeader
-
textAreaNetworkTabParams
JTextArea textAreaNetworkTabParams
-
textAreaNetworkTabPreview
JTextPane textAreaNetworkTabPreview
-
textAreaNetworkTabResponse
JTextArea textAreaNetworkTabResponse
-
textAreaNetworkTabSource
JTextArea textAreaNetworkTabSource
-
textAreaNetworkTabUrl
JTextArea textAreaNetworkTabUrl
-
-
-
Class com.jsql.view.swing.panel.consoles.TooltipCellRenderer
class TooltipCellRenderer extends DefaultTableCellRenderer implements Serializable
-
-
Package com.jsql.view.swing.panel.preferences
-
Class com.jsql.view.swing.panel.preferences.PanelAuth
class PanelAuth extends JPanel implements Serializable-
Serialized Fields
-
checkboxUseDigestAuthentication
JCheckBox checkboxUseDigestAuthentication
-
checkboxUseKerberos
JCheckBox checkboxUseKerberos
-
textDigestAuthenticationPassword
JTextField textDigestAuthenticationPassword
-
textDigestAuthenticationUsername
JTextField textDigestAuthenticationUsername
-
textKerberosKrb5Conf
JTextField textKerberosKrb5Conf
-
textKerberosLoginConf
JTextField textKerberosLoginConf
-
-
-
Class com.jsql.view.swing.panel.preferences.PanelConnection
class PanelConnection extends JPanel implements Serializable-
Serialized Fields
-
checkboxIsConnectionTimeout
JCheckBox checkboxIsConnectionTimeout
-
checkboxIsCsrfUserTag
JCheckBox checkboxIsCsrfUserTag
-
checkboxIsFollowingRedirection
JCheckBox checkboxIsFollowingRedirection
-
checkboxIsHttp2Disabled
JCheckBox checkboxIsHttp2Disabled
-
checkboxIsLimitingThreads
JCheckBox checkboxIsLimitingThreads
-
checkboxIsNotProcessingCookies
JCheckBox checkboxIsNotProcessingCookies
-
checkboxIsNotTestingConnection
JCheckBox checkboxIsNotTestingConnection
-
checkboxIsProcessingCsrf
JCheckBox checkboxIsProcessingCsrf
-
checkboxIsUnicodeDecodeDisabled
JCheckBox checkboxIsUnicodeDecodeDisabled
-
checkboxIsUrlDecodeDisabled
JCheckBox checkboxIsUrlDecodeDisabled
-
spinnerConnectionTimeout
JSpinner spinnerConnectionTimeout
-
spinnerLimitingThreads
JSpinner spinnerLimitingThreads
-
textfieldCustomCsrfInputToken
JTextField textfieldCustomCsrfInputToken
-
textfieldCustomCsrfOutputToken
JTextField textfieldCustomCsrfOutputToken
-
-
-
Class com.jsql.view.swing.panel.preferences.PanelGeneral
class PanelGeneral extends JPanel implements Serializable -
Class com.jsql.view.swing.panel.preferences.PanelInjection
class PanelInjection extends JPanel implements Serializable-
Serialized Fields
-
checkboxIsCheckingAllBase64Param
JCheckBox checkboxIsCheckingAllBase64Param
-
checkboxIsCheckingAllCookieParam
JCheckBox checkboxIsCheckingAllCookieParam
-
checkboxIsCheckingAllHeaderParam
JCheckBox checkboxIsCheckingAllHeaderParam
-
checkboxIsCheckingAllJSONParam
JCheckBox checkboxIsCheckingAllJSONParam
-
checkboxIsCheckingAllParam
JCheckBox checkboxIsCheckingAllParam
-
checkboxIsCheckingAllRequestParam
JCheckBox checkboxIsCheckingAllRequestParam
-
checkboxIsCheckingAllSOAPParam
JCheckBox checkboxIsCheckingAllSOAPParam
-
checkboxIsCheckingAllURLParam
JCheckBox checkboxIsCheckingAllURLParam
-
checkboxIsLimitingNormalIndex
JCheckBox checkboxIsLimitingNormalIndex
-
checkboxIsLimitingSleepTimeStrategy
JCheckBox checkboxIsLimitingSleepTimeStrategy
-
checkboxIsNotInjectingMetadata
JCheckBox checkboxIsNotInjectingMetadata
-
checkboxIsNotSearchingCharInsertion
JCheckBox checkboxIsNotSearchingCharInsertion
-
checkboxIsNotShowingVulnReport
JCheckBox checkboxIsNotShowingVulnReport
-
checkboxIsParsingForm
JCheckBox checkboxIsParsingForm
-
checkboxIsPerfIndexDisabled
JCheckBox checkboxIsPerfIndexDisabled
-
checkboxIsUrlEncodingDisabled
JCheckBox checkboxIsUrlEncodingDisabled
-
checkboxIsUrlRandomSuffixDisabled
JCheckBox checkboxIsUrlRandomSuffixDisabled
-
radioIsDefaultStrategy
JRadioButton radioIsDefaultStrategy
-
radioIsDiosStrategy
JRadioButton radioIsDiosStrategy
-
radioIsZipStrategy
JRadioButton radioIsZipStrategy
-
spinnerNormalIndexCount
JSpinner spinnerNormalIndexCount
-
spinnerSleepTimeStrategyCount
JSpinner spinnerSleepTimeStrategyCount
-
-
-
Class com.jsql.view.swing.panel.preferences.PanelProxy
class PanelProxy extends JPanel implements Serializable-
Serialized Fields
-
checkboxIsUsingProxy
JCheckBox checkboxIsUsingProxy
-
checkboxIsUsingProxyHttps
JCheckBox checkboxIsUsingProxyHttps
-
textProxyAddress
JTextField textProxyAddress
-
textProxyAddressHttps
JTextField textProxyAddressHttps
-
textProxyPort
JTextField textProxyPort
-
textProxyPortHttps
JTextField textProxyPortHttps
-
-
-
Class com.jsql.view.swing.panel.preferences.PanelStrategies
class PanelStrategies extends JPanel implements Serializable-
Serialized Fields
-
checkboxIsStrategyBlindDisabled
JCheckBox checkboxIsStrategyBlindDisabled
-
checkboxIsStrategyErrorDisabled
JCheckBox checkboxIsStrategyErrorDisabled
-
checkboxIsStrategyMultibitDisabled
JCheckBox checkboxIsStrategyMultibitDisabled
-
checkboxIsStrategyNormalDisabled
JCheckBox checkboxIsStrategyNormalDisabled
-
checkboxIsStrategyStackedDisabled
JCheckBox checkboxIsStrategyStackedDisabled
-
checkboxIsStrategyTimeDisabled
JCheckBox checkboxIsStrategyTimeDisabled
-
-
-
Class com.jsql.view.swing.panel.preferences.PanelTampering
class PanelTampering extends JPanel implements Serializable-
Serialized Fields
-
checkboxIsTamperingBase64
JCheckBox checkboxIsTamperingBase64
-
checkboxIsTamperingEqualToLike
JCheckBox checkboxIsTamperingEqualToLike
-
checkboxIsTamperingEval
JCheckBox checkboxIsTamperingEval
-
checkboxIsTamperingFunctionComment
JCheckBox checkboxIsTamperingFunctionComment
-
checkboxIsTamperingHexToChar
JCheckBox checkboxIsTamperingHexToChar
-
checkboxIsTamperingQuoteToUtf8
JCheckBox checkboxIsTamperingQuoteToUtf8
-
checkboxIsTamperingRandomCase
JCheckBox checkboxIsTamperingRandomCase
-
checkboxIsTamperingStringToChar
JCheckBox checkboxIsTamperingStringToChar
-
checkboxIsTamperingVersionComment
JCheckBox checkboxIsTamperingVersionComment
-
radioIsTamperingSpaceToDashComment
JRadioButton radioIsTamperingSpaceToDashComment
-
radioIsTamperingSpaceToMultilineComment
JRadioButton radioIsTamperingSpaceToMultilineComment
-
radioIsTamperingSpaceToSharpComment
JRadioButton radioIsTamperingSpaceToSharpComment
-
textPaneEval
JTextPane textPaneEval
-
-
-
Class com.jsql.view.swing.panel.preferences.PanelUserAgent
class PanelUserAgent extends JPanel implements Serializable
-
-
Package com.jsql.view.swing.panel.split
-
Class com.jsql.view.swing.panel.split.SplitHorizontalTopBottom
class SplitHorizontalTopBottom extends JSplitPaneWithZeroSizeDivider implements Serializable-
Serialized Fields
-
labelPlaceholderResult
JLabel labelPlaceholderResult
-
splitVerticalLeftRight
JSplitPaneWithZeroSizeDivider splitVerticalLeftRight
SplitPane containing Manager panels on the left and result tabs on the right.
-
-
-
-
Package com.jsql.view.swing.panel.util
-
Class com.jsql.view.swing.panel.util.ButtonAddressBar
class ButtonAddressBar extends JButton implements Serializable-
Serialized Fields
-
state
StateButton state
State of current injection.
-
-
-
Class com.jsql.view.swing.panel.util.ButtonExpandText
class ButtonExpandText extends JButton implements Serializable -
Class com.jsql.view.swing.panel.util.HTMLEditorKitTextPaneWrap
class HTMLEditorKitTextPaneWrap extends HTMLEditorKit implements Serializable -
Class com.jsql.view.swing.panel.util.RadioMenuItemIconCustom
class RadioMenuItemIconCustom extends Object implements Serializable
-
-
Package com.jsql.view.swing.popupmenu
-
Package com.jsql.view.swing.radio
-
Class com.jsql.view.swing.radio.AbstractRadioLink
class AbstractRadioLink extends JLabel implements Serializable -
Class com.jsql.view.swing.radio.RadioLinkMethod
class RadioLinkMethod extends AbstractRadioLink implements Serializable-
Serialized Fields
-
methodInjection
AbstractMethodInjection methodInjection
-
-
-
-
Package com.jsql.view.swing.scrollpane
-
Class com.jsql.view.swing.scrollpane.JScrollIndicator
class JScrollIndicator extends JLayeredPane implements Serializable-
Serialized Fields
-
controlPanel
com.jsql.view.swing.scrollpane.JScrollIndicator.ControlPanel controlPanel
-
scrollPane
JScrollPane scrollPane
-
-
-
Class com.jsql.view.swing.scrollpane.JScrollPanePixelBorder
class JScrollPanePixelBorder extends JScrollPane implements Serializable -
Class com.jsql.view.swing.scrollpane.LightScrollPane
class LightScrollPane extends JComponent implements Serializable-
Serialized Fields
-
colorThumb
Color colorThumb
-
horizontalScrollBar
JScrollBar horizontalScrollBar
-
scrollBarAlpha
int scrollBarAlpha
-
scrollBarAlphaRollover
int scrollBarAlphaRollover
-
scrollPane
JScrollPane scrollPane
-
verticalScrollBar
JScrollBar verticalScrollBar
-
-
-
Class com.jsql.view.swing.scrollpane.LightScrollPaneShell
class LightScrollPaneShell extends LightScrollPane implements Serializable
-
-
Package com.jsql.view.swing.shadow
-
Class com.jsql.view.swing.shadow.ShadowPopupBorder
class ShadowPopupBorder extends AbstractBorder implements Serializable
-
-
Package com.jsql.view.swing.shell
-
Class com.jsql.view.swing.shell.AbstractShell
class AbstractShell extends JTextPane implements Serializable-
Serialized Fields
-
host
String host
Server name or IP to display on prompt. -
isEdited
boolean[] isEdited
True if terminal is processing command. -
labelShell
String labelShell
Text to display next caret. -
loginPassword
String[] loginPassword
User and password for database. -
prompt
String prompt
Length of prompt. -
urlShell
String urlShell
-
uuidShell
UUID uuidShell
-
-
-
Class com.jsql.view.swing.shell.BlockCaret
class BlockCaret extends DefaultCaret implements Serializable -
Class com.jsql.view.swing.shell.ShellSql
class ShellSql extends AbstractShell implements Serializable -
Class com.jsql.view.swing.shell.ShellWeb
class ShellWeb extends AbstractShell implements Serializable
-
-
Package com.jsql.view.swing.splitpane
-
Class com.jsql.view.swing.splitpane.JSplitPaneWithZeroSizeDivider
class JSplitPaneWithZeroSizeDivider extends JSplitPane implements Serializable-
Serialized Fields
-
dividerDragOffset
int dividerDragOffset
The offset of the transparent drag area relative to the visible divider line. Positive offset moves the drag area left/top to the divider line. If zero then the drag area is right/bottom of the divider line. Useful values are in the range 0 toJSplitPaneWithZeroSizeDivider.dividerDragSize
. Default is centered. -
dividerDragSize
int dividerDragSize
The size of the transparent drag area.
-
-
-
-
Package com.jsql.view.swing.sql
-
Class com.jsql.view.swing.sql.SqlEngine
class SqlEngine extends JPanel implements Serializable
-
-
Package com.jsql.view.swing.sql.lexer
-
Class com.jsql.view.swing.sql.lexer.HighlightedDocument
class HighlightedDocument extends DefaultStyledDocument implements Serializable
-
-
Package com.jsql.view.swing.sql.text
-
Class com.jsql.view.swing.sql.text.JTextPaneLexer
class JTextPaneLexer extends JTextPane implements Serializable
-
-
Package com.jsql.view.swing.tab
-
Class com.jsql.view.swing.tab.ButtonClose
class ButtonClose extends JButton implements Serializable -
Class com.jsql.view.swing.tab.TabbedPaneWheeled
class TabbedPaneWheeled extends JTabbedPane implements Serializable -
Class com.jsql.view.swing.tab.TabConsoles
class TabConsoles extends TabbedPaneWheeled implements Serializable -
Class com.jsql.view.swing.tab.TabHeader
class TabHeader extends JPanel implements Serializable-
Serialized Fields
-
tabTitleLabel
JLabel tabTitleLabel
-
-
-
Class com.jsql.view.swing.tab.TabManagers
class TabManagers extends TabbedPaneWheeled implements Serializable -
Class com.jsql.view.swing.tab.TabManagersProxy
class TabManagersProxy extends JTabbedPane implements Serializable-
Serialized Fields
-
managerFile
ManagerFile managerFile
-
managerSqlShell
ManagerSqlShell managerSqlShell
-
managerUpload
ManagerUpload managerUpload
-
managerWebShell
ManagerWebShell managerWebShell
-
-
-
Class com.jsql.view.swing.tab.TabResults
class TabResults extends DnDTabbedPane implements Serializable
-
-
Package com.jsql.view.swing.tab.dnd
-
Class com.jsql.view.swing.tab.dnd.DnDTabbedPane
class DnDTabbedPane extends JTabbedPane implements Serializable-
Serialized Fields
-
dragTabIndex
int dragTabIndex
-
-
-
Class com.jsql.view.swing.tab.dnd.GhostGlassPane
class GhostGlassPane extends JComponent implements Serializable-
Serialized Fields
-
tabbedPane
DnDTabbedPane tabbedPane
-
-
-
Class com.jsql.view.swing.tab.dnd.TabTransferHandler
class TabTransferHandler extends TransferHandler implements Serializable-
Serialized Fields
-
localObjectFlavor
DataFlavor localObjectFlavor
-
source
DnDTabbedPane source
-
-
-
-
Package com.jsql.view.swing.table
-
Class com.jsql.view.swing.table.ActionCloseSearch
class ActionCloseSearch extends AbstractAction implements Serializable-
Serialized Fields
-
panelSearch
JPanel panelSearch
-
panelTable
PanelTable panelTable
-
textFilter
JTextField textFilter
-
-
-
Class com.jsql.view.swing.table.ActionShowSearch
class ActionShowSearch extends AbstractAction implements Serializable-
Serialized Fields
-
panelSearch
JPanel panelSearch
-
textFilter
JTextField textFilter
-
-
-
Class com.jsql.view.swing.table.PanelTable
class PanelTable extends JPanel implements Serializable-
Serialized Fields
-
tableValues
JTable tableValues
Table to display in the panel.
-
-
-
Class com.jsql.view.swing.table.RowHeaderRenderer
class RowHeaderRenderer extends DefaultTableCellRenderer implements Serializable
-
-
Package com.jsql.view.swing.text
-
Class com.jsql.view.swing.text.JPopupComponent
class JPopupComponent extends JComponent implements Serializable-
Serialized Fields
-
proxy
T extends JComponent proxy
Decorated component.
-
-
-
Class com.jsql.view.swing.text.JPopupTextArea
-
Class com.jsql.view.swing.text.JPopupTextComponent
-
Class com.jsql.view.swing.text.JPopupTextField
-
Class com.jsql.view.swing.text.JPopupTextPane
-
Class com.jsql.view.swing.text.JTextAreaPlaceholder
class JTextAreaPlaceholder extends JTextArea implements Serializable-
Serialized Fields
-
placeholderText
String placeholderText
Text to display when empty.
-
-
-
Class com.jsql.view.swing.text.JTextAreaPlaceholderConsole
class JTextAreaPlaceholderConsole extends JTextAreaPlaceholder implements Serializable -
Class com.jsql.view.swing.text.JTextFieldAddressBar
class JTextFieldAddressBar extends JPopupTextField implements Serializable -
Class com.jsql.view.swing.text.JTextFieldPlaceholder
class JTextFieldPlaceholder extends JTextField implements Serializable-
Serialized Fields
-
placeholderText
String placeholderText
Text to display when empty.
-
-
-
Class com.jsql.view.swing.text.JTextFieldWithIcon
class JTextFieldWithIcon extends JTextFieldPlaceholder implements Serializable -
Class com.jsql.view.swing.text.JTextPanePlaceholder
class JTextPanePlaceholder extends JTextPane implements Serializable-
Serialized Fields
-
placeholderText
String placeholderText
Text to display when empty.
-
-
-
Class com.jsql.view.swing.text.JTextPanePlaceholderConsole
class JTextPanePlaceholderConsole extends JTextPanePlaceholder implements Serializable -
Class com.jsql.view.swing.text.JToolTipI18n
class JToolTipI18n extends JToolTip implements Serializable-
Serialized Fields
-
textTooltip
String textTooltip
-
-
-
-
Package com.jsql.view.swing.text.action
-
Class com.jsql.view.swing.text.action.AbstractCharAction
class AbstractCharAction extends TextAction implements Serializable -
Class com.jsql.view.swing.text.action.DeleteNextCharAction
class DeleteNextCharAction extends AbstractCharAction implements Serializable -
Class com.jsql.view.swing.text.action.DeletePrevCharAction
class DeletePrevCharAction extends AbstractCharAction implements Serializable -
Class com.jsql.view.swing.text.action.SilentDeleteTextAction
class SilentDeleteTextAction extends TextAction implements Serializable
-
-
Package com.jsql.view.swing.tree
-
Class com.jsql.view.swing.tree.CellEditorNode
class CellEditorNode extends AbstractCellEditor implements Serializable-
Serialized Fields
-
defaultTreeRenderer
CellRendererNode defaultTreeRenderer
Renderer for nodes included JPanel, button, checkbox, icons...
-
-
-
Class com.jsql.view.swing.tree.CellRendererNode
class CellRendererNode extends DefaultTreeCellRenderer implements Serializable -
Class com.jsql.view.swing.tree.CheckBoxMenuItemIconCustom
class CheckBoxMenuItemIconCustom extends Object implements Serializable -
Class com.jsql.view.swing.tree.ImageOverlap
class ImageOverlap extends ImageIcon implements Serializable-
Serialized Fields
-
iconPathOverlap
String iconPathOverlap
The path of icon displayed in the bottom right corner.
-
-
-
Class com.jsql.view.swing.tree.PanelNode
class PanelNode extends JPanel implements Serializable-
Serialized Fields
-
icon
JLabel icon
Default icon of the node (database or table). -
label
JLabel label
Text of the node. -
loader
JLabel loader
A GIF loader, displayed if progress track is unknown (like columns). -
progressBar
ProgressBarPausable progressBar
Progress bar displayed during injection, with pause icon displayed if user paused the process. -
textFieldEditable
JTextField textFieldEditable
-
-
-
Class com.jsql.view.swing.tree.ProgressBarPausable
class ProgressBarPausable extends JProgressBar implements Serializable-
Serialized Fields
-
isIconDisplayed
boolean isIconDisplayed
True if icon should be displayed, false otherwise.
-
-
-
Class com.jsql.view.swing.tree.TreeDatabase
class TreeDatabase extends JTree implements Serializable
-
-
Package com.jsql.view.swing.tree.model
-
Class com.jsql.view.swing.tree.model.JPopupMenuCustomExtract
class JPopupMenuCustomExtract extends JPopupMenu implements Serializable
-
-
Package com.jsql.view.swing.ui
-
Class com.jsql.view.swing.ui.BorderRoundBlu
class BorderRoundBlu extends AbstractBorder implements Serializable -
Class com.jsql.view.swing.ui.CheckBoxIcon
class CheckBoxIcon extends Object implements Serializable
-