Serialized Form
byLine
javax.swing.JMenuItem byLine
byName
javax.swing.JMenuItem byName
toggleLineNumbers
javax.swing.JCheckBoxMenuItem toggleLineNumbers
parent
org.gjt.sp.jedit.EBComponent parent
quote
javax.swing.JCheckBox quote
colon
javax.swing.JCheckBox colon
spaceAfterColon
javax.swing.JCheckBox spaceAfterColon
showProprietaryAsError
javax.swing.JCheckBox showProprietaryAsError
|
Package sidekick.css.parser |
specialConstructor
boolean specialConstructor
- This variable determines which constructor was used to create
this object and thereby affects the semantics of the
"getMessage" method (see below).
currentToken
Token currentToken
- This is the last token that has been consumed successfully. If
this object has been created due to a parse error, the token
followng this token will (therefore) be the first error token.
expectedTokenSequences
int[][] expectedTokenSequences
- Each entry in this array is an array of integers. Each array
of integers represents a sequence of tokens (by their ordinal
values) that is expected at this point of the parse.
tokenImage
java.lang.String[] tokenImage
- This is a reference to the "tokenImage" array of the generated
parser within which the parse error occurred. This array is
defined in the generated ...Constants interface.
eol
java.lang.String eol
- The end of line string for this machine.
errorCode
int errorCode
- Indicates the reason why the exception is thrown. It will have
one of the above 4 values.
|
Package sidekick.ecmascript.options |
allNodes
javax.swing.JCheckBox allNodes
|
Package sidekick.ecmascript.parser |
specialConstructor
boolean specialConstructor
- This variable determines which constructor was used to create
this object and thereby affects the semantics of the
"getMessage" method (see below).
currentToken
Token currentToken
- This is the last token that has been consumed successfully. If
this object has been created due to a parse error, the token
followng this token will (therefore) be the first error token.
expectedTokenSequences
int[][] expectedTokenSequences
- Each entry in this array is an array of integers. Each array
of integers represents a sequence of tokens (by their ordinal
values) that is expected at this point of the parse.
tokenImage
java.lang.String[] tokenImage
- This is a reference to the "tokenImage" array of the generated
parser within which the parse error occurred. This array is
defined in the generated ...Constants interface.
eol
java.lang.String eol
- The end of line string for this machine.
errorCode
int errorCode
- Indicates the reason why the exception is thrown. It will have
one of the above 4 values.
showTagAttributes
javax.swing.JCheckBox showTagAttributes
showCoreAttributes
javax.swing.JCheckBox showCoreAttributes
showLangAttributes
javax.swing.JCheckBox showLangAttributes
showScriptAttributes
javax.swing.JCheckBox showScriptAttributes
showBrackets
javax.swing.JCheckBox showBrackets
showAllElements
javax.swing.JRadioButton showAllElements
showBlockElements
javax.swing.JRadioButton showBlockElements
showJspElements
javax.swing.JCheckBox showJspElements
|
Package sidekick.html.parser.html |
specialConstructor
boolean specialConstructor
- This variable determines which constructor was used to create
this object and thereby affects the semantics of the
"getMessage" method (see below).
currentToken
Token currentToken
- This is the last token that has been consumed successfully. If
this object has been created due to a parse error, the token
followng this token will (therefore) be the first error token.
expectedTokenSequences
int[][] expectedTokenSequences
- Each entry in this array is an array of integers. Each array
of integers represents a sequence of tokens (by their ordinal
values) that is expected at this point of the parse.
tokenImage
java.lang.String[] tokenImage
- This is a reference to the "tokenImage" array of the generated
parser within which the parse error occurred. This array is
defined in the generated ...Constants interface.
eol
java.lang.String eol
- The end of line string for this machine.
errorCode
int errorCode
- Indicates the reason why the exception is thrown. It will have
one of the above 4 values.
|
Class xml.EditTagDialog extends org.gjt.sp.jedit.gui.EnhancedDialog implements Serializable |
html
boolean html
elementName
java.lang.String elementName
element
ElementDecl element
entityHash
java.util.Map<K,V> entityHash
empty
javax.swing.JCheckBox empty
attributeModel
java.util.List<E> attributeModel
attributes
javax.swing.JTable attributes
preview
javax.swing.JTextArea preview
ok
javax.swing.JButton ok
cancel
javax.swing.JButton cancel
newTag
java.lang.String newTag
isOK
boolean isOK
namespaces
NamespaceBindings namespaces
namespacesToInsert
NamespaceBindings namespacesToInsert
|
Class xml.XmlInsert extends javax.swing.JPanel implements Serializable |
view
org.gjt.sp.jedit.View view
caretHandler
xml.XmlInsert.CaretHandler caretHandler
elements
java.util.List<E> elements
elementList
javax.swing.JList elementList
entityList
javax.swing.JList entityList
idList
javax.swing.JList idList
html
boolean html
delay
int delay
updateTimer
javax.swing.Timer updateTimer
left
javax.swing.DefaultListCellRenderer left
right
javax.swing.DefaultListCellRenderer right
actionType
java.lang.String actionType
view
org.gjt.sp.jedit.View view
itemsListModel
javax.swing.DefaultListModel itemsListModel
itemsList
javax.swing.JList itemsList
propertyPrefix
java.lang.String propertyPrefix
addItemAction
UsefulAction addItemAction
removeItemAction
UsefulAction removeItemAction
upAction
UsefulAction upAction
downAction
UsefulAction downAction
openFileAction
UsefulAction openFileAction
view
org.gjt.sp.jedit.View view
propertyPrefix
java.lang.String propertyPrefix
sourceField
javax.swing.JTextField sourceField
browseButton
javax.swing.JButton browseButton
sourceSelectAction
UsefulAction sourceSelectAction
openFileAction
UsefulAction openFileAction
choices
javax.swing.JComboBox choices
direction
javax.swing.JButton direction
view
org.gjt.sp.jedit.View view
down
boolean down
elementList
javax.swing.JList elementList
elementListModel
javax.swing.DefaultListModel elementListModel
add
javax.swing.JButton add
remove
javax.swing.JButton remove
catalogList
javax.swing.JList catalogList
catalogListModel
javax.swing.DefaultListModel catalogListModel
add
javax.swing.JButton add
remove
javax.swing.JButton remove
network
javax.swing.JComboBox network
cache
javax.swing.JCheckBox cache
popupEditorComplete
javax.swing.JCheckBox popupEditorComplete
validate
javax.swing.JCheckBox validate
enableSchemaMapping
javax.swing.JCheckBox enableSchemaMapping
showAttributes
javax.swing.JComboBox showAttributes
closeCompleteOpen
javax.swing.JCheckBox closeCompleteOpen
closeComplete
javax.swing.JCheckBox closeComplete
standaloneExtraSpace
javax.swing.JCheckBox standaloneExtraSpace
xinclude
javax.swing.JCheckBox xinclude
xincludeBaseURI
javax.swing.JCheckBox xincludeBaseURI
path
java.lang.String path
line
int line
|
Package xml.parser.javacc |
specialConstructor
boolean specialConstructor
- This variable determines which constructor was used to create
this object and thereby affects the semantics of the
"getMessage" method (see below).
currentToken
Token currentToken
- This is the last token that has been consumed successfully. If
this object has been created due to a parse error, the token
followng this token will (therefore) be the first error token.
expectedTokenSequences
int[][] expectedTokenSequences
- Each entry in this array is an array of integers. Each array
of integers represents a sequence of tokens (by their ordinal
values) that is expected at this point of the parse.
tokenImage
java.lang.String[] tokenImage
- This is a reference to the "tokenImage" array of the generated
parser within which the parse error occurred. This array is
defined in the generated ...Constants interface.
eol
java.lang.String eol
- The end of line string for this machine.
errorCode
int errorCode
- Indicates the reason why the exception is thrown. It will have
one of the above 4 values.
view
org.gjt.sp.jedit.View view
buffer
org.gjt.sp.jedit.Buffer buffer
inputField
VFSFileTextField inputField
outputField
VFSFileTextField outputField
inputTypeBox
javax.swing.JComboBox inputTypeBox
outputTypeBox
javax.swing.JComboBox outputTypeBox
inputOptions
java.util.Map<K,V> inputOptions
outputOptions
java.util.Map<K,V> outputOptions