Serialized Form


Package sidekick.css

Class sidekick.css.CSSModeToolBar extends javax.swing.JPanel implements Serializable

Serialized Fields

byLine

javax.swing.JMenuItem byLine

byName

javax.swing.JMenuItem byName

toggleLineNumbers

javax.swing.JCheckBoxMenuItem toggleLineNumbers

parent

org.gjt.sp.jedit.EBComponent parent

Class sidekick.css.CssSideKickOptionPane extends org.gjt.sp.jedit.AbstractOptionPane implements Serializable

Serialized Fields

quote

javax.swing.JCheckBox quote

colon

javax.swing.JCheckBox colon

spaceAfterColon

javax.swing.JCheckBox spaceAfterColon

showProprietaryAsError

javax.swing.JCheckBox showProprietaryAsError

Package sidekick.css.parser

Class sidekick.css.parser.ParseException extends java.lang.Exception implements Serializable

Serialized Fields

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.

Class sidekick.css.parser.TokenMgrError extends java.lang.Error implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Package sidekick.ecmascript.options

Class sidekick.ecmascript.options.GeneralOptionPane extends org.gjt.sp.jedit.AbstractOptionPane implements Serializable

Serialized Fields

allNodes

javax.swing.JCheckBox allNodes

Package sidekick.ecmascript.parser

Class sidekick.ecmascript.parser.ParseException extends java.lang.Exception implements Serializable

Serialized Fields

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.

Class sidekick.ecmascript.parser.TokenMgrError extends java.lang.Error implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Package sidekick.html

Class sidekick.html.HtmlOptionPane extends org.gjt.sp.jedit.AbstractOptionPane implements Serializable

Serialized Fields

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

Class sidekick.html.parser.html.ParseException extends java.lang.Exception implements Serializable

Serialized Fields

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.

Class sidekick.html.parser.html.TokenMgrError extends java.lang.Error implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Package xml

Class xml.EditTagDialog extends org.gjt.sp.jedit.gui.EnhancedDialog implements Serializable

Serialized Fields

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

Serialized Fields

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

Class xml.XmlListCellRenderer extends javax.swing.JPanel implements Serializable

Serialized Fields

left

javax.swing.DefaultListCellRenderer left

right

javax.swing.DefaultListCellRenderer right

Package xml.gui

Class xml.gui.UsefulAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

actionType

java.lang.String actionType

Class xml.gui.VFSFileList extends javax.swing.JPanel implements Serializable

Serialized Fields

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

Class xml.gui.VFSFileTextField extends javax.swing.JPanel implements Serializable

Serialized Fields

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

Class xml.gui.XmlModeToolBar extends javax.swing.JPanel implements Serializable

Serialized Fields

choices

javax.swing.JComboBox choices

direction

javax.swing.JButton direction

view

org.gjt.sp.jedit.View view

down

boolean down

Package xml.indent

Class xml.indent.PreserveWhitespaceOptionsPane extends org.gjt.sp.jedit.AbstractOptionPane implements Serializable

Serialized Fields

elementList

javax.swing.JList elementList

elementListModel

javax.swing.DefaultListModel elementListModel

add

javax.swing.JButton add

remove

javax.swing.JButton remove

Package xml.options

Class xml.options.CatalogsOptionPane extends org.gjt.sp.jedit.AbstractOptionPane implements Serializable

Serialized Fields

catalogList

javax.swing.JList catalogList

catalogListModel

javax.swing.DefaultListModel catalogListModel

add

javax.swing.JButton add

remove

javax.swing.JButton remove

Class xml.options.GeneralOptionPane extends org.gjt.sp.jedit.AbstractOptionPane implements Serializable

Serialized Fields

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

Package xml.parser

Class xml.parser.MyEntityResolver.IOExceptionWithLocation extends java.io.IOException implements Serializable

Serialized Fields

path

java.lang.String path

line

int line

Package xml.parser.javacc

Class xml.parser.javacc.ParseException extends java.lang.Exception implements Serializable

Serialized Fields

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.

Class xml.parser.javacc.TokenMgrError extends java.lang.Error implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Package xml.translate

Class xml.translate.TrangGUI extends org.gjt.sp.jedit.gui.EnhancedDialog implements Serializable

Serialized Fields

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