Serialized Form


Package edu.stanford.nlp.annotation

Class edu.stanford.nlp.annotation.Annotator extends JFrame implements Serializable

Serialized Fields

fc

JFileChooser fc

colorChooser

JColorChooser colorChooser

SuppressWarnings

boolean SuppressWarnings

warningsMenuItem

JMenuItem warningsMenuItem

doc

DefaultStyledDocument doc

tp

JTextPane tp

toolbar

JToolBar toolbar

tagsMenu

JMenu tagsMenu

viewMenu

JMenu viewMenu

scrollPane

JScrollPane scrollPane

colorMaps

Hashtable colorMaps

tags

Vector tags

buttons

Vector buttons

defaultColors

Vector defaultColors

tagsChanged

boolean tagsChanged

defaultColorIndex

int defaultColorIndex

hideHtml

boolean hideHtml

invisible

SimpleAttributeSet invisible

cache

String cache

actor

ActionListener actor

undoManager

MenuSavvyUndoManager undoManager

undo

JMenuItem undo

redo

JMenuItem redo

curFile

File curFile

taggedStrings

ArrayList taggedStrings

tsCmp

edu.stanford.nlp.annotation.Annotator.TaggedStringComparator tsCmp

batchMode

boolean batchMode

sourceDir

String sourceDir

targetDir

String targetDir

files

File[] files

fileIndex

int fileIndex

bpDlg

BatchProcessDialog bpDlg

prevItem

JMenuItem prevItem

nextItem

JMenuItem nextItem

savePrevItem

JMenuItem savePrevItem

saveNextItem

JMenuItem saveNextItem

batchBar

JToolBar batchBar

prevButton

JButton prevButton

nextButton

JButton nextButton

savePrevButton

JButton savePrevButton

saveNextButton

JButton saveNextButton

fileNumField

JTextField fileNumField

numFilesLabel

JLabel numFilesLabel

Class edu.stanford.nlp.annotation.BatchProcessDialog extends JDialog implements Serializable

Serialized Fields

jfc

JFileChooser jfc

status

int status

jPanel4

JPanel jPanel4

jLabel1

JLabel jLabel1

jPanel3

JPanel jPanel3

unannotatedBox

JCheckBox unannotatedBox

targetDirField

JTextField targetDirField

jPanel2

JPanel jPanel2

jPanel11

JPanel jPanel11

okButton

JButton okButton

targetDirButton

JButton targetDirButton

jLabel11

JLabel jLabel11

cancelButton

JButton cancelButton

sourceDirField

JTextField sourceDirField

jPanel1

JPanel jPanel1

sourceDirButton

JButton sourceDirButton

Class edu.stanford.nlp.annotation.ParseException extends 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

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

String eol
The end of line string for this machine.

Class edu.stanford.nlp.annotation.TokenMgrError extends 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 edu.stanford.nlp.swing

Class edu.stanford.nlp.swing.MenuSavvyUndoManager extends UndoManager implements Serializable

Serialized Fields

undoMenuItem

JMenuItem undoMenuItem

redoMenuItem

JMenuItem redoMenuItem

Class edu.stanford.nlp.swing.PropertyPanel extends JComponent implements Serializable

Serialized Fields

required

boolean required

defaultValue

String defaultValue

propertyClass

Object propertyClass

checkbox

JCheckBox checkbox

keyLabel

JLabel keyLabel

valueField

JFormattedTextField valueField

valuePanel

JPanel valuePanel

defaultButton

JButton defaultButton

Class edu.stanford.nlp.swing.SmartCaret extends DefaultCaret implements Serializable

Serialized Fields

bi

BreakIterator bi

originalPos

int originalPos

originalWordBoundary

int originalWordBoundary

nextWordBoundary

int nextWordBoundary

passedNextWord

boolean passedNextWord

Class edu.stanford.nlp.swing.XYPlotFrame extends JFrame implements Serializable

Serialized Fields

grid

Color[][] grid

xMax

int xMax

yMax

int yMax



Stanford NLP Group