Serialized Form


Package org.annotation.wordfreak

Class org.annotation.wordfreak.AboutBox extends javax.swing.JDialog implements Serializable

Class org.annotation.wordfreak.AnnotationFilterCriterionViewer extends javax.swing.JPanel implements Serializable

Serialized Fields

label

javax.swing.JLabel label

combo

javax.swing.JComboBox combo

value

javax.swing.JTextField value

popup

PopupButton popup

rem

javax.swing.JButton rem

listeners

java.util.List listeners

methodDelta

int methodDelta

key

java.lang.String key

border

javax.swing.border.Border border

qborder

javax.swing.border.Border qborder

regex_start

javax.swing.JComponent regex_start

regex_end

javax.swing.JComponent regex_end

Class org.annotation.wordfreak.AnnotationFilterViewer extends javax.swing.JPanel implements Serializable

Serialized Fields

afViewed

DefaultAnnotationFilter afViewed

includeExclude

javax.swing.JComboBox includeExclude

lmPossible

javax.swing.DefaultListModel lmPossible

lmFeatures

javax.swing.DefaultListModel lmFeatures

lstAnnotators

CheckBoxList lstAnnotators

settingsListeners

java.util.List settingsListeners

em

EventManager em

wordSearchType

javax.swing.JPopupMenu wordSearchType

typeSearchType

javax.swing.JPopupMenu typeSearchType

keySearchType

javax.swing.JPopupMenu keySearchType

criterion

javax.swing.JPanel criterion

scroll

javax.swing.JScrollPane scroll

disabled

java.util.Set disabled

criterionHash

java.util.Map criterionHash

POPS

javax.swing.JPopupMenu[] POPS

Class org.annotation.wordfreak.AnnotationUpdateException extends java.lang.RuntimeException implements Serializable

Class org.annotation.wordfreak.Gui extends javax.swing.JFrame implements Serializable

Serialized Fields

mm

MenuBarManager mm

em

EventManager em

tabbedPane

RemovableTabbedPane tabbedPane

afm

AnnotatedFileManager afm

currentProjectName

java.lang.String currentProjectName

adjudicateButton

javax.swing.JToggleButton adjudicateButton

annotateButton

javax.swing.JToggleButton annotateButton

toolbar

javax.swing.JToolBar toolbar

viewers

java.util.Map viewers

Class org.annotation.wordfreak.LogViewer extends javax.swing.JFrame implements Serializable

Serialized Fields

tree

javax.swing.JTree tree

tm

javax.swing.tree.DefaultTreeModel tm

root

javax.swing.tree.DefaultMutableTreeNode root

statusField

javax.swing.JTextField statusField

scrollPane

javax.swing.JScrollPane scrollPane

numMessages

int numMessages

fldNumMessages

javax.swing.JLabel fldNumMessages

Class org.annotation.wordfreak.SortedAnnotations extends java.util.ArrayList implements Serializable

Serialized Fields

sources

java.util.List sources

comparator

java.util.Comparator comparator

Class org.annotation.wordfreak.SplashBox extends java.awt.Dialog implements Serializable

Serialized Fields

info

java.awt.Label info

info2

java.awt.Label info2


Package org.annotation.wordfreak.viewer

Class org.annotation.wordfreak.viewer.AnnotationTreeCellRenderer extends javax.swing.tree.DefaultTreeCellRenderer implements Serializable

Serialized Fields

colors

java.util.Map colors

highlights

java.util.Map highlights

defaultColor

java.awt.Color defaultColor

feature

java.lang.String feature

features

java.util.List features

separators

java.util.List separators

tree

javax.swing.JTree tree

selFG

java.awt.Color selFG

selBG

java.awt.Color selBG

view

AnnotationView view

icons

boolean icons

label_terminals

boolean label_terminals

Class org.annotation.wordfreak.viewer.AnnotationTreeNode extends SortedTreeNode implements Serializable

Class org.annotation.wordfreak.viewer.ColorTextViewer extends TextViewer implements Serializable

Serialized Fields

defaultStyle

javax.swing.text.SimpleAttributeSet defaultStyle

Class org.annotation.wordfreak.viewer.ConcordanceViewer extends Viewer implements Serializable

Serialized Fields

scrollPane

javax.swing.JScrollPane scrollPane
The scroll pane containing the concorance.


textPane

RecordTextPane textPane
Text pane which contains text for concordence viewer.


lineNumbers

LineNumberComponent lineNumbers
Text pane which contains line numbers for the concordence viewer.


rebuild

boolean rebuild
Indicates that the viewer needs to be re-built, and re-rendered.


fontName

java.lang.String fontName
The name of the font which the text will be rendered with.


fontSize

int fontSize
The size of the font which the text will be rendered with.


oldSortCriteria

SortCriteria oldSortCriteria
Previously used sort criteria


rangeMap

java.util.Map rangeMap
Mapping between annotation and the context span which will be displayed with it.


offsets

java.util.Map offsets
Mapping between annotations and their offsets in the concordence view.


popup

javax.swing.JPopupMenu popup
Concordance menu shown in status bar.


useSentencesMenu

javax.swing.JMenuItem useSentencesMenu

useFixedWidthMenu

javax.swing.JMenuItem useFixedWidthMenu

setWidthMenu

javax.swing.JMenuItem setWidthMenu

useSentences

boolean useSentences

em

EventManager em

highlightPainter

javax.swing.text.DefaultHighlighter.DefaultHighlightPainter highlightPainter

highlight

java.lang.Object highlight
The object currently highlighted.


contextWidth

int contextWidth
The number of character to display on each side of an annotation.

Class org.annotation.wordfreak.viewer.DebugViewer extends Viewer implements Serializable

Serialized Fields

display

javax.swing.JTextArea display

prevFile

AnnotationFile prevFile

scrollPane

javax.swing.JScrollPane scrollPane

spans

java.util.Map spans

highlightPainter

javax.swing.text.DefaultHighlighter.DefaultHighlightPainter highlightPainter

highlight

java.lang.Object highlight

Class org.annotation.wordfreak.viewer.MultiNodeBorder extends javax.swing.border.AbstractBorder implements Serializable

Serialized Fields

thickness

int thickness

lineColor

java.awt.Color lineColor

roundedCorners

boolean roundedCorners

type

int type

Class org.annotation.wordfreak.viewer.SplitViewer extends javax.swing.JPanel implements Serializable

Serialized Fields

split

javax.swing.JSplitPane split

n

int n

type

int type

Class org.annotation.wordfreak.viewer.StatusBar extends javax.swing.JPanel implements Serializable

Serialized Fields

fldFilename

javax.swing.JLabel fldFilename

fldSpan

javax.swing.JLabel fldSpan

fldType

javax.swing.JLabel fldType

fldAnnotator

javax.swing.JLabel fldAnnotator

fldConfidence

javax.swing.JLabel fldConfidence

fldProgress

javax.swing.JLabel fldProgress

fldProgressBar

javax.swing.JProgressBar fldProgressBar

df

java.text.DecimalFormat df

pf

java.text.DecimalFormat pf

pr

javax.swing.DefaultBoundedRangeModel pr

fileName

java.lang.String fileName

fileIcon

javax.swing.Icon fileIcon

Class org.annotation.wordfreak.viewer.TableViewer extends Viewer implements Serializable

Serialized Fields

table

javax.swing.JTable table

tm

MutableTableModel tm

renderer

TableViewerCellRenderer renderer

editor

TableViewerCellEditor editor

sorter

TableSorter sorter

indices

java.util.Map indices

Class org.annotation.wordfreak.viewer.TableViewerCellEditor extends javax.swing.JComboBox implements Serializable

Serialized Fields

table

javax.swing.JTable table

annotation

Annotation annotation

feature

java.lang.String feature

listeners

java.util.List listeners

viewerListener

ViewerListener viewerListener

currentEditor

javax.swing.table.TableCellEditor currentEditor

textEditor

javax.swing.DefaultCellEditor textEditor

comboEditor

javax.swing.DefaultCellEditor comboEditor

checkEditor

javax.swing.DefaultCellEditor checkEditor

Class org.annotation.wordfreak.viewer.TableViewerCellRenderer extends javax.swing.table.DefaultTableCellRenderer implements Serializable

Serialized Fields

viewerListener

ViewerListener viewerListener

colors

java.util.Map colors

cb

javax.swing.JCheckBox cb

Class org.annotation.wordfreak.viewer.TextViewer extends Viewer implements Serializable

Serialized Fields

display

javax.swing.JTextPane display

statusField

javax.swing.JTextField statusField

prevFile

AnnotationFile prevFile

scrollPane

javax.swing.JScrollPane scrollPane

scrollbar

javax.swing.JScrollBar scrollbar

doc

javax.swing.text.DefaultStyledDocument doc

em

EventManager em

fontSize

int fontSize

selectionStartIndex

int selectionStartIndex

selectionEndIndex

int selectionEndIndex

highlightPainter

javax.swing.text.DefaultHighlighter.DefaultHighlightPainter highlightPainter

highlight

java.lang.Object highlight

mightBeDrag

boolean mightBeDrag

dragging

boolean dragging

selStart

int selStart

selEnd

int selEnd

me

Viewer me

styles

java.util.Map styles

chainHighlights

java.util.List chainHighlights

relHighlights

java.util.List relHighlights

doubleHighlights

java.util.List doubleHighlights

annotationHighlights

java.util.List annotationHighlights

relationPainter

javax.swing.text.Highlighter.HighlightPainter relationPainter

last

Annotation last

mouseDownTime

long mouseDownTime

mouseDownX

int mouseDownX

mouseDownY

int mouseDownY

clickDuration

long clickDuration

clickDistanceSquared

int clickDistanceSquared

selectionStartLeaf

java.lang.Object selectionStartLeaf

selectionEndLeaf

java.lang.Object selectionEndLeaf

selectionCurrentLeaf

java.lang.Object selectionCurrentLeaf

currentSelectionNode

Annotation currentSelectionNode

selectionStartOffset

int selectionStartOffset
Stores the character offset of the begining of the selection.


selectionEndOffset

int selectionEndOffset
Stores the character offset of the end of the selection.


oldEnd

int oldEnd

highlights

java.util.List highlights

selectionBackup

java.util.List selectionBackup

Class org.annotation.wordfreak.viewer.TreeTableViewer extends Viewer implements Serializable

Serialized Fields

realview

AnnotationView realview

model

DynamicFeatureTreeTableModel model

tree

JTreeTable tree

preview

javax.swing.JTextPane preview

tm

javax.swing.tree.DefaultTreeModel tm

scrollPane

javax.swing.JScrollPane scrollPane

fileTrees

java.util.HashMap fileTrees

START

int START
See Also:
Constant Field Values

END

int END
See Also:
Constant Field Values

ANN

int ANN
See Also:
Constant Field Values

currRoot

RecursiveTreeNode currRoot

rebuild

boolean rebuild

selAnchor

int selAnchor

me

javax.swing.event.TreeSelectionListener me

renderer

AnnotationTreeCellRenderer renderer

mypopup

javax.swing.JPopupMenu mypopup

toggle

javax.swing.JMenuItem toggle

showSelection

javax.swing.JMenuItem showSelection

showpreview

javax.swing.JMenuItem showpreview

shift_modifier

boolean shift_modifier

preview_offset

int preview_offset

Class org.annotation.wordfreak.viewer.TreeViewer extends Viewer implements Serializable

Serialized Fields

realview

AnnotationView realview

tree

DragAndDropTree tree

preview

javax.swing.JTextPane preview

tm

javax.swing.tree.DefaultTreeModel tm

scrollPane

javax.swing.JScrollPane scrollPane

fileTrees

java.util.HashMap fileTrees

START

int START
See Also:
Constant Field Values

END

int END
See Also:
Constant Field Values

ANN

int ANN
See Also:
Constant Field Values

currRoot

RecursiveTreeNode currRoot

rebuild

boolean rebuild

selAnchor

int selAnchor

me

javax.swing.event.TreeSelectionListener me

renderer

TreeViewerCellRenderer renderer

mypopup

javax.swing.JPopupMenu mypopup

toggle

javax.swing.JMenuItem toggle

showSelection

javax.swing.JMenuItem showSelection

showpreview

javax.swing.JMenuItem showpreview

shift_modifier

boolean shift_modifier

preview_offset

int preview_offset

Class org.annotation.wordfreak.viewer.TreeViewerCellRenderer extends javax.swing.JPanel implements Serializable

Serialized Fields

colors

java.util.Map colors

highlights

java.util.Map highlights

defaultColor

java.awt.Color defaultColor

feature

java.lang.String feature

features

java.util.List features

separators

java.util.List separators

tree

javax.swing.JTree tree

open

javax.swing.JLabel open

type

javax.swing.JLabel type

spc1

javax.swing.JLabel spc1

text

javax.swing.JLabel text

spc2

javax.swing.JLabel spc2

clos

javax.swing.JLabel clos

comm

javax.swing.JLabel comm

selFG

java.awt.Color selFG

selBG

java.awt.Color selBG

view

AnnotationView view

icons

boolean icons

label_terminals

boolean label_terminals

Class org.annotation.wordfreak.viewer.TypeTextViewer extends TextViewer implements Serializable

Class org.annotation.wordfreak.viewer.TypeTextViewer.MetaTextPane extends javax.swing.JTextPane implements Serializable

Class org.annotation.wordfreak.viewer.Viewer extends javax.swing.JPanel implements Serializable

Serialized Fields

keyboardComponent

java.awt.Component keyboardComponent

popup

javax.swing.JPopupMenu popup

popupBaseSize

int popupBaseSize

shiftMap

java.util.HashMap shiftMap

altMap

java.util.HashMap altMap

ctrlMap

java.util.HashMap ctrlMap

labelMenu

GridMenu labelMenu

contentPane

javax.swing.JPanel contentPane

guiListener

GuiListener guiListener

listeners

java.util.List listeners

colorProperty

java.lang.String colorProperty

colorScheme

java.util.Map colorScheme

expression

java.lang.String expression

expressionOffset

int expressionOffset

em

EventManager em

prevFile

AnnotationFile prevFile

keyBuffer

java.lang.String keyBuffer

keyBufferDelay

long keyBufferDelay

features

java.util.List features
The features which should be displayed to the user by this viewer.


separators

java.util.List separators
The strings used to separate the features display by this viewer.


labels

java.util.List labels
The strings used to label the features display by this viewer.


selection

AnnotationSelection selection
The annotations which are currently selected in this viewer.


swipe

int swipe

outcomes

java.lang.String[] outcomes
The display values for the choices for annotation specified by the scheme.


codes

java.lang.String[] codes
The string codes for the choices for annotation specified by the scheme.


showRelations

boolean showRelations
Specifies whether or not this viewer should show relations.


view

AnnotationView view
The current view.


fontName

java.lang.String fontName
The name of the font currently being used. This is useful for initializing componets created after the font has been set.


appending

boolean appending

sortCriteria

SortCriteria sortCriteria
The criteria by which the annotations are sorted in the view.


orientation

java.awt.ComponentOrientation orientation

findIndex

int findIndex

findDir

int findDir

currentAnnotation

Annotation currentAnnotation
The annotation currently being displayed.


groups

java.util.Map groups
A mapping from group labels to the outcomes in those groups.


statusBar

StatusBar statusBar
The status bar for the viewer. This is typically shown at the bottom of the viewer.


Package org.annotation.wordfreak.chooser

Class org.annotation.wordfreak.chooser.ButtonsComponent extends ChooserComponent implements Serializable

Serialized Fields

gridbag

java.awt.GridBagLayout gridbag

con

java.awt.GridBagConstraints con

rowSize

int rowSize

prevButtons

javax.swing.JButton[] prevButtons

prop

java.lang.String prop

prefix

java.lang.String prefix

Class org.annotation.wordfreak.chooser.ChooserComponent extends javax.swing.JPanel implements Serializable

Serialized Fields

view

AnnotationView view

listeners

java.util.List listeners

em

EventManager em

modifiers

int modifiers

fontType

java.lang.String fontType

chooser

Chooser chooser

scrollable

boolean scrollable

colorScheme

java.util.Map colorScheme

groups

java.util.Map groups
A mapping from group labels to the outcomes in those groups.

Class org.annotation.wordfreak.chooser.CommentComponent extends ChooserComponent implements Serializable

Serialized Fields

currentAnnotation

Annotation currentAnnotation

commentText

javax.swing.JTextField commentText

updating

boolean updating

timer

java.util.Timer timer

task

java.util.TimerTask task

Class org.annotation.wordfreak.chooser.CoreferenceComponent extends ChooserComponent implements Serializable

Serialized Fields

anchorPath

javax.swing.tree.TreePath anchorPath

tree

JTree tree

root

javax.swing.tree.DefaultMutableTreeNode root

outcomes

javax.swing.tree.DefaultMutableTreeNode[] outcomes

tm

javax.swing.tree.DefaultTreeModel tm

nodes

java.util.Map nodes

groups

java.util.Map groups

annos

java.util.Map annos

documentMap

java.util.Map documentMap

propertyName

java.lang.String propertyName

modifiers

int modifiers

expandAll

boolean expandAll

expanded

boolean expanded

idMap

HashList idMap

annotations

java.util.List annotations

renderer

CorefTreeCellRenderer renderer

editor

CorefTreeCellEditor editor

fontsize

int fontsize

fonttype

java.lang.String fonttype

currDocument

Annotation currDocument

currentAnnotation

Annotation currentAnnotation

iconFeature

java.lang.String iconFeature

iconMap

java.util.Map iconMap

Class org.annotation.wordfreak.chooser.CorefTreeCellRenderer extends CorefTreeComponent implements Serializable

Serialized Fields

propertyName

java.lang.String propertyName

colSelFg

java.awt.Color colSelFg

colSelBg

java.awt.Color colSelBg

selBorder

javax.swing.border.Border selBorder

normBorder

javax.swing.border.Border normBorder

iconFeature

java.lang.String iconFeature

iconMap

java.util.Map iconMap

defaultIcon

javax.swing.Icon defaultIcon

Class org.annotation.wordfreak.chooser.CorefTreeComponent extends javax.swing.JPanel implements Serializable

Serialized Fields

lb

javax.swing.JLabel lb

tp

javax.swing.JLabel tp

bt

javax.swing.JButton bt

cb

javax.swing.JCheckBox cb

showcb

boolean showcb

showbt

boolean showbt

showtp

boolean showtp

showlb

boolean showlb

Class org.annotation.wordfreak.chooser.CorefTreeNode extends javax.swing.tree.DefaultMutableTreeNode implements Serializable

Serialized Fields

anns

java.util.List anns

selected

boolean selected

Class org.annotation.wordfreak.chooser.DebugComponent extends ChooserComponent implements Serializable

Serialized Fields

debug

javax.swing.JCheckBox debug

debugBool

boolean debugBool

Class org.annotation.wordfreak.chooser.DialogChooser extends javax.swing.JDialog implements Serializable

Serialized Fields

northPanel

javax.swing.JPanel northPanel

southPanel

javax.swing.JPanel southPanel

components

java.util.List components

gui

Gui gui

Class org.annotation.wordfreak.chooser.EntityComponent extends TreeComponent implements Serializable

Serialized Fields

nodes

java.util.HashMap nodes

divider

java.lang.String divider

frame

javax.swing.JTree frame

Class org.annotation.wordfreak.chooser.EntityTreeCellEditor extends EntityTreeNode implements Serializable

Serialized Fields

listenerList

javax.swing.event.EventListenerList listenerList
Event listeners


canEdit

boolean canEdit

defaultEditor

javax.swing.tree.TreeCellEditor defaultEditor
the default editor used, if the node isn't a MyCheckMutableTreeNode


isDefaultEditorUsed

boolean isDefaultEditorUsed
flag defines, if the default editor is used or this one


isCheckBox

boolean isCheckBox
defines if a checkbox is used


oldRealValue

java.lang.Object oldRealValue
saves the old user object to return


editingValue

java.lang.Object editingValue
saves the actual editing value


expandedIcon

javax.swing.Icon expandedIcon
the icon for expanded nodes


collapsedIcon

javax.swing.Icon collapsedIcon
the icon for collapsed nodes


leafIcon

javax.swing.Icon leafIcon
the icon for leafs


selBorder

javax.swing.border.Border selBorder
the borders for focus


normBorder

javax.swing.border.Border normBorder
the borders for focus


colSelFg

java.awt.Color colSelFg
the differnet colors


colSelBg

java.awt.Color colSelBg
the differnet colors


entityRenderer

EntityTreeCellRenderer entityRenderer

defaultRenderer

javax.swing.tree.DefaultTreeCellRenderer defaultRenderer

Class org.annotation.wordfreak.chooser.EntityTreeCellRenderer extends EntityTreeNode implements Serializable

Serialized Fields

selBorder

javax.swing.border.Border selBorder
the borders for focus


normBorder

javax.swing.border.Border normBorder
the borders for focus


colSelFg

java.awt.Color colSelFg
the differnet colors


colSelBg

java.awt.Color colSelBg
the differnet colors


defaultRenderer

javax.swing.tree.DefaultTreeCellRenderer defaultRenderer

Class org.annotation.wordfreak.chooser.EntityTreeNode extends javax.swing.JPanel implements Serializable

Serialized Fields

id

int id

entities

java.util.List entities

cb

javax.swing.JCheckBox cb

lb

javax.swing.JLabel lb

display

int display

divider

java.lang.String divider

shownDivider

java.lang.String shownDivider

codes

java.util.List codes

Class org.annotation.wordfreak.chooser.HeadComponent extends ChooserComponent implements Serializable

Serialized Fields

text

javax.swing.JTextField text

delta

int delta

startoff

int startoff

highlight

java.lang.Object highlight

highlightPainter

javax.swing.text.DefaultHighlighter.DefaultHighlightPainter highlightPainter

leaves

java.util.List leaves

headStart

Annotation headStart

headEnd

Annotation headEnd

fontsize

int fontsize

fonttype

java.lang.String fonttype

Class org.annotation.wordfreak.chooser.InfoComponent extends ChooserComponent implements Serializable

Serialized Fields

label

javax.swing.JTextField label

span

javax.swing.JTextField span

anno

javax.swing.JTextField anno

Class org.annotation.wordfreak.chooser.LabelComponent extends ChooserComponent implements Serializable

Serialized Fields

label

javax.swing.JLabel label

txt

java.lang.String txt

Class org.annotation.wordfreak.chooser.MouseModeComponent extends ChooserComponent implements Serializable

Serialized Fields

gridbag

java.awt.GridBagLayout gridbag

con

java.awt.GridBagConstraints con

rowSize

int rowSize

buttons

javax.swing.JButton[] buttons

jump

javax.swing.JRadioButton jump

annotate

javax.swing.JRadioButton annotate

rg

javax.swing.ButtonGroup rg

Class org.annotation.wordfreak.chooser.NamedEntityComponent extends ChooserComponent implements Serializable

Serialized Fields

showOutcomes

boolean showOutcomes

showFeatures

boolean showFeatures

outcomeOrientation

int outcomeOrientation

featureOrientation

int featureOrientation

names

java.lang.String[] names

codes

java.lang.String[] codes

buttons

javax.swing.JComponent[] buttons

icons

javax.swing.Icon[] icons

roles

java.util.Map roles

features

java.util.Map features

featurePnl

javax.swing.JPanel featurePnl

checkPnl

javax.swing.JPanel checkPnl

sidePnl

javax.swing.JPanel sidePnl

btnFont

java.awt.Font btnFont

groups

java.util.Map groups

Class org.annotation.wordfreak.chooser.NavigationComponent extends ChooserComponent implements Serializable

Serialized Fields

gridbag

java.awt.GridBagLayout gridbag

con

java.awt.GridBagConstraints con

resizeBtns

boolean resizeBtns

rowSize

int rowSize

buttons

javax.swing.JButton[] buttons

Class org.annotation.wordfreak.chooser.OutcomesComponent extends ChooserComponent implements Serializable

Serialized Fields

names

java.lang.String[] names

codes

java.lang.String[] codes

gridbag

OutcomesComponentLayout gridbag

prevButtons

javax.swing.JButton[] prevButtons

icons

javax.swing.Icon[] icons

propertyName

java.lang.String propertyName

buttonHeight

int buttonHeight

currentWidth

int currentWidth

currentHeight

int currentHeight

Class org.annotation.wordfreak.chooser.OutcomesComponentLayout extends java.awt.GridBagLayout implements Serializable

Serialized Fields

con

java.awt.GridBagConstraints con

rowSize

int rowSize

index

int index

components

java.util.List components

last

java.awt.Component last

buttonHeight

int buttonHeight

Class org.annotation.wordfreak.chooser.OutcomesGroupComponent extends ChooserComponent implements Serializable

Serialized Fields

outcomesComponent

ChooserComponent outcomesComponent

codesHash

java.util.HashMap codesHash

namesHash

java.util.HashMap namesHash

groupMenu

javax.swing.JComboBox groupMenu

propertyName

java.lang.String propertyName

prefWidth

int prefWidth

changed

boolean changed

group

java.lang.String group

timer

java.util.Timer timer

task

java.util.TimerTask task

lastAnn

Annotation lastAnn

moo

Annotation[] moo

moc

java.awt.Color moc

Class org.annotation.wordfreak.chooser.RefiningComponent extends ChooserComponent implements Serializable

Class org.annotation.wordfreak.chooser.RelationalTreeCellRenderer extends RelationalTreeComponent implements Serializable

Serialized Fields

colSelFg

java.awt.Color colSelFg

colSelBg

java.awt.Color colSelBg

selBorder

javax.swing.border.Border selBorder

normBorder

javax.swing.border.Border normBorder

buttonOnFrame

boolean buttonOnFrame

typeVisible

boolean typeVisible

codes

java.lang.String[] codes

showToggle

boolean showToggle

relationPanel

javax.swing.JPanel relationPanel

reltext

javax.swing.JLabel reltext

reltggl

javax.swing.JToggleButton reltggl

Class org.annotation.wordfreak.chooser.RelationalTreeComponent extends javax.swing.JComponent implements Serializable

Serialized Fields

lb

javax.swing.JLabel lb

tp

javax.swing.JLabel tp

bt

javax.swing.JButton bt

buffer

javax.swing.JPanel buffer

stuff

javax.swing.JPanel stuff

Class org.annotation.wordfreak.chooser.RelationComponent extends ChooserComponent implements Serializable

Serialized Fields

frames

javax.swing.JTree frames

title

java.lang.String title

arguments

java.util.List arguments

paths

java.util.List paths

name

java.lang.String name

tm

javax.swing.tree.DefaultTreeModel tm

types

java.util.HashMap types

nodes

java.util.HashMap nodes

heads

java.util.HashMap heads

rels

java.util.HashMap rels

codes

java.util.Map codes

groups

java.util.Map groups

renderer

RelationalTreeCellRenderer renderer

editor

RelationalTreeCellEditor editor

tree

AnnotationTree tree

currRelation

Relation currRelation

dragging

boolean dragging

popup

javax.swing.JPopupMenu popup

actionListener

java.awt.event.ActionListener actionListener

fontsize

int fontsize

fonttype

java.lang.String fonttype

maxid

int maxid

Class org.annotation.wordfreak.chooser.TabbedMultiComponent extends ChooserComponent implements Serializable

Serialized Fields

tabs

RemovableTabbedPane tabs

components

java.util.Map components

panels

java.util.Map panels

group

java.lang.String group

timer

java.util.Timer timer

task

java.util.TimerTask task

preferred

java.awt.Dimension preferred

Class org.annotation.wordfreak.chooser.TreeComponent extends ChooserComponent implements Serializable

Serialized Fields

outcomesTree

DragAndDropTree outcomesTree

root

javax.swing.tree.DefaultMutableTreeNode root

outcomes

javax.swing.tree.DefaultMutableTreeNode[] outcomes

tm

javax.swing.tree.DefaultTreeModel tm

anchorPath

javax.swing.tree.TreePath anchorPath

treeView

javax.swing.JScrollPane treeView

codeHash

java.util.HashMap codeHash

propertyName

java.lang.String propertyName

modifiers

int modifiers

expandAll

boolean expandAll

expanded

boolean expanded

Class org.annotation.wordfreak.chooser.WordSenseComponent extends TreeComponent implements Serializable

Serialized Fields

nodes

java.util.HashMap nodes

divider

java.lang.String divider

expanded

boolean expanded

Class org.annotation.wordfreak.chooser.WordSenseTreeCellRenderer extends WordSenseTreeNode implements Serializable

Serialized Fields

selBorder

javax.swing.border.Border selBorder
the borders for focus


normBorder

javax.swing.border.Border normBorder
the borders for focus


colSelFg

java.awt.Color colSelFg
the differnet colors


colSelBg

java.awt.Color colSelBg
the differnet colors


defaultRenderer

javax.swing.tree.DefaultTreeCellRenderer defaultRenderer

Class org.annotation.wordfreak.chooser.WordSenseTreeNode extends javax.swing.JPanel implements Serializable

Serialized Fields

id

int id

key

java.lang.String key

glosses

java.util.ArrayList glosses

lb

javax.swing.JLabel lb

display

int display

divider

java.lang.String divider

codes

java.util.ArrayList codes


Package org.annotation.wordfreak.project

Class org.annotation.wordfreak.project.ProjectItemLabel extends javax.swing.JPanel implements Serializable

Serialized Fields

lAnn

javax.swing.JLabel lAnn

lTxt

javax.swing.JLabel lTxt

status

javax.swing.JLabel status

touch

javax.swing.JLabel touch

open

javax.swing.JLabel open

clos

javax.swing.JLabel clos

num

javax.swing.JLabel num

user

java.lang.String user

showAnn

boolean showAnn

changed

javax.swing.Icon changed

Class org.annotation.wordfreak.project.ProjectItemsViewer extends javax.swing.JPanel implements Serializable

Serialized Fields

tree

DragAndDropTree tree

project

Project project

addButton

javax.swing.JButton addButton

removeButton

javax.swing.JButton removeButton

loadButton

javax.swing.JButton loadButton

dupeButton

javax.swing.JButton dupeButton

goldButton

javax.swing.JButton goldButton

typeMI

javax.swing.JMenu typeMI

formatMenuMap

java.util.Map formatMenuMap

filterFormatMap

java.util.Map filterFormatMap

fileChooser

javax.swing.JFileChooser fileChooser

fileRequestListener

FileRequestListener fileRequestListener

hasBeenAutoLoaded

java.util.List hasBeenAutoLoaded

settingsListeners

java.util.List settingsListeners

em

EventManager em

mm

MenuBarManager mm

looping

boolean looping

gotSettings

java.util.Set gotSettings

Class org.annotation.wordfreak.project.ProjectItemTreeCellRenderer extends ProjectItemLabel implements Serializable

Serialized Fields

selBorder

javax.swing.border.Border selBorder
the borders for focus


normBorder

javax.swing.border.Border normBorder
the borders for focus


colSelFg

java.awt.Color colSelFg
the differnet colors


colSelBg

java.awt.Color colSelBg
the differnet colors


defaultRenderer

javax.swing.tree.DefaultTreeCellRenderer defaultRenderer

fs

java.lang.String fs

Class org.annotation.wordfreak.project.ProjectItemTreeNode extends javax.swing.tree.DefaultMutableTreeNode implements Serializable

Serialized Fields

projectItem

ProjectItem projectItem

Class org.annotation.wordfreak.project.ProjectViewer extends javax.swing.JPanel implements Serializable

Serialized Fields

project

Project project
The project object which is being display by this viewer.


guiListener

GuiListener guiListener
The GUI component which contains this component.


dataDir

javax.swing.JTextField dataDir
The component which displays the data directory.


piv

ProjectItemsViewer piv
The component which displays the files in the project.


annSchemeChoice

javax.swing.JComboBox annSchemeChoice
The component which displays the default annotation scheme for this project.


viewerChoice

javax.swing.JComboBox viewerChoice
The component which displays the default viewer for this project.


taggerChoice

javax.swing.JComboBox taggerChoice
The component which displays the default automatic annotator for this project.


tagSetChoice

javax.swing.JComboBox tagSetChoice
The component which displays the default tag set for this project.


afvAnnotating

AnnotationFilterViewer afvAnnotating
The component which displays the filter applied to annotations when annotating.


afvTraining

AnnotationFilterViewer afvTraining
The component which displays the filter applied to annotations when training.


afvTagging

AnnotationFilterViewer afvTagging
The component which displays the filter applied to annotations when running an automatic annotator.


afvSaving

AnnotationFilterViewer afvSaving
The component which displays the filter applied to annotations when saving them.


fileChooser

javax.swing.JFileChooser fileChooser
File chooser used to open new projects.


pff

ProjectFileFilter pff
File filter used with file chooser.


dirChooser

javax.swing.JFileChooser dirChooser
File chooser used when selecting a data directory.


fileRequestListener

FileRequestListener fileRequestListener

settingsListeners

java.util.List settingsListeners
The settings listeners which need to be notified when project settings are changed.


collapsed

boolean collapsed

em

EventManager em


Package org.annotation.wordfreak.annotator

Class org.annotation.wordfreak.annotator.RegExAnnotator.RegExInputDialog extends javax.swing.JOptionPane implements Serializable

Serialized Fields

text

java.lang.String text

type

java.lang.String type


Package org.annotation.util

Class org.annotation.util.Cache extends java.util.HashMap implements Serializable

Serialized Fields

first

DoubleLinkedListElement first

last

DoubleLinkedListElement last

lastKey

java.lang.Object lastKey

temp

ObjectWrapper temp

blank

ObjectWrapper[] blank

size

int size

Class org.annotation.util.CountedSet extends java.util.HashMap implements Serializable

Class org.annotation.util.HashList extends java.util.HashMap implements Serializable

Serialized Fields

set

boolean set

Class org.annotation.util.ListQueue extends javax.swing.DefaultListModel implements Serializable

Class org.annotation.util.MutableTableModel extends javax.swing.table.DefaultTableModel implements Serializable

Serialized Fields

classes

java.util.List classes

Class org.annotation.util.Queue extends java.util.Vector implements Serializable

Serialized Fields

watchers

java.util.Vector watchers

Class org.annotation.util.RecursiveTreeNode extends javax.swing.tree.DefaultMutableTreeNode implements Serializable

Serialized Fields

data

Recursable data

Class org.annotation.util.SortedTreeNode extends javax.swing.tree.DefaultMutableTreeNode implements Serializable

Serialized Fields

data

TreeComparable data

Class org.annotation.util.SpanTreeNode extends javax.swing.tree.DefaultMutableTreeNode implements Serializable

Serialized Fields

span

Span span

Class org.annotation.util.TableMap extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

model

javax.swing.table.TableModel model

Class org.annotation.util.TableSorter extends TableMap implements Serializable

Serialized Fields

tsm

javax.swing.ListSelectionModel tsm

column

int column

selectedRow

int selectedRow

indexes

int[] indexes

rindexes

int[] rindexes

sortingColumns

java.util.Vector sortingColumns

ascending

boolean ascending

compares

int compares


Package org.annotation.gui

Class org.annotation.gui.ActivityMonitor extends javax.swing.JPanel implements Serializable

Serialized Fields

frame

javax.swing.JDialog frame

maps

java.util.Map maps

n

int n

lastSource

java.lang.Object lastSource

Class org.annotation.gui.BandSelectJTree extends javax.swing.JTree implements Serializable

Serialized Fields

SELECT

int SELECT

DRAG

int DRAG

NONE

int NONE

mouseMode

int mouseMode

start

int start

end

int end

dropListeners

java.util.ArrayList dropListeners

dragSource

javax.swing.tree.TreePath dragSource

clickTime

long clickTime

delayedDragGesture

boolean delayedDragGesture

cursorTimer

java.util.Timer cursorTimer

me

java.awt.Component me

Class org.annotation.gui.CheckBoxList extends javax.swing.JList implements Serializable

Serialized Fields

checked

java.util.Collection checked

Class org.annotation.gui.CloseButton extends java.awt.Component implements Serializable

Serialized Fields

active

boolean active

Class org.annotation.gui.CollapsablePanel extends javax.swing.JPanel implements Serializable

Serialized Fields

c

java.awt.Component c

collapsed

boolean collapsed

title

CollapsablePanelTitle title

panel

javax.swing.JPanel panel

startx

int startx

starty

int starty

shiftx

int shiftx

shifty

int shifty

listeners

java.util.List listeners

Class org.annotation.gui.CollapseButton extends java.awt.Component implements Serializable

Serialized Fields

collapsed

boolean collapsed

Class org.annotation.gui.ComboBoxTableCellEditor extends javax.swing.JComboBox implements Serializable

Serialized Fields

listeners

java.util.List listeners

Class org.annotation.gui.DragAndDropTree extends JTree implements Serializable

Serialized Fields

dragMode

int dragMode

SelectedTreePath

javax.swing.tree.TreePath SelectedTreePath
Stores the selected node info


DraggedTreePath

javax.swing.tree.TreePath DraggedTreePath

SelectedNode

javax.swing.tree.TreeNode SelectedNode

DraggedNode

javax.swing.tree.TreeNode DraggedNode

JTreeTabSize

int JTreeTabSize

dgr

java.awt.dnd.DragGestureRecognizer dgr
Variables needed for DnD


dragSource

java.awt.dnd.DragSource dragSource

dragSourceContext

java.awt.dnd.DragSourceContext dragSourceContext

flavor

java.awt.datatransfer.DataFlavor flavor

listeners

java.util.List listeners

keysoff

boolean keysoff

dragging

boolean dragging

selecting

boolean selecting

painting

boolean painting

drawnWhite

boolean drawnWhite

selectionStartRow

int selectionStartRow

selectionEndRow

int selectionEndRow

fauxComponentOrientation

java.awt.ComponentOrientation fauxComponentOrientation

imgGhost

java.awt.image.BufferedImage imgGhost

ptOffset

java.awt.Point ptOffset

raGhost

java.awt.Rectangle raGhost

highlights

java.util.Map highlights

highlightnames

java.util.Map highlightnames

margin

int margin

thickness

int thickness

Class org.annotation.gui.FilterList extends javax.swing.JPanel implements Serializable

Serialized Fields

list

javax.swing.JList list

filter

javax.swing.JTextField filter

model

javax.swing.ListModel model

events

java.util.Vector events

Class org.annotation.gui.GridMenu extends javax.swing.JMenu implements Serializable

Serialized Fields

rowSize

int rowSize

prevButtons

javax.swing.JMenuItem[] prevButtons

Class org.annotation.gui.HelpViewer extends javax.swing.JEditorPane implements Serializable

Serialized Fields

dir

java.lang.String dir

homeURL

java.net.URL homeURL

bStack

java.util.Stack bStack

fStack

java.util.Stack fStack

back

javax.swing.JButton back

forw

javax.swing.JButton forw

home

javax.swing.JButton home

Class org.annotation.gui.HistoryTextField extends javax.swing.JTextField implements Serializable

Serialized Fields

history

java.util.ArrayList history

index

int index

hasNotBeenSaved

boolean hasNotBeenSaved

Class org.annotation.gui.JTree extends javax.swing.JTree implements Serializable

Class org.annotation.gui.JTreeTable extends javax.swing.JTable implements Serializable

Serialized Fields

tree

JTreeTable.TreeTableCellRenderer tree

model

TreeTableModel model

treeColumnClass

java.lang.Class treeColumnClass

highlights

java.util.Map highlights

highlightnames

java.util.Map highlightnames

margin

int margin

thickness

int thickness

Class org.annotation.gui.JTreeTable.StyledTableCellRenderer extends javax.swing.table.DefaultTableCellRenderer implements Serializable

Class org.annotation.gui.JTreeTable.TreeTableCellRenderer extends JTree implements Serializable

Serialized Fields

visibleRow

int visibleRow
Last table/tree row asked to renderer.

Class org.annotation.gui.LineNumberComponent extends javax.swing.JTextPane implements Serializable

Serialized Fields

color

java.awt.Color color

text

javax.swing.text.JTextComponent text

iterator

LineNumberIterator iterator

listening

boolean listening

oldDocument

javax.swing.text.Document oldDocument

str

java.lang.StringBuffer str

Class org.annotation.gui.MetaButton extends javax.swing.JComponent implements Serializable

Serialized Fields

button

javax.swing.JButton button

combo

PopupButton combo

name

java.lang.String name

listeners

java.util.List listeners

Class org.annotation.gui.ModalNonBlockingDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

owner

java.awt.Window owner

ml

java.awt.event.MouseListener ml

kl

java.awt.event.KeyListener kl

ked

java.awt.KeyEventDispatcher ked

Class org.annotation.gui.MoreMenu extends javax.swing.JMenu implements Serializable

Serialized Fields

more

MoreMenu more

maxItems

int maxItems

Class org.annotation.gui.NormalizedButton extends javax.swing.JButton implements Serializable

Serialized Fields

base

int base

Class org.annotation.gui.NorthernBorderLayout extends java.lang.Object implements Serializable

serialVersionUID: -8658291919501921765l

Serialized Fields

hgap

int hgap
Constructs a border layout with the horizontal gaps between components. The horizontal gap is specified by hgap.

 

vgap

int vgap
Constructs a border layout with the vertical gaps between components. The vertical gap is specified by vgap.

 

north

java.awt.Component north
Constant to specify components location to be the north portion of the border layout.


west

java.awt.Component west
Constant to specify components location to be the west portion of the border layout.


east

java.awt.Component east
Constant to specify components location to be the east portion of the border layout.


south

java.awt.Component south
Constant to specify components location to be the south portion of the border layout.


center

java.awt.Component center
Constant to specify components location to be the center portion of the border layout.


firstLine

java.awt.Component firstLine
A relative positioning constant, that can be used instead of north, south, east, west or center. mixing the two types of constants can lead to unpredicable results. If you use both types, the relative constants will take precedence. For example, if you add components using both the NORTH and BEFORE_FIRST_LINE constants in a container whose orientation is LEFT_TO_RIGHT, only the BEFORE_FIRST_LINE will be layed out. This will be the same for lastLine, firstItem, lastItem.

 

lastLine

java.awt.Component lastLine
A relative positioning constant, that can be used instead of north, south, east, west or center. Please read Description for firstLine.

 

firstItem

java.awt.Component firstItem
A relative positioning constant, that can be used instead of north, south, east, west or center. Please read Description for firstLine.

 

lastItem

java.awt.Component lastItem
A relative positioning constant, that can be used instead of north, south, east, west or center. Please read Description for firstLine.

 

Class org.annotation.gui.PopupButton extends javax.swing.JButton implements Serializable

Serialized Fields

popup

javax.swing.JPopupMenu popup

Class org.annotation.gui.QuoteBorder extends javax.swing.border.AbstractBorder implements Serializable

Serialized Fields

color

java.awt.Color color

open

java.lang.String open

close

java.lang.String close

margin

int margin

Class org.annotation.gui.RecordTextPane extends javax.swing.JTextPane implements Serializable

Serialized Fields

colors

java.awt.Color[] colors
The set of colors to be used for the background.


recordEnds

int[] recordEnds
The end offsets of the records.


colorIndex

int colorIndex
The color that is currently being used.


recordIndex

int recordIndex
The record which is currently being displayed.


painting

boolean painting
Boolean indicating whether the component is vurrently being rendered.

Class org.annotation.gui.RemovableTabbedPane extends javax.swing.JTabbedPane implements Serializable

Serialized Fields

c

java.awt.Component c

i

int i

startx

int startx

starty

int starty

indices

java.util.HashMap indices

mm

MenuBarManager mm

oldSize

java.awt.Dimension oldSize

parent

java.awt.Window parent

rippedTabWindow

javax.swing.JFrame rippedTabWindow

Class org.annotation.gui.RepeatableButton extends NormalizedButton implements Serializable

Serialized Fields

timer

javax.swing.Timer timer

repeatCondition

boolean repeatCondition

Class org.annotation.gui.TreeTableModelAdapter extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

tree

javax.swing.JTree tree

treeTableModel

TreeTableModel treeTableModel

Class org.annotation.gui.UndeclaredEventException extends java.lang.RuntimeException implements Serializable



Copyright © 2004 Thomas Morton and Jeremy LaCivita. All Rights Reserved.