Serialized Form
|
Package net.sourceforge.squirrel_sql.plugins.syntax |
chkEnable
JCheckBox chkEnable
tblAutoCorrects
JTable tblAutoCorrects
lblNewLineNote
MultipleLineLabel lblNewLineNote
btnApply
JButton btnApply
btnAddRow
JButton btnAddRow
btnRemoveRows
JButton btnRemoveRows
btnClose
JButton btnClose
_panel
ISQLPanelAPI _panel
_isqlEntryPanel
ISQLEntryPanel _isqlEntryPanel
_syntaxPugin
SyntaxPlugin _syntaxPugin
serialVersionUID: 1L
_isqlEntryPanel
ISQLEntryPanel _isqlEntryPanel
_session
ISession _session
_sqlEntryPanel
ISQLEntryPanel _sqlEntryPanel
_session
ISession _session
_sqlEntryPanel
ISQLEntryPanel _sqlEntryPanel
_session
ISession _session
_sqlEntryPanel
ISQLEntryPanel _sqlEntryPanel
_session
ISession _session
_sqlEntryPanel
ISQLEntryPanel _sqlEntryPanel
_session
ISession _session
_sqlEntryPanel
ISQLEntryPanel _sqlEntryPanel
_session
ISession _session
_isqlEntryPanel
ISQLEntryPanel _isqlEntryPanel
serialVersionUID: 1L
_useOsterTextControl
boolean _useOsterTextControl
- If true use the Oster text control else use the standard Java control.
_useNetbeansTextControl
boolean _useNetbeansTextControl
_usePlainTextControl
boolean _usePlainTextControl
_useRSyntaxTextArea
boolean _useRSyntaxTextArea
_columnStyle
SyntaxStyle _columnStyle
- If true line numbers should be displayed.
_commentStyle
SyntaxStyle _commentStyle
_dataTypeStyle
SyntaxStyle _dataTypeStyle
_errorStyle
SyntaxStyle _errorStyle
_functionStyle
SyntaxStyle _functionStyle
_identifierStyle
SyntaxStyle _identifierStyle
_literalStyle
SyntaxStyle _literalStyle
_operatorStyle
SyntaxStyle _operatorStyle
_reservedWordStyle
SyntaxStyle _reservedWordStyle
_separatorStyle
SyntaxStyle _separatorStyle
_tableStyle
SyntaxStyle _tableStyle
_whiteSpaceStyle
SyntaxStyle _whiteSpaceStyle
_textLimitLineVisible
boolean _textLimitLineVisible
_textLimitLineWidth
int _textLimitLineWidth
_highlightCurrentLine
boolean _highlightCurrentLine
_lineNumbersEnabled
boolean _lineNumbersEnabled
serialVersionUID: 5071458594077779491L
_name
String _name
- name fo this style.
_isItalic
boolean _isItalic
- Is this an italic style.
_isBold
boolean _isBold
- Is this an bold style.
_textRGB
int _textRGB
_backgroundRGB
int _backgroundRGB
_panel
ISQLPanelAPI _panel
_isqlEntryPanel
ISQLEntryPanel _isqlEntryPanel
_session
ISession _session
_sqlEntryPanel
ISQLEntryPanel _sqlEntryPanel
|
Package net.sourceforge.squirrel_sql.plugins.syntax.netbeans |
serialVersionUID: -7433339152923153176L
_parsingInitialized
boolean _parsingInitialized
_session
ISession _session
_currentErrorInfos
ErrorInfo[] _currentErrorInfos
_prefs
SyntaxPreferences _prefs
_syntaxFactory
SyntaxFactory _syntaxFactory
_plugin
SyntaxPlugin _plugin
_sqlEntryPanelIdentifier
IIdentifier _sqlEntryPanelIdentifier
_sessionListener
SessionAdapter _sessionListener
_propertiesWrapper
NetbeansPropertiesWrapper _propertiesWrapper
_syntaxFactory
SyntaxFactory _syntaxFactory
|
Package net.sourceforge.squirrel_sql.plugins.syntax.oster |
|
Class net.sourceforge.squirrel_sql.plugins.syntax.oster.DocReader extends Object implements Serializable |
serialVersionUID: 1L
_session
ISession _session
- Current session.
doclock
Object doclock
- A lock for modifying the document, or for
actions that depend on the document not being
modified.
document
net.sourceforge.squirrel_sql.plugins.syntax.oster.OsterTextControl.HighLightedDocument document
- The styled document that is the model for
the textPane.
documentReader
net.sourceforge.squirrel_sql.plugins.syntax.oster.OsterTextControl.DocumentReader documentReader
- A reader wrapped around the document
so that the document can be fed into
the lexer.
syntaxLexer
com.Ostermiller.Syntax.Lexer.Lexer syntaxLexer
- The lexer that tells us what colors different
words should be.
colorer
net.sourceforge.squirrel_sql.plugins.syntax.oster.OsterTextControl.Colorer colorer
- A thread that handles the actual coloring.
styles
Hashtable<K,V> styles
- A hash table containing the text styles.
Simple attribute sets are hashed by name (String)
_syntaxPrefs
SyntaxPreferences _syntaxPrefs
- Preferences for this plugin.
_sqlTokenListeners
Vector<E> _sqlTokenListeners
_currentErrorInfos
Vector<E> _currentErrorInfos
_oldErrorInfos
Vector<E> _oldErrorInfos
|
Package net.sourceforge.squirrel_sql.plugins.syntax.prefspanel |
_list
StylesList _list
_boldChk
JToggleButton _boldChk
_italicChk
JToggleButton _italicChk
_fontColorBtn
JButton _fontColorBtn
_backgroundColorBtn
JButton _backgroundColorBtn
_fontColorBtnLis
net.sourceforge.squirrel_sql.plugins.syntax.prefspanel.StyleMaintenancePanel.FontColorButtonListener _fontColorBtnLis
_backgroundColorBtnLis
net.sourceforge.squirrel_sql.plugins.syntax.prefspanel.StyleMaintenancePanel.BackgroundColorButtonListener _backgroundColorBtnLis
_toggleLis
ActionListener _toggleLis
_style
SyntaxStyle _style
_styles
SyntaxStyle[] _styles
|
Package net.sourceforge.squirrel_sql.plugins.syntax.rsyntax |
_session
ISession _session
_prefs
SyntaxPreferences _prefs
_propertiesWrapper
RSyntaxPropertiesWrapper _propertiesWrapper
_sqlEntryPanelIdentifier
IIdentifier _sqlEntryPanelIdentifier
_rSyntaxHighlightTokenMatcherProxy
RSyntaxHighlightTokenMatcherProxy _rSyntaxHighlightTokenMatcherProxy
_undoHandler
IUndoHandler _undoHandler
_squirrelSyntaxScheme
SquirrelSyntaxScheme _squirrelSyntaxScheme
_currentErrorInfos
ErrorInfo[] _currentErrorInfos
_parsingInitialized
boolean _parsingInitialized
_squirrelRSyntaxSearchEngine
SquirrelRSyntaxSearchEngine _squirrelRSyntaxSearchEngine
|
Package net.sourceforge.squirrel_sql.plugins.syntax.rsyntax.search |
_closingListeners
ArrayList<E> _closingListeners
okButton
JButton okButton
cancelButton
JButton cancelButton
lineNumberField
JTextField lineNumberField
maxLineNumberAllowed
int maxLineNumberAllowed
lineNumber
int lineNumber
_closingListeners
ArrayList<E> _closingListeners
_listener_listenerProxy
HashMap<K,V> _listener_listenerProxy
Copyright © 2001-2011. All Rights Reserved.