Serialized Form
Package edu.stanford.nlp.annotation |
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
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
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.
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 |
undoMenuItem
JMenuItem undoMenuItem
redoMenuItem
JMenuItem redoMenuItem
required
boolean required
defaultValue
String defaultValue
propertyClass
Object propertyClass
checkbox
JCheckBox checkbox
keyLabel
JLabel keyLabel
valueField
JFormattedTextField valueField
valuePanel
JPanel valuePanel
defaultButton
JButton defaultButton
bi
BreakIterator bi
originalPos
int originalPos
originalWordBoundary
int originalWordBoundary
nextWordBoundary
int nextWordBoundary
passedNextWord
boolean passedNextWord
grid
Color[][] grid
xMax
int xMax
yMax
int yMax
Stanford NLP Group