Serialized Form


Package edu.northwestern.at.utils

Class edu.northwestern.at.utils.ScoredString extends java.lang.Object implements Serializable

Serialized Fields

string

java.lang.String string
The string.


score

double score
The string score.

Class edu.northwestern.at.utils.SortedArrayList extends java.util.ArrayList implements Serializable

Serialized Fields

comparator

java.util.Comparator<T> comparator
Optional Comparator used for comparing objects in the list.

Class edu.northwestern.at.utils.XArrayList extends java.util.ArrayList implements Serializable

Class edu.northwestern.at.utils.XBitSet extends java.util.BitSet implements Serializable


Package edu.northwestern.at.utils.db

Class edu.northwestern.at.utils.db.PersistenceException extends java.lang.Exception implements Serializable


Package edu.northwestern.at.utils.intcollections

Class edu.northwestern.at.utils.intcollections.IntRange extends java.lang.Object implements Serializable

Serialized Fields

first

int first
The first integer in the range.


last

int last
The last integer in the range + 1.

Class edu.northwestern.at.utils.intcollections.IntRangeList extends java.lang.Object implements Serializable

serialVersionUID: 2458507879937096460L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Reads the list on deserialization.

Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Writes the list on serialization.

Throws:
java.io.IOException

Package edu.northwestern.at.utils.math

Class edu.northwestern.at.utils.math.Complex extends java.lang.Object implements Serializable

serialVersionUID: -633126172485117692L

Serialized Fields

re

double re
Real part of the Complex.

im

double im
Imaginary part of the Complex.

Package edu.northwestern.at.utils.math.matrix

Class edu.northwestern.at.utils.math.matrix.AbstractMatrix extends java.lang.Object implements Serializable

Serialized Fields

rows

int rows
Number of rows in matrix.


columns

int columns
Number of columns in matrix.

Class edu.northwestern.at.utils.math.matrix.DenseMatrix extends AbstractMatrix implements Serializable

Serialized Fields

matrixData

double[][] matrixData
The matrix contents as a two-dimensional array of doubles.

Class edu.northwestern.at.utils.math.matrix.MatrixMismatchedSizeException extends java.lang.RuntimeException implements Serializable

Class edu.northwestern.at.utils.math.matrix.MatrixSingularException extends java.lang.RuntimeException implements Serializable

Class edu.northwestern.at.utils.math.matrix.MatrixTablePanel extends DataPanel implements Serializable

Serialized Fields

table

XTable table

rowLabelsTable

XTable rowLabelsTable

model

javax.swing.table.TableModel model

matrix

Matrix matrix

viewColumnHeaders

boolean viewColumnHeaders

viewRowLabels

boolean viewRowLabels

columnLabels

java.lang.String[] columnLabels

rowLabels

java.lang.String[] rowLabels

formatString

java.lang.String formatString

Class edu.northwestern.at.utils.math.matrix.MatrixTablePanel.MatrixEntryRenderer extends javax.swing.table.DefaultTableCellRenderer implements Serializable

Serialized Fields

format

PrintfFormat format
Formatting string for matrix entries.


debug

boolean debug
True if debugging enabled.

Class edu.northwestern.at.utils.math.matrix.SparseMatrix extends AbstractMatrix implements Serializable

Serialized Fields

matrixData

java.util.HashMap<K,V> matrixData
The matrix contents as a two-dimensional array of doubles.


Package edu.northwestern.at.utils.math.randomnumbers

Class edu.northwestern.at.utils.math.randomnumbers.MersenneTwister extends java.util.Random implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

mt

int[] mt

mti

int mti

mag01

int[] mag01

__nextNextGaussian

double __nextNextGaussian

__haveNextNextGaussian

boolean __haveNextNextGaussian

Package edu.northwestern.at.utils.net.ldap

Class edu.northwestern.at.utils.net.ldap.LdapException extends java.lang.Exception implements Serializable


Package edu.northwestern.at.utils.net.mime

Class edu.northwestern.at.utils.net.mime.InvalidBase64Encoding extends java.lang.Exception implements Serializable


Package edu.northwestern.at.utils.plots

Class edu.northwestern.at.utils.plots.BarChartPanel extends ResultsPanel implements Serializable

Serialized Fields

chart

SaveableAxisChart chart
The bar chart.


dataSeries

org.krysalis.jcharts.chartData.DataSeries dataSeries
The data series.


chartProperties

org.krysalis.jcharts.properties.ChartProperties chartProperties
The chart properties.


axisProperties

org.krysalis.jcharts.properties.AxisProperties axisProperties
The axis properties.


legendProperties

org.krysalis.jcharts.properties.LegendProperties legendProperties
The legend properties.


panelDimension

java.awt.Dimension panelDimension
Saves panel dimensions for optimizing paint method.


imageLabel

javax.swing.JLabel imageLabel
Holds rendered chart image.


horizontal

boolean horizontal
True if bars are horizontal.


scrollPane

XScrollPane scrollPane
Scrollpane around bar chart.


barArea

int barArea
Approximate height of bar chart area.

Class edu.northwestern.at.utils.plots.SaveableAxisChart extends org.krysalis.jcharts.axisChart.AxisChart implements Serializable


Package edu.northwestern.at.utils.swing

Class edu.northwestern.at.utils.swing.CheckBoxList extends javax.swing.JList implements Serializable

Serialized Fields

model

javax.swing.DefaultListModel model

mouseListener

java.awt.event.MouseAdapter mouseListener
Mouse listener. Changes list item checked status on clicks.

Class edu.northwestern.at.utils.swing.CheckBoxListRenderer extends javax.swing.JCheckBox implements Serializable

Class edu.northwestern.at.utils.swing.CheckBoxTreeNode extends javax.swing.tree.DefaultMutableTreeNode implements Serializable

Serialized Fields

obj

java.lang.Object obj
The item.


checked

boolean checked
True if the item is checked.

Class edu.northwestern.at.utils.swing.CheckBoxTreeNodeRenderer extends javax.swing.JCheckBox implements Serializable

Serialized Fields

backgroundColor

java.awt.Color backgroundColor
Background color to match that of the tree.


selectedColor

java.awt.Color selectedColor
Selected node color to match that of the tree.


foregroundColor

java.awt.Color foregroundColor
Foreground color to match that of the tree.

Class edu.northwestern.at.utils.swing.DataPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

toolBar

DataToolBar toolBar

scrollPane

XScrollPane scrollPane

Class edu.northwestern.at.utils.swing.DataToolBar extends javax.swing.JToolBar implements Serializable

Serialized Fields

buttonPasteToClipboard

javax.swing.JButton buttonPasteToClipboard

buttonSaveFile

javax.swing.JButton buttonSaveFile

denySaveSecurity

boolean denySaveSecurity

fileChooser

javax.swing.JFileChooser fileChooser

dataPanel

DataPanel dataPanel

Class edu.northwestern.at.utils.swing.DialogPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

body

javax.swing.JPanel body
The body panel of vertically arranged components with left-justified alignment.


buttons

javax.swing.JPanel buttons
The button panel of horizontally arranged buttons.


numButtons

int numButtons
The number of buttons added to the dialog so far.

Class edu.northwestern.at.utils.swing.DisplayImage extends ModalDialog implements Serializable

Class edu.northwestern.at.utils.swing.DisplayListBox extends ModalDialog implements Serializable

Serialized Fields

listBox

XList listBox
The list box.


selectedValues

java.lang.Object[] selectedValues
Selected values.


minSelectionIndex

int minSelectionIndex
Minimum selected value index.


maxSelectionIndex

int maxSelectionIndex
Maximum selected value index.


cancelled

boolean cancelled
True if dialog cancelled.


ok

java.awt.event.ActionListener ok
OK button action listener.


cancel

java.awt.event.ActionListener cancel
Cancel button action listener.

Class edu.northwestern.at.utils.swing.DummyFrame extends java.awt.Frame implements Serializable

Class edu.northwestern.at.utils.swing.ErrorMessage extends ModalDialog implements Serializable

Class edu.northwestern.at.utils.swing.FileNameTextField extends XTextField implements Serializable

Serialized Fields

dropTarget

FileNameTextField.FileNameDropTarget dropTarget
Drop target.

Class edu.northwestern.at.utils.swing.FilledTriangle extends javax.swing.JComponent implements Serializable

Serialized Fields

up

boolean up
True if up, false if down.


width

int width
Width in pixels of triangle base.

Class edu.northwestern.at.utils.swing.ImagePreview extends javax.swing.JComponent implements Serializable

Serialized Fields

thumbnail

javax.swing.ImageIcon thumbnail
Holds thumbnail image of selected file.


file

java.io.File file
The selected file.

Class edu.northwestern.at.utils.swing.ImageTransferable extends javax.swing.TransferHandler implements Serializable

Class edu.northwestern.at.utils.swing.InformationMessage extends ModalDialog implements Serializable

Class edu.northwestern.at.utils.swing.InputList extends XList implements Serializable

Serialized Fields

inputField

javax.swing.JTextField inputField
Associated text field holds input text.


listSelectionListener

javax.swing.event.ListSelectionListener listSelectionListener
Handle selection change in list.


documentListener

javax.swing.event.DocumentListener documentListener
Look for changes to input text field.

Class edu.northwestern.at.utils.swing.LabeledColumn extends javax.swing.JPanel implements Serializable

Serialized Fields

c1

java.awt.GridBagConstraints c1
Column 1 constraints (the column of labels).


c2

java.awt.GridBagConstraints c2
Column 2 constraints (the column of components).


gridbag

java.awt.GridBagLayout gridbag
The much-maligned gridbag layout.


font

java.awt.Font font
Font.


minLabelWidth

int minLabelWidth
Minimum label width.


maxValueWidth

int maxValueWidth
Maximum value width.

Class edu.northwestern.at.utils.swing.LinkLabel extends javax.swing.JLabel implements Serializable

Serialized Fields

link

Link link
Link to go to when label is clicked.


changeCursor

boolean changeCursor
True to change cursor to hand cursor when mouse moves over clickable text.


foregroundColor

java.awt.Color foregroundColor
Initial foreground color.


currentCursor

java.awt.Cursor currentCursor
Current cursor.


mouseListener

java.awt.event.MouseListener mouseListener
Mouse listener.

When the mouse is positioned over the link text, change the cursor to a hand cursor. When the link is clicked, go to the specified link position.


mouseMotionListener

java.awt.event.MouseMotionListener mouseMotionListener
Mouse motion listener.

When the mouse is positioned over the link text, change the cursor to a hand cursor. When the mouse is not position over the link text, use the default cursor.

Class edu.northwestern.at.utils.swing.LinkList extends XList implements Serializable

Serialized Fields

mouseListener

java.awt.event.MouseAdapter mouseListener
Mouse listener. Changes list item checked status on clicks.


mouseMotionListener

java.awt.event.MouseMotionListener mouseMotionListener
Mouse motion listener for the list.

This passes on mouse moves to the list cells.

Class edu.northwestern.at.utils.swing.LinkTextTableCellRenderer extends LinkLabel implements Serializable

Class edu.northwestern.at.utils.swing.ListCellRendererNoFocus extends javax.swing.DefaultListCellRenderer implements Serializable

Class edu.northwestern.at.utils.swing.ModalDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

panel

DialogPanel panel
Dialog panel.


initialFocus

javax.swing.JComponent initialFocus
The initial focus component, or null if none defined.

Class edu.northwestern.at.utils.swing.MultiLineLabel extends java.awt.Canvas implements Serializable

Serialized Fields

lines

java.lang.String[] lines

num_lines

int num_lines

margin_width

int margin_width

margin_height

int margin_height

line_height

int line_height

line_ascent

int line_ascent

line_widths

int[] line_widths

max_width

int max_width

alignment

int alignment

Class edu.northwestern.at.utils.swing.PlusOrMinusButton extends javax.swing.JButton implements Serializable

Class edu.northwestern.at.utils.swing.PrintfFormatTableCellRenderer extends javax.swing.table.DefaultTableCellRenderer implements Serializable

Serialized Fields

format

PrintfFormat format
Format string for this column.

Class edu.northwestern.at.utils.swing.ProgressBarOrLabel extends javax.swing.JPanel implements Serializable

Serialized Fields

parent

java.awt.Component parent
The parent component.


progressBarDisplayed

boolean progressBarDisplayed
True if progress bar currently displayed.


bar

javax.swing.JProgressBar bar
The progress bar.


label

XSmallLabel label
The label message.

Class edu.northwestern.at.utils.swing.ProgressDialog extends ModalDialog implements Serializable

Serialized Fields

minBar

int minBar
Minimum value for progress bar.


maxBar

int maxBar
Maximum value for progress bar.


label

javax.swing.JLabel label
Label for explanatory message.


initLabel

java.lang.String initLabel
The initial value of the explanatory message.


progressBar

javax.swing.JProgressBar progressBar
Progress bar indicating how far work has progressed.


currentBarValue

int currentBarValue
Current progress bar value.


cancelled

boolean cancelled
True if progress dialog cancelled.


startupDelay

long startupDelay
How many milliseconds to wait before displaying dialog.


startupTime

long startupTime
Startup time for dialog.


parentWindow

java.awt.Window parentWindow
Parent window for progress dialog.


labelWidth

int labelWidth
Nice wide label size.


cancelPressed

java.awt.event.ActionListener cancelPressed
Handle Cancel button pressed.

Class edu.northwestern.at.utils.swing.ProgressMonitorDialog extends ProgressDialog implements Serializable

Serialized Fields

worker

SwingWorker worker
Swing Worker instance, used to execute custom function.


timer

javax.swing.Timer timer
Timer used to update progress.


task

ProgressMonitorTask task
Task to monitor.

Class edu.northwestern.at.utils.swing.ProgressPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

minBar

int minBar
Minimum value for progress bar.


maxBar

int maxBar
Maximum value for progress bar.


titleLabel

javax.swing.JLabel titleLabel
Title.


titleText

java.lang.String titleText
The current value of the title.


label

javax.swing.JLabel label
Label for explanatory message.


labelText

java.lang.String labelText
The current value of the explanatory message.


labelColor

java.awt.Color labelColor
The label color.


progressBar

javax.swing.JProgressBar progressBar
Progress bar indicating how far work has progressed.


currentBarValue

int currentBarValue
Current progress bar value.


cancelled

boolean cancelled
True if progress panel cancelled.


startupDelay

long startupDelay
How many milliseconds to wait before displaying dialog.


startupTime

long startupTime
Startup time for dialog.


labelWidth

int labelWidth
Nice wide label size.


nowVisible

boolean nowVisible
True if the progress display is visible.


nowIndeterminate

boolean nowIndeterminate
True if the progress display is indeterminate.


timer

javax.swing.Timer timer
The timer used to update the display a one second intervals.


cancelPressed

java.awt.event.ActionListener cancelPressed
Handle Cancel button pressed.

Class edu.northwestern.at.utils.swing.ResultsPanel extends DialogPanel implements Serializable

Serialized Fields

results

java.lang.Object results
Object holding actual results.


resultsHeader

java.lang.String resultsHeader
Results header describing results.


resultsTitle

java.lang.String resultsTitle
Results title.

Class edu.northwestern.at.utils.swing.RowHeaderRenderer extends javax.swing.table.DefaultTableCellRenderer implements Serializable

Serialized Fields

noFocusBorder

javax.swing.border.Border noFocusBorder

focusBorder

javax.swing.border.Border focusBorder

Class edu.northwestern.at.utils.swing.SearchAndReplaceDialog extends ModalDialog implements Serializable

Serialized Fields

parent

java.lang.Object parent
Parent component to which this search dialog belongs.


textPane

javax.swing.text.JTextComponent textPane
JTextComponent containing document to search.


tabbedPane

javax.swing.JTabbedPane tabbedPane
Tabbed pane to hold search and replace dialogs.


searchText1

XTextField searchText1
Search text field in search pane.


searchText2

XTextField searchText2
Search text field in replace pane.


docSearch

javax.swing.text.Document docSearch
Search text as document.


docReplace

javax.swing.text.Document docReplace
Replace text as document.


searchButton

javax.swing.JButton searchButton
Dialog buttons.


replaceButton

javax.swing.JButton replaceButton

replaceAllButton

javax.swing.JButton replaceAllButton

modelWord

javax.swing.ButtonModel modelWord
Models for options. Allow automatic sharing of settings between search and replace panes.


modelCase

javax.swing.ButtonModel modelCase

modelBackwards

javax.swing.ButtonModel modelBackwards

modelForwards

javax.swing.ButtonModel modelForwards

searchIndex

int searchIndex
Current index of search text.


searchBackwards

boolean searchBackwards
True to search up (towards beginning of text).


searchData

java.lang.String searchData
The search data.


batchEditDepth

int batchEditDepth
Counts depth of nested batch edits.


tabPaneListener

javax.swing.event.ChangeListener tabPaneListener
Tab pane listener.

Class edu.northwestern.at.utils.swing.SimpleTable extends javax.swing.JPanel implements Serializable

Class edu.northwestern.at.utils.swing.SmallComboBox extends javax.swing.JPanel implements Serializable

Serialized Fields

label

javax.swing.JLabel label
The label.


triangle

FilledTriangle triangle
Filled down triangle.


menu

javax.swing.JPopupMenu menu
Popup menu.


font

java.awt.Font font
Font.


size

java.awt.Dimension size
The size of this control.


triangleWidth

int triangleWidth
Triangle width.


selectedItem

java.lang.Object selectedItem
Currently selected item.


selectedIndex

int selectedIndex
Index of the currently selected item.


measuringLabel

javax.swing.JLabel measuringLabel
A label used for measuring alternative strings.


menuItemHeight

int menuItemHeight
Menu item height.


actionListeners

java.util.ArrayList<E> actionListeners
Action listeners.


items

java.util.ArrayList<E> items
Items.

Class edu.northwestern.at.utils.swing.SortedListModel extends javax.swing.DefaultListModel implements Serializable

Class edu.northwestern.at.utils.swing.SortedTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

headerBackgroundColor

java.awt.Color headerBackgroundColor
Background color for column headers. Default is pale blue.


rows

java.util.ArrayList<E> rows
List of rows in the table.


columnNames

java.lang.String[] columnNames
Column names.


sortableColumns

boolean[] sortableColumns
Sortable column flags. Column i is sortable if and only if sortableColumns[i] is true. May be null to indicate that all columns are sortable.


sortColumn

int sortColumn
The current sort column.


sortAscending

boolean sortAscending
The current sort order: True if ascending, false if descending.


view

javax.swing.JTable view
The linked JTable view.


tableHeader

javax.swing.table.JTableHeader tableHeader
The view's table header.


comparator

java.util.Comparator<T> comparator
The comparator for sorting rows.


defaultComparator

java.util.Comparator<T> defaultComparator
A row comparator. Rows are compared using the current sort column and then the unique ID if the two rows compare equal on the current sort column.


headerRenderer

javax.swing.table.TableCellRenderer headerRenderer
Renderer for table header cells. This renderer uses a triangle pointing up or down to indicate the current sort column and sort order.


headerClick

java.awt.event.MouseAdapter headerClick
Handles mouse clicks in the table header. A click resorts the table in ascending order on the clicked column. Shift-click resorts the table in descending order on the clicked column.

Class edu.northwestern.at.utils.swing.SortedTreeModel extends javax.swing.tree.DefaultTreeModel implements Serializable

Class edu.northwestern.at.utils.swing.SortedTreeNode extends javax.swing.tree.DefaultMutableTreeNode implements Serializable

Class edu.northwestern.at.utils.swing.SplashScreen extends javax.swing.JFrame implements Serializable

Serialized Fields

label1

javax.swing.JLabel label1
Labels holding splash screen text.


label2

javax.swing.JLabel label2

label3

javax.swing.JLabel label3

done

boolean done
True when done.

Class edu.northwestern.at.utils.swing.TableModelMapper extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

table

javax.swing.JTable table
Table being mapped.


visibleToAll

int[] visibleToAll
Map from visible column index to all columns index.

Class edu.northwestern.at.utils.swing.ThreeStateCheckBox extends javax.swing.JCheckBox implements Serializable

Class edu.northwestern.at.utils.swing.TimeOfDayTextField extends XTextField implements Serializable

Serialized Fields

timeOfDay

java.util.Date timeOfDay
Holds the time of day.

Class edu.northwestern.at.utils.swing.TimerTextField extends XTextField implements Serializable

Serialized Fields

timerValue

long timerValue
Holds the timer value.


showZeroFields

boolean showZeroFields
True to show zero fields.

Class edu.northwestern.at.utils.swing.TreeCombo extends javax.swing.JComboBox implements Serializable

Class edu.northwestern.at.utils.swing.TreeComboListEntryRenderer extends javax.swing.JLabel implements Serializable

Serialized Fields

isRootVisible

boolean isRootVisible
True if root node is displayed, false otherwise.

Class edu.northwestern.at.utils.swing.TreeToListModel extends javax.swing.AbstractListModel implements Serializable

Serialized Fields

source

javax.swing.tree.TreeModel source
The tree model whose entries will be mapped to list entries.


invalid

boolean invalid
True if list is currently invalid.


currentValue

java.lang.Object currentValue
Currently selected list value.


cache

java.util.Vector<E> cache
Cache of list entries.

Class edu.northwestern.at.utils.swing.URLTextField extends XTextField implements Serializable

Serialized Fields

titleField

XTextField titleField
Companion text field containing URL name.


dropTarget

URLTextField.URLDropTarget dropTarget
Drop target.


dragSource

URLTextField.URLDragSource dragSource
Drag source.

Class edu.northwestern.at.utils.swing.UserInput extends ModalDialog implements Serializable

Serialized Fields

inputText

java.lang.String inputText
Holds input text.

Class edu.northwestern.at.utils.swing.WarningMessage extends ModalDialog implements Serializable

Serialized Fields

hit

int hit
Index of the button selected.


buttons

java.util.ArrayList<E> buttons
List of buttons in left-to-right order.


listener

java.awt.event.ActionListener listener
Handles button action events. Gets the index of the button selected and disposes the alert.

Class edu.northwestern.at.utils.swing.WindowsMenuManager extends javax.swing.JFrame implements Serializable

Serialized Fields

ordinal

int ordinal
The window ordinal.


windowsMenu

javax.swing.JMenu windowsMenu
The Windows menu.


firstWindowIndex

int firstWindowIndex
The index in the Windows menu of the first window in the list = the number of fixed items at the beginning of the menu.


bringWindowToFront

java.awt.event.ActionListener bringWindowToFront
Handles the bring this window to front command.

Class edu.northwestern.at.utils.swing.WrappedTextPanel extends javax.swing.JPanel implements Serializable

Class edu.northwestern.at.utils.swing.XBoldLabel extends javax.swing.JLabel implements Serializable

Class edu.northwestern.at.utils.swing.XFrame extends WindowsMenuManager implements Serializable

Serialized Fields

aboutBox

javax.swing.JFrame aboutBox
The About box.


prefsWindow

javax.swing.JFrame prefsWindow
The preferences dialog.

Class edu.northwestern.at.utils.swing.XList extends javax.swing.JList implements Serializable

Serialized Fields

defaultMouseListeners

java.awt.event.MouseListener[] defaultMouseListeners
Default mouse listeners.


mouseListener

java.awt.event.MouseListener mouseListener
Mouse listener interceptor.

Modifies the selection on clicked events rather than pressed events.

Class edu.northwestern.at.utils.swing.XPasswordField extends javax.swing.JPasswordField implements Serializable

Class edu.northwestern.at.utils.swing.XScrollPane extends javax.swing.JScrollPane implements Serializable

Serialized Fields

dropTargetListener

java.awt.dnd.DropTargetListener dropTargetListener

dropTarget

java.awt.dnd.DropTarget dropTarget

Class edu.northwestern.at.utils.swing.XSmallLabel extends javax.swing.JLabel implements Serializable

Class edu.northwestern.at.utils.swing.XStyledEditorKit extends javax.swing.text.StyledEditorKit implements Serializable

Serialized Fields

parentFactory

javax.swing.text.ViewFactory parentFactory
The view factory.

Class edu.northwestern.at.utils.swing.XTable extends javax.swing.JTable implements Serializable

Serialized Fields

defaultMouseListeners

java.awt.event.MouseListener[] defaultMouseListeners
Default mouse listeners.


stripeRows

boolean stripeRows
True to enabled striping alternate rows in table.


stripeEmptyRows

boolean stripeEmptyRows
True to striped "empty" rows after end of table rows proper.


evenRowColor

java.awt.Color evenRowColor
Even row color when striping enabled. Default is white.


oddRowColor

java.awt.Color oddRowColor
Odd row color when striping enabled. Default is a light gray.


title

java.lang.String title
Table title.


copyColumnHeaders

boolean copyColumnHeaders
True to copy column headers along with data to clipboard.


mouseListener

java.awt.event.MouseListener mouseListener
Mouse listener interceptor.

Modifies the selection on clicked events rather than pressed events.


copyAction

javax.swing.Action copyAction
Copy action.


pasteAction

javax.swing.Action pasteAction
Paste action.

Class edu.northwestern.at.utils.swing.XTableColumnModel extends javax.swing.table.DefaultTableColumnModel implements Serializable

Serialized Fields

allTableColumns

java.util.Vector<E> allTableColumns
Holds all the column objects, regardless of visibility.

Class edu.northwestern.at.utils.swing.XTextArea extends javax.swing.JTextArea implements Serializable

Serialized Fields

scrollPane

javax.swing.JScrollPane scrollPane
Scroll pane, or null if no scroll bar attached.


tabsEnabled

boolean tabsEnabled
True if tabbing enabled.


defaultForwardFocusTraversalKeys

java.util.Set<E> defaultForwardFocusTraversalKeys
Default forward focus traversable keys.


defaultBackwardFocusTraversalKeys

java.util.Set<E> defaultBackwardFocusTraversalKeys
Default backward focus traversable keys.

Class edu.northwestern.at.utils.swing.XTextField extends javax.swing.JTextField implements Serializable

Class edu.northwestern.at.utils.swing.XTextPane extends javax.swing.JTextPane implements Serializable

Serialized Fields

alignment

boolean alignment
True if the left, center, and right alignment options are allowed.


doc

javax.swing.text.DefaultStyledDocument doc
The styled document.


linkInfoList

java.util.ArrayList<E> linkInfoList
List of link information.


currentCursor

java.awt.Cursor currentCursor
Current cursor.


undoManager

javax.swing.undo.UndoManager undoManager
Undo manager. May be null if none.


cutAction

javax.swing.Action cutAction
Cut action.


copyAction

javax.swing.Action copyAction
Copy action.


pasteAction

javax.swing.Action pasteAction
Paste action.


deleteAction

javax.swing.Action deleteAction
Delete action.


mouseListener

java.awt.event.MouseListener mouseListener
Mouse listener.

Handles clicks on links.


mouseMotionListener

java.awt.event.MouseMotionListener mouseMotionListener
Mouse motion listener.

Changes mouse cursor to hand when passing over links.

Class edu.northwestern.at.utils.swing.XTextPaneTableCellRenderer extends XTextPane implements Serializable

Serialized Fields

view

javax.swing.JTable view
The table to which this renderer is attached.


row

int row
The table row of the current cell to render.


styledValue

StyledString styledValue
The styled text string to display.


links

XTextPane.LinkInfo[] links
The links in the styled text.


font

java.awt.Font font
The font for the styled text.

Class edu.northwestern.at.utils.swing.XTree extends javax.swing.JTree implements Serializable

Serialized Fields

expansionState

java.util.Collection<E> expansionState
Node expanded/collapsed state = set of all expanded nodes.


defaultTreeModelListeners

javax.swing.event.TreeModelListener[] defaultTreeModelListeners
Default tree model listeners.


defaultMouseListeners

java.awt.event.MouseListener[] defaultMouseListeners
Default mouse listeners.


pressedEventDeferred

boolean pressedEventDeferred
True if mouse pressed event deferred until mouse click time.


standardIcons

boolean standardIcons
True if standard prefix JTree open folder, closed folder, and leaf icons are displayed.


renderer

javax.swing.tree.TreeCellRenderer renderer
Tree cell renderer.


title

java.lang.String title
Tree title.


treeExpansionListener

javax.swing.event.TreeExpansionListener treeExpansionListener
Tree expansion listener.

Keeps track of expanded/collapsed nodes and restores the expansion state of subnodes when parent nodes are expanded.


treeModelListener

javax.swing.event.TreeModelListener treeModelListener
Tree model listener interceptor.

This listener intercepts all tree model events. The saved default listeners are first invoked to handle the events normally. Then our intercept listener does post-processing of the nodes inserted and structure changed events to make sure that node expanded/collapsed states are restored properly.


mouseListener

java.awt.event.MouseListener mouseListener
Mouse listener interceptor.

Modifies the selection on clicked events rather than pressed events.


Package edu.northwestern.at.utils.swing.html

Class edu.northwestern.at.utils.swing.html.HTMLParserGetter extends javax.swing.text.html.HTMLEditorKit implements Serializable


Package edu.northwestern.at.utils.swing.icons

Class edu.northwestern.at.utils.swing.icons.FilledTriangleIcon extends javax.swing.JComponent implements Serializable

Serialized Fields

up

boolean up
True if up, false if down.


width

int width
Width in pixels of triangle base.


Package edu.northwestern.at.utils.swing.labeledsettingstable

Class edu.northwestern.at.utils.swing.labeledsettingstable.LabeledSettingsNameCellRenderer extends XBoldLabel implements Serializable

Class edu.northwestern.at.utils.swing.labeledsettingstable.LabeledSettingsTable extends XTable implements Serializable

Serialized Fields

tableModel

LabeledSettingsTableModel tableModel
The table model for the settings.


settingNameCellRenderer

LabeledSettingsNameCellRenderer settingNameCellRenderer
The setting name cell renderer.


settingValueCellRenderer

LabeledSettingsValueCellRenderer settingValueCellRenderer
The setting value cell renderer.


savedPaneSettings

java.util.HashMap<K,V> savedPaneSettings
Remembers setting value text pane settings.

Entries are of type "LabeledSettingsValueTextPaneSettings" above.


maxWidthNameCol

int maxWidthNameCol
Maximum name column width for display.


maxWidthValueCol

int maxWidthValueCol
Maximum value column width for display.


settingsMouseListener

java.awt.event.MouseListener settingsMouseListener
Mouse listener for the table.

This passes on mouse clicks to the table cells. This allows links embedded in settings values XTextPanes to activate correctly.


settingsMouseMotionListener

java.awt.event.MouseMotionListener settingsMouseMotionListener
Mouse motion listener for the table.

This passes on mouse moves to the table cells. This allows links embedded in settings values XTextPanes to change the cursor when a link is entered.

Class edu.northwestern.at.utils.swing.labeledsettingstable.LabeledSettingsTableModel extends javax.swing.table.DefaultTableModel implements Serializable

Class edu.northwestern.at.utils.swing.labeledsettingstable.LabeledSettingsValueCellRenderer extends XTextPaneTableCellRenderer implements Serializable

Serialized Fields

savedPaneSettings

java.util.Map<K,V> savedPaneSettings
Holds saved text pane positions.


font

java.awt.Font font
Font for text pane.


Package edu.northwestern.at.utils.swing.notepad

Class edu.northwestern.at.utils.swing.notepad.Notepad extends XFrame implements Serializable

Serialized Fields

readOnly

boolean readOnly
True if editor is readonly (e.g., acting as a viewer only).


documentModified

boolean documentModified
True if the document text has been modified.


currentFile

java.io.File currentFile
Current file being edited.


newTitle

java.lang.String newTitle
Default title for new file.


title

java.lang.String title
Current title for editor.


documentListener

Notepad.MyDocumentListener documentListener
The document listener.


undoableEditBatch

javax.swing.undo.CompoundEdit undoableEditBatch
The compound undo edit batch manager.


doingEditBatch

boolean doingEditBatch
True if in the midst of creating a compound edit batch.


contentPanel

javax.swing.JPanel contentPanel
Content pane for editor.


editor

javax.swing.JTextArea editor
The text component holding the text being edited.


commands

java.util.Hashtable<K,V> commands
Hash table of menu actions.


menuItems

java.util.Hashtable<K,V> menuItems
Hash table containing menu items.


menus

java.util.Hashtable<K,V> menus
Hash table containing menus.


toolbarButtons

java.util.Hashtable<K,V> toolbarButtons
Hash table containing toolbar buttons.


menubar

javax.swing.JMenuBar menubar
The main menu.


toolbar

javax.swing.JToolBar toolbar
The tool bar.


statusBar

javax.swing.JComponent statusBar
The status bar.


lineLabel

javax.swing.JLabel lineLabel
Displays current line.


columnLabel

javax.swing.JLabel columnLabel
Displays current column.


undoHandler

javax.swing.event.UndoableEditListener undoHandler
Listener for the undoable edits to the current document.


undo

javax.swing.undo.UndoManager undo
UndoManager to which we add edits.


defaultClipboardOwner

java.awt.datatransfer.ClipboardOwner defaultClipboardOwner
Clipboard.


newAction

Notepad.NewAction newAction

openAction

Notepad.OpenAction openAction

saveAction

Notepad.SaveAction saveAction

saveAsAction

Notepad.SaveAsAction saveAsAction

pageSetupAction

Notepad.PageSetupAction pageSetupAction

printAction

Notepad.PrintAction printAction

exitAction

Notepad.ExitAction exitAction

copyAction

Notepad.CopyAction copyAction

cutAction

Notepad.CutAction cutAction

pasteAction

Notepad.PasteAction pasteAction

selectAllAction

Notepad.SelectAllAction selectAllAction

undoAction

Notepad.UndoAction undoAction

redoAction

Notepad.RedoAction redoAction

findAction

Notepad.FindAction findAction

replaceAction

Notepad.ReplaceAction replaceAction

runAction

Notepad.RunAction runAction

defaultActions

javax.swing.Action[] defaultActions
Actions defined by the Notepad class.

Class edu.northwestern.at.utils.swing.notepad.Notepad.CopyAction extends javax.swing.AbstractAction implements Serializable

Class edu.northwestern.at.utils.swing.notepad.Notepad.CutAction extends javax.swing.AbstractAction implements Serializable

Class edu.northwestern.at.utils.swing.notepad.Notepad.ExitAction extends javax.swing.AbstractAction implements Serializable

Class edu.northwestern.at.utils.swing.notepad.Notepad.FindAction extends javax.swing.AbstractAction implements Serializable

Class edu.northwestern.at.utils.swing.notepad.Notepad.NewAction extends javax.swing.AbstractAction implements Serializable

Class edu.northwestern.at.utils.swing.notepad.Notepad.OpenAction extends Notepad.NewAction implements Serializable

Class edu.northwestern.at.utils.swing.notepad.Notepad.PageSetupAction extends javax.swing.AbstractAction implements Serializable

Class edu.northwestern.at.utils.swing.notepad.Notepad.PasteAction extends javax.swing.AbstractAction implements Serializable

Class edu.northwestern.at.utils.swing.notepad.Notepad.PrintAction extends javax.swing.AbstractAction implements Serializable

Class edu.northwestern.at.utils.swing.notepad.Notepad.RedoAction extends javax.swing.AbstractAction implements Serializable

Class edu.northwestern.at.utils.swing.notepad.Notepad.ReplaceAction extends javax.swing.AbstractAction implements Serializable

Class edu.northwestern.at.utils.swing.notepad.Notepad.RunAction extends javax.swing.AbstractAction implements Serializable

Class edu.northwestern.at.utils.swing.notepad.Notepad.SaveAction extends javax.swing.AbstractAction implements Serializable

Class edu.northwestern.at.utils.swing.notepad.Notepad.SaveAsAction extends javax.swing.AbstractAction implements Serializable

Class edu.northwestern.at.utils.swing.notepad.Notepad.SelectAllAction extends javax.swing.AbstractAction implements Serializable

Class edu.northwestern.at.utils.swing.notepad.Notepad.StatusBar extends javax.swing.JComponent implements Serializable

Class edu.northwestern.at.utils.swing.notepad.Notepad.UndoAction extends javax.swing.AbstractAction implements Serializable


Package edu.northwestern.at.utils.swing.plaf.smoothwindows

Class edu.northwestern.at.utils.swing.plaf.smoothwindows.SmoothWindowsLookAndFeel extends com.sun.java.swing.plaf.windows.WindowsLookAndFeel implements Serializable


Package edu.northwestern.at.utils.swing.printing

Class edu.northwestern.at.utils.swing.printing.PrintableComponent extends java.awt.Component implements Serializable

Serialized Fields

component

java.awt.Component component
Compoment whose contents are to be printed.


pageFormat

java.awt.print.PageFormat pageFormat
Printer page format.


headerAndFooter

PrintHeaderFooter headerAndFooter
The PrintHeaderFooter to hold the header and footer.


pageCount

int pageCount
The number of pages to be printed. Calculated here.


printProgress

PrintProgressDialog printProgress
Print progress dialog.


printProgressAllowed

boolean printProgressAllowed
True if print progress display allowed.


printerJob

java.awt.print.PrinterJob printerJob
Printer job for printing the pages.


printerPageWidth

int printerPageWidth
Printer page width specified by printer job.


printerPageHeight

int printerPageHeight
Printer page height specified by printer job.


pageImage

java.awt.image.BufferedImage pageImage
Holds printed page page image.


pageState

PrintableComponent.PageState pageState
Current page state.


pageStateMap

java.util.HashMap<K,V> pageStateMap
Holds page state for each printed page.


breakCheckPercentage

double breakCheckPercentage
Percentage of page height to scan for nice page break point.


scaleFactor

double scaleFactor
Scale factor by which to reduce output to fit printer page.

Class edu.northwestern.at.utils.swing.printing.PrintJTable extends PrintableComponent implements Serializable

Serialized Fields

tableHeader

javax.swing.table.JTableHeader tableHeader
Table header.


tableHeaderSize

double tableHeaderSize
Table header size.


tableTitleLines

java.lang.String[] tableTitleLines
Table title. May be split into several lines.


tableTitleSize

double tableTitleSize
Table title height.

Class edu.northwestern.at.utils.swing.printing.PrintJTextPane extends PrintableComponent implements Serializable

Serialized Fields

printView

PrintView printView
The PrintView to hold printed pages.

Class edu.northwestern.at.utils.swing.printing.PrintPreview extends ModalDialog implements Serializable

Serialized Fields

printerPageWidth

int printerPageWidth
Width of a page for printing purposes.


printerPageHeight

int printerPageHeight
Height of a page for printing purposes.


printableObject

java.awt.Component printableObject
The object to be printed.


pageFormat

java.awt.print.PageFormat pageFormat
The page format for printing.


scaleComboBox

javax.swing.JComboBox scaleComboBox
Holds values for displaying scaled images of individual pages.


previewContainer

PrintPreview.PreviewContainer previewContainer
Holds list of print preview images for each page to print.


toolBar

javax.swing.JToolBar toolBar
Holds toolbar of print preview buttons.


scroller

javax.swing.JScrollPane scroller
Allows scrolling through list of print preview images.


defaultScale

int defaultScale
Default page preview scale factor.


title

java.lang.String title
Title for printing.

Class edu.northwestern.at.utils.swing.printing.PrintProgressDialog extends ProgressDialog implements Serializable

Serialized Fields

printerJob

java.awt.print.PrinterJob printerJob
Printer job for which to display progress.


pageCount

int pageCount
How many pages to print.

Class edu.northwestern.at.utils.swing.printing.RepaginationProgressDialog extends ProgressDialog implements Serializable


Package edu.northwestern.at.utils.swing.styledtext

Class edu.northwestern.at.utils.swing.styledtext.DisplayStyledText extends ModalDialog implements Serializable

Class edu.northwestern.at.utils.swing.styledtext.StyledString extends java.lang.Object implements Serializable

Serialized Fields

str

java.lang.String str
The string.


styleInfo

StyleInfo styleInfo
The style information.

Class edu.northwestern.at.utils.swing.styledtext.StyleInfo extends java.lang.Object implements Serializable

serialVersionUID: 4722056890310561290L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Reads the style information on deserialization.

Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Writes the style information on serialization.

Throws:
java.io.IOException

Package edu.northwestern.at.utils.swing.systeminformation

Class edu.northwestern.at.utils.swing.systeminformation.SystemInformationPanel extends DialogPanel implements Serializable

Serialized Fields

systemInformationTable

LabeledSettingsTable systemInformationTable
The table which holds the settings.


infoItems

java.lang.String[] infoItems
The settings names.

Class edu.northwestern.at.utils.swing.systeminformation.SystemInformationWindow extends XFrame implements Serializable

Serialized Fields

systemInformationPanel

SystemInformationPanel systemInformationPanel
The panel which holds the settings.


Package edu.northwestern.at.utils.tagcloud

Class edu.northwestern.at.utils.tagcloud.StyledScoredString extends ScoredString implements Serializable

Serialized Fields

color

java.lang.String color
Color associated with string.


style

TagCloudTextStyle style
Style associated with string.


isActive

boolean isActive
Is string active in display.


defaultStyle

TagCloudTextStyle defaultStyle
Normal (plain) text style.


Package edu.northwestern.at.wordhoard.model

Class edu.northwestern.at.wordhoard.model.Author extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.Long id
Unique persistence id (primary key).


name

Spelling name
The author's full name in English.


originalName

Spelling originalName
Author's full name in original language.


birthYear

java.lang.Integer birthYear
The author's birth year, or null if unknown.


deathYear

java.lang.Integer deathYear
The author's death year, or null if unknown.


earliestWorkYear

java.lang.Integer earliestWorkYear
The author's earliest work year, or null if unknown.


latestWorkYear

java.lang.Integer latestWorkYear
The author's latest work year, or null if unknown.


works

java.util.Set<E> works
The works.

Class edu.northwestern.at.wordhoard.model.Corpus extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.Long id
Unique persistence id (primary key).


tag

java.lang.String tag
The tag of the corpus.


title

java.lang.String title
The title of the corpus.


charset

byte charset
The character set used by the corpus.


posType

byte posType
The part of speech taxonomy used by the corpus.


taggingData

TaggingData taggingData
The types of tagging data supported.


works

java.util.Set<E> works
Set of works belonging to this corpus.


numWorkParts

int numWorkParts
Number of work parts in corpus.


numLines

int numLines
Number of lines in corpus.


numWords

int numWords
Number of words in corpus.


maxWordPathLength

int maxWordPathLength
Maximum word path length.


translations

java.lang.String translations
Translations.


tranDescription

java.lang.String tranDescription
Translations description.


tconViews

java.util.List<E> tconViews
List of table of contents views.


ordinal

int ordinal
Ordinal.

Class edu.northwestern.at.wordhoard.model.Work extends WorkPart implements Serializable

Serialized Fields

corpus

Corpus corpus
The corpus to which this work belongs.


pubDate

PubYearRange pubDate
Publication date(s).


speakers

java.util.Set<E> speakers
Speakers.


authors

java.util.Set<E> authors
Authors.


Package edu.northwestern.at.wordhoard.model.annotations

Class edu.northwestern.at.wordhoard.model.annotations.AuthoredTextAnnotation extends java.lang.Object implements Serializable

serialVersionUID: -3623690529322058046L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Reads the annotation from an object input stream (deserializes the object).

Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Writes the annotation to an object output stream (serializes the object).

Throws:
java.io.IOException

Package edu.northwestern.at.wordhoard.model.counts

Class edu.northwestern.at.wordhoard.model.counts.TotalWordFormCount extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.Long id
The persistence ID.


wordForm

int wordForm
The word form.

See WordForms.


workPart

WorkPart workPart
The work part.


work

Work work
The work to which this work part belongs.


wordFormCount

int wordFormCount
The total number of word form entries in the work part.

Class edu.northwestern.at.wordhoard.model.counts.WordCount extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.Long id
The persistence ID.


word

Spelling word
The word text.


wordForm

int wordForm
The word form type.

See WordForms.


workPart

WorkPart workPart
The work part in which this word form appears.


work

Work work
The work to which this work part belongs.


wordCount

int wordCount
The word count in the work part.


Package edu.northwestern.at.wordhoard.model.morphology

Class edu.northwestern.at.wordhoard.model.morphology.Lemma extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.Long id
Unique persistence id (primary key).


tag

Spelling tag
The tag.


tagInsensitive

Spelling tagInsensitive
The tag with all diacriticals removed and mapped to lower case.


spelling

Spelling spelling
The spelling.


homonym

int homonym
The homonym.


wordClass

WordClass wordClass
The word class.

Class edu.northwestern.at.wordhoard.model.morphology.Pos extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.Long id
Unique persistence id (primary key).


tag

java.lang.String tag
Tag.


description

java.lang.String description
Description.


wordClass

WordClass wordClass
Word class.


syntax

java.lang.String syntax
Syntax.


tense

java.lang.String tense
Tense.


mood

java.lang.String mood
Mood.


voice

java.lang.String voice
Voice.


xcase

java.lang.String xcase
Case.


gender

java.lang.String gender
Gender.


person

java.lang.String person
Person.


number

java.lang.String number
Number.


degree

java.lang.String degree
Degree.


negative

java.lang.String negative
Negative.


language

java.lang.String language
Language.

Class edu.northwestern.at.wordhoard.model.morphology.WordClass extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.Long id
Unique persistence id (primary key).


tag

java.lang.String tag
The tag.


description

java.lang.String description
The description.


majorWordClass

MajorWordClass majorWordClass
Major word class.


Package edu.northwestern.at.wordhoard.model.querytool

Class edu.northwestern.at.wordhoard.model.querytool.DateRange extends java.lang.Object implements Serializable

Serialized Fields

dateLabel

java.lang.String dateLabel
The date label.


startYear

java.lang.Integer startYear
The DateRange's start year.


endYear

java.lang.Integer endYear
The DateRange's end year.


Package edu.northwestern.at.wordhoard.model.search

Class edu.northwestern.at.wordhoard.model.search.SearchCriteriaClassMismatchException extends java.lang.Exception implements Serializable

Class edu.northwestern.at.wordhoard.model.search.SearchCriteriaTypedSet extends java.lang.Object implements Serializable

Serialized Fields

criteriaList

java.util.ArrayList<E> criteriaList
List of search criterion.


typeClass

java.lang.String typeClass
The class of this set of primitives.


booleanRelation

java.lang.String booleanRelation
The boolean relation for this set


Package edu.northwestern.at.wordhoard.model.speakers

Class edu.northwestern.at.wordhoard.model.speakers.Speaker extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.Long id
Unique persistence id (primary key).


work

Work work
Work.


tag

java.lang.String tag
Tag.


name

java.lang.String name
English name.


originalName

Spelling originalName
Name in original language, or null if none.


description

java.lang.String description
Role description, or null if none.


gender

Gender gender
Gender.


mortality

Mortality mortality
Mortality.


Package edu.northwestern.at.wordhoard.model.text

Class edu.northwestern.at.wordhoard.model.text.Text extends java.lang.Object implements Serializable

serialVersionUID: 4722056890310561290L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Reads the text from an object input stream (deserializes the object).
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Writes the text to an object output stream (serializes the object).

The text must be finalized, or a null pointer exception is thrown.

Throws:
java.io.IOException

Class edu.northwestern.at.wordhoard.model.text.TextLocation extends java.lang.Object implements Serializable

Serialized Fields

index

int index
The line index.


offset

int offset
The character offset in the line.

Class edu.northwestern.at.wordhoard.model.text.TextRange extends java.lang.Object implements Serializable

Serialized Fields

start

TextLocation start
The start of the range.


end

TextLocation end
The end of the range.

Class edu.northwestern.at.wordhoard.model.text.TranslatedText extends Text implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Reads the text from an object input stream (deserializes the object).
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Writes the text to an object output stream (serializes the object).

The text must be finalized, or a null pointer exception is thrown.

Throws:
java.io.IOException

Class edu.northwestern.at.wordhoard.model.text.WrappedText extends Text implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Reads the text from an object input stream (deserializes the object).
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Writes the text to an object output stream (serializes the object).

The text must be finalized, or a null pointer exception is thrown.

Throws:
java.io.IOException

Package edu.northwestern.at.wordhoard.model.userdata

Class edu.northwestern.at.wordhoard.model.userdata.Phrase extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.Long id
Unique persistence id (primary key).


wordTags

java.util.List<E> wordTags
The words in the phrase, in order.


workTag

java.lang.String workTag
The tag of the work in which this phrase occurs.


tagsHashCode

int tagsHashCode
A hash code for the word tags.

Class edu.northwestern.at.wordhoard.model.userdata.PhraseSet extends WordSet implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Reads the word set from an object input stream (deserializes the object).

Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Writes the word set to an object output stream (serializes the object).

Throws:
java.io.IOException

Class edu.northwestern.at.wordhoard.model.userdata.PhraseSetPhraseCount extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.Long id
The persistence ID.


phraseText

Spelling phraseText
The phrase text.


wordForm

int wordForm
The word form type.

See WordForms.


phraseSet

PhraseSet phraseSet
The phrase set in which this word appears.


workPartTag

java.lang.String workPartTag
The tag of the work part in which this word appears.


phraseCount

int phraseCount
The phrase count in the specified work in the phrase set.

Class edu.northwestern.at.wordhoard.model.userdata.PhraseSetTotalWordFormPhraseCount extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.Long id
The persistence ID.


wordForm

int wordForm
The word form.

See WordForms.


phraseSet

PhraseSet phraseSet
The phrase set.


workPartTag

java.lang.String workPartTag
The tag of the work part to which this work part belongs.


wordFormCount

int wordFormCount
The total number of phrase entries of the specified word form type in the phrase set for the specified work part.

Class edu.northwestern.at.wordhoard.model.userdata.UserGroup extends java.lang.Object implements Serializable

serialVersionUID: -3623690529322058046L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Reads the annotation from an object input stream (deserializes the object).

Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Writes the annotation to an object output stream (serializes the object).

Throws:
java.io.IOException

Class edu.northwestern.at.wordhoard.model.userdata.UserGroupPermission extends java.lang.Object implements Serializable

serialVersionUID: -3623690529322058046L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Reads the permission from an object input stream (deserializes the object).

Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Writes the permission to an object output stream (serializes the object).

Throws:
java.io.IOException

Class edu.northwestern.at.wordhoard.model.userdata.WHQuery extends java.lang.Object implements Serializable

serialVersionUID: -7146031338264291538L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Reads the query from an object input stream (deserializes the object).

Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Writes the query to an object output stream (serializes the object).

Throws:
java.io.IOException

Class edu.northwestern.at.wordhoard.model.userdata.WordSet extends java.lang.Object implements Serializable

serialVersionUID: 7988862983221001929L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Reads the word set from an object input stream (deserializes the object).

Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Writes the word set to an object output stream (serializes the object).

Throws:
java.io.IOException

Class edu.northwestern.at.wordhoard.model.userdata.WordSetTotalWordFormCount extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.Long id
The persistence ID.


wordForm

int wordForm
The word form.

See WordForms.


wordSet

WordSet wordSet
The word set.


workPartTag

java.lang.String workPartTag
The tag of the work part to which this work part belongs.


wordFormCount

int wordFormCount
The total number of word form entries in the word set.

Class edu.northwestern.at.wordhoard.model.userdata.WordSetWordCount extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.Long id
The persistence ID.


word

Spelling word
The word text.


wordForm

int wordForm
The word form type.

See WordForms.


wordSet

WordSet wordSet
The word set in which this word appears.


workPartTag

java.lang.String workPartTag
The tag of the work part in which this word appears.


wordCount

int wordCount
The word count in the specified work in the word set.

Class edu.northwestern.at.wordhoard.model.userdata.WorkSet extends java.lang.Object implements Serializable

serialVersionUID: 6327944002871143511L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Reads the work set from an object input stream (deserializes the object).

Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Writes the work set to an object output stream (serializes the object).

Throws:
java.io.IOException

Package edu.northwestern.at.wordhoard.model.wrappers

Class edu.northwestern.at.wordhoard.model.wrappers.Spelling extends java.lang.Object implements Serializable

Serialized Fields

string

java.lang.String string
The string.


charset

byte charset
The character set.

Class edu.northwestern.at.wordhoard.model.wrappers.TaggingData extends java.lang.Object implements Serializable

Serialized Fields

flags

long flags
Flags.


Package edu.northwestern.at.wordhoard.server

Class edu.northwestern.at.wordhoard.server.BootstrapImpl extends java.rmi.server.UnicastRemoteObject implements Serializable

Class edu.northwestern.at.wordhoard.server.BootstrapImpl_Stub extends java.rmi.server.RemoteStub implements Serializable

serialVersionUID: 2L

Class edu.northwestern.at.wordhoard.server.WordHoardError extends java.lang.Exception implements Serializable

Class edu.northwestern.at.wordhoard.server.WordHoardSessionImpl extends java.rmi.server.UnicastRemoteObject implements Serializable

Serialized Fields

id

java.lang.Long id
Session id.


host

java.lang.String host
The dotted-decimal IP address of the client host.


domain

java.lang.String domain
The domain name of the client host.


loginAccount

Account loginAccount
Login account, or null if not logged in.


loginDate

java.util.Date loginDate
The date and time the session was created.


active

boolean active
True if session active.


lastTickleTime

long lastTickleTime
The time the session was last tickled by the client.

Class edu.northwestern.at.wordhoard.server.WordHoardSessionImpl_Stub extends java.rmi.server.RemoteStub implements Serializable

serialVersionUID: 2L


Package edu.northwestern.at.wordhoard.server.model

Class edu.northwestern.at.wordhoard.server.model.Account extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.Long id
Unique persistence id (primary key).


username

java.lang.String username
Username.


password

java.lang.String password
Encrypted password for non-NU accounts.


name

java.lang.String name
Name.


nuAccount

boolean nuAccount
True if NU account.


canManageAccounts

boolean canManageAccounts
True if can manage other accounts.


Package edu.northwestern.at.wordhoard.swing

Class edu.northwestern.at.wordhoard.swing.AboutWindow extends AbstractWindow implements Serializable

Class edu.northwestern.at.wordhoard.swing.AbstractWindow extends XFrame implements Serializable

Serialized Fields

parentWindow

AbstractWindow parentWindow
The parent window, or null if none.


corpus

Corpus corpus
The corpus associated with this window, or null if none.


aboutCmd

javax.swing.JMenuItem aboutCmd
Menus and menu items.


fontPrefsCmd

javax.swing.JMenuItem fontPrefsCmd

lookAndFeelCmd

javax.swing.JMenuItem lookAndFeelCmd

errorCmd

javax.swing.JMenuItem errorCmd

getInfoCmd

javax.swing.JMenuItem getInfoCmd

annotateCmd

javax.swing.JMenuItem annotateCmd

tconCmd

javax.swing.JMenuItem tconCmd

wordClassesCmd

javax.swing.JMenuItem wordClassesCmd

posCmd

javax.swing.JMenuItem posCmd

whCalcCmd

javax.swing.JMenuItem whCalcCmd

loginCmd

javax.swing.JMenuItem loginCmd

logoutCmd

javax.swing.JMenuItem logoutCmd

editorCmd

javax.swing.JMenuItem editorCmd

runScriptCmd

javax.swing.JMenuItem runScriptCmd

manageAccountsCmd

javax.swing.JMenuItem manageAccountsCmd

quitCmd

javax.swing.JMenuItem quitCmd

fileMenu

javax.swing.JMenu fileMenu

newWorkSetCmd

javax.swing.JMenuItem newWorkSetCmd

openWorkSetCmd

javax.swing.JMenuItem openWorkSetCmd

saveWorkSetCmd

javax.swing.JMenuItem saveWorkSetCmd

saveWordSetCmd

javax.swing.JMenuItem saveWordSetCmd

saveAsCmd

javax.swing.JMenuItem saveAsCmd

pageSetupCmd

javax.swing.JMenuItem pageSetupCmd

printPreviewCmd

javax.swing.JMenuItem printPreviewCmd

printCmd

javax.swing.JMenuItem printCmd

exportCmd

javax.swing.JMenuItem exportCmd

importCmd

javax.swing.JMenuItem importCmd

editMenu

javax.swing.JMenu editMenu

cutCmd

javax.swing.JMenuItem cutCmd

copyCmd

javax.swing.JMenuItem copyCmd

pasteCmd

javax.swing.JMenuItem pasteCmd

selectAllCmd

javax.swing.JMenuItem selectAllCmd

unselectCmd

javax.swing.JMenuItem unselectCmd

clearCmd

javax.swing.JMenuItem clearCmd

findMenu

javax.swing.JMenu findMenu

goToWordCmd

javax.swing.JMenuItem goToWordCmd

queryToolCmd

javax.swing.JMenuItem queryToolCmd

findWordsCmd

javax.swing.JMenuItem findWordsCmd

findWorksCmd

javax.swing.JMenuItem findWorksCmd

viewsMenu

javax.swing.JMenu viewsMenu

noLineNumsCmd

javax.swing.JMenuItem noLineNumsCmd

allLineNumsCmd

javax.swing.JMenuItem allLineNumsCmd

fiveLineNumberOrStanzaNumsCmd

javax.swing.JMenuItem fiveLineNumberOrStanzaNumsCmd

translationsCmd

javax.swing.JMenuItem translationsCmd

showHideAnnotationMarkersCmd

javax.swing.JMenuItem showHideAnnotationMarkersCmd

showHideAnnotationPanelCmd

javax.swing.JMenuItem showHideAnnotationPanelCmd

closeCmd

javax.swing.JMenuItem closeCmd

closeAllCmd

javax.swing.JMenuItem closeAllCmd

lexiconCmds

javax.swing.JMenuItem[] lexiconCmds

setsMenu

SetsMenu setsMenu

analysisMenu

javax.swing.JMenu analysisMenu

helpMenu

javax.swing.JMenu helpMenu

calcFileMenu

FileMenu calcFileMenu

windowListener

java.awt.event.WindowListener windowListener

numberStanzas

boolean numberStanzas

Class edu.northwestern.at.wordhoard.swing.AbstractWorkPanelWindow extends AnnotationWindow implements Serializable

Serialized Fields

workPanel

WorkPanel workPanel
The work panel associated with this window.


Package edu.northwestern.at.wordhoard.swing.accounts

Class edu.northwestern.at.wordhoard.swing.accounts.ManageAccountsWindow extends AbstractWindow implements Serializable

Class edu.northwestern.at.wordhoard.swing.accounts.UserPanel.UserTransferHandler extends javax.swing.TransferHandler implements Serializable

Serialized Fields

xferFlavor

java.awt.datatransfer.DataFlavor xferFlavor

xferType

java.lang.String xferType

dragicon

javax.swing.ImageIcon dragicon
Drag icon.

Class edu.northwestern.at.wordhoard.swing.accounts.UserTransferData extends java.util.HashSet implements Serializable


Package edu.northwestern.at.wordhoard.swing.accounts.groups

Class edu.northwestern.at.wordhoard.swing.accounts.groups.GroupInspectorPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

model

GroupModel model
Group model.


group

UserGroup group
Group being edited, or null if a new group is being created.


members

SortedArrayList members
List of members.


titleField

javax.swing.JTextField titleField
group title field.


ownerField

javax.swing.JTextField ownerField
owner field.


saveButton

javax.swing.JButton saveButton
Save button (Create or Update).


membersTable

GroupMembersTable membersTable
Members table.


membersTableModel

GroupInspectorPanel.GroupInspectorTableModel membersTableModel
Members table model.


dlog

DialogPanel dlog
Dialog panel.


xferFlavor

java.awt.datatransfer.DataFlavor xferFlavor

Class edu.northwestern.at.wordhoard.swing.accounts.groups.GroupInspectorPanel.UserTransferHandler extends javax.swing.TransferHandler implements Serializable

Class edu.northwestern.at.wordhoard.swing.accounts.groups.GroupModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

session

WordHoardSession session
Server session.


parentWindow

AbstractWindow parentWindow
Parent window.


groups

java.util.ArrayList<E> groups
List of groups.


selection

int[] selection
The selection - an array of indexes of selected groups.


creatingNewGroup

boolean creatingNewGroup
True if we are currently creating a new userGroup.


listeners

java.util.HashSet<E> listeners
Set of listeners.

Class edu.northwestern.at.wordhoard.swing.accounts.groups.GroupPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

creatingNewGroup

boolean creatingNewGroup
True if we are currently creating a new userGroup.


listeners

java.util.HashSet<E> listeners
Set of listeners.


comboBox

javax.swing.JComboBox comboBox
list of groups.


Package edu.northwestern.at.wordhoard.swing.annotations

Class edu.northwestern.at.wordhoard.swing.annotations.AnnotationEditor extends ModalDialog implements Serializable

Serialized Fields

remoteAnnotation

AuthoredTextAnnotation remoteAnnotation
The annotation.


canceled

boolean canceled
True if user hits cancel button.


newTitle

java.lang.String newTitle
Default title for new file.


title

java.lang.String title
Current title for editor.


readOnly

boolean readOnly
True if readonly.


contentPanel

javax.swing.JPanel contentPanel
Content pane for editor.


editor

XTextArea editor
The text area holding the text being edited.


perms

java.util.HashMap<K,V> perms

groupComboBox

SmallComboBox groupComboBox

accessComboBox

SmallComboBox accessComboBox

Class edu.northwestern.at.wordhoard.swing.annotations.AnnotationWindow extends AbstractWindow implements Serializable

Serialized Fields

model

AnnotationModel model
Annotation model.


contentWithoutAnnotations

java.awt.Container contentWithoutAnnotations
Window content without annotations.


windowSizeWithoutAnnotations

java.awt.Dimension windowSizeWithoutAnnotations
Window size without annotations.


windowLocationWithoutAnnotations

java.awt.Point windowLocationWithoutAnnotations
Window location without annotations.


annotationPanel

AnnotationPanel annotationPanel
Annotation panel.


fontManager

FontManager fontManager
Font manager.


Package edu.northwestern.at.wordhoard.swing.bibtool

Class edu.northwestern.at.wordhoard.swing.bibtool.FindWorkWindow extends AbstractWindow implements Serializable

Serialized Fields

corpusComboBox

javax.swing.JComboBox corpusComboBox
The corpus combo box.


authorLabel

javax.swing.JLabel authorLabel
The author label.


authorCheckBox

javax.swing.JCheckBox authorCheckBox

authorTextField

javax.swing.JTextField authorTextField
The author text field.


titleCheckBox

javax.swing.JCheckBox titleCheckBox
The title check box.


titleLabel

javax.swing.JLabel titleLabel

titleTextField

javax.swing.JTextField titleTextField
The title text field.


yearStartTextField

javax.swing.JTextField yearStartTextField
The date text field.


yearEndTextField

javax.swing.JTextField yearEndTextField

yearLabel

javax.swing.JLabel yearLabel

yearToLabel

javax.swing.JLabel yearToLabel

caseCheckBox

javax.swing.JCheckBox caseCheckBox
The case sensitive check box.


cancelButton

javax.swing.JButton cancelButton
The Cancel button.


findButton

javax.swing.JButton findButton
The Find button.

Class edu.northwestern.at.wordhoard.swing.bibtool.SearchWorkResultsGroupingOptionsPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

corpus

Corpus corpus
The corpus.


groupingOptions

GroupingWorkOptions groupingOptions
Current grouping options.


parentPanel

SearchWorkResultsPanel parentPanel
The parent search results panel.


groupByComboBox

SmallComboBox groupByComboBox
Group by combo box.


orderByComboBox

SmallComboBox orderByComboBox
Order by combo box.


upDownComboBox

SmallComboBox upDownComboBox
Ascending/descending combo box.


actionListener

java.awt.event.ActionListener actionListener
Action listener for combo box actions.

The parent panel's handleNewGroupingOptions method is invoked to handle the change in grouping options.

Class edu.northwestern.at.wordhoard.swing.bibtool.SearchWorkResultsPanel extends javax.swing.JSplitPane implements Serializable

Serialized Fields

pm

PersistenceManager pm
Persistence manager.


works

java.util.List<E> works
The matching work occurrences.


numHitsLabel

javax.swing.JLabel numHitsLabel
The number of hits label.


tree

javax.swing.JTree tree
The tree.


root

javax.swing.tree.DefaultMutableTreeNode root
The tree's root.


treeModel

javax.swing.tree.DefaultTreeModel treeModel
The tree's model


xferFlavor

java.awt.datatransfer.DataFlavor xferFlavor
DataFlavor for DnD


workPanel

WorkPanel workPanel
The work panel.


work

Work work
Currently displayed work.


curHit

Work curHit
Currently displayed hit.


cellHeight

int cellHeight
Tree cell height.


maxTreeHeight

int maxTreeHeight
Max tree height.


parentWindow

AbstractWorkPanelWindow parentWindow
Parent window.


groupingOptions

GroupingWorkOptions groupingOptions
Grouping options.


renderer

SearchWorkResultsTreeCellRenderer renderer
Tree cell renderer.


workTreeHandler

SearchWorkResultsPanel.WorkTreeTransferHandler workTreeHandler
Transfer Handler for cut/copy/past and DragNDrop


file

java.io.File file
file handle for when opening a new WorkBag

Class edu.northwestern.at.wordhoard.swing.bibtool.SearchWorkResultsPanel.WorkTreeTransferHandler extends javax.swing.TransferHandler implements Serializable

Serialized Fields

data

SearchCriteriaTransferData data

xferFlavor

java.awt.datatransfer.DataFlavor xferFlavor

xferType

java.lang.String xferType

Class edu.northwestern.at.wordhoard.swing.bibtool.SearchWorkResultsTreeCellRenderer extends javax.swing.tree.DefaultTreeCellRenderer implements Serializable

Serialized Fields

node

javax.swing.tree.DefaultMutableTreeNode node
The tree node being rendered.


obj

java.lang.Object obj
The model object being rendered.


scrollPane

javax.swing.JScrollPane scrollPane
The scroll pane that contains the tree.


selected

boolean selected
True if the cell is selected.


font

java.awt.Font font
Primary font.


fontMetrics

java.awt.FontMetrics fontMetrics
Primary font metrics.


height

int height
Cell height.


pathFont

java.awt.Font pathFont
Monospaced path font.


pathFontMetrics

java.awt.FontMetrics pathFontMetrics
Monospaced path font metrics.


boldFont

java.awt.Font boldFont
Boldface font.


boldFontMetrics

java.awt.FontMetrics boldFontMetrics
Boldface font metrics.


italicsFont

java.awt.Font italicsFont
Italics font.


italicsFontMetrics

java.awt.FontMetrics italicsFontMetrics
Italics font metrics.


baseLine

int baseLine
Baseline y coordinate.


renderWorksWithDates

boolean renderWorksWithDates
True to render work grouping objects with dates following titles.


pathStringWidth

int pathStringWidth
Path string width.

Class edu.northwestern.at.wordhoard.swing.bibtool.SearchWorkResultsWindow extends AbstractWorkPanelWindow implements Serializable

Serialized Fields

pm

PersistenceManager pm
Persistence manager.


panel

SearchWorkResultsPanel panel
Search results panel.

Class edu.northwestern.at.wordhoard.swing.bibtool.WorkPartTreeNode extends javax.swing.tree.DefaultMutableTreeNode implements Serializable

Serialized Fields

isWrapper

boolean isWrapper

Class edu.northwestern.at.wordhoard.swing.bibtool.WorkSetGroupingOptionsPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

corpus

Corpus corpus
The corpus.


groupingOptions

GroupingWorkOptions groupingOptions
Current grouping options.


parentPanel

WorkSetPanel parentPanel
The parent search results panel.


groupByComboBox

SmallComboBox groupByComboBox
Group by combo box.


orderByComboBox

SmallComboBox orderByComboBox
Order by combo box.


upDownComboBox

SmallComboBox upDownComboBox
Ascending/descending combo box.


actionListener

java.awt.event.ActionListener actionListener
Action listener for combo box actions.

The parent panel's handleNewGroupingOptions method is invoked to handle the change in grouping options.

Class edu.northwestern.at.wordhoard.swing.bibtool.WorkSetPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

pm

PersistenceManager pm
Persistence manager.


workparts

java.util.HashSet<E> workparts
The work parts.


workpartwrappers

java.util.HashSet<E> workpartwrappers
The "wrapper" work parts. Parts that just wrap lower level parts that are part of the work structure.


nodeMap

java.util.HashMap<K,V> nodeMap
Maps objects to nodes for easy insert


numHitsLabel

javax.swing.JLabel numHitsLabel
The number of hits label.


tree

javax.swing.JTree tree
The tree.


root

javax.swing.tree.DefaultMutableTreeNode root
The tree's root.


treeModel

javax.swing.tree.DefaultTreeModel treeModel
The tree's model


xferFlavor

java.awt.datatransfer.DataFlavor xferFlavor
DataFlavor for DnD


workPanel

WorkPanel workPanel
The work panel.


work

Work work
Currently displayed work.


curHit

WorkPart curHit
Currently displayed hit.


cellHeight

int cellHeight
Tree cell height.


maxTreeHeight

int maxTreeHeight
Max tree height.


parentWindow

AbstractWorkPanelWindow parentWindow
Parent window.


groupingOptions

GroupingWorkOptions groupingOptions
Grouping options.


renderer

WorkSetTreeCellRenderer renderer
Tree cell renderer.


focusOwner

javax.swing.JComponent focusOwner
focue Owner for Edit Menu handling.


workTreeHandler

WorkSetPanel.WorkTreeTransferHandler workTreeHandler
Transfer Handler for cut/copy/past and DragNDrop


file

java.io.File file
file handle for when opening a new WorkBag

Class edu.northwestern.at.wordhoard.swing.bibtool.WorkSetPanel.WorkTreeTransferHandler extends javax.swing.TransferHandler implements Serializable

Serialized Fields

data

SearchCriteriaTransferData data

xferFlavor

java.awt.datatransfer.DataFlavor xferFlavor

xferType

java.lang.String xferType

Class edu.northwestern.at.wordhoard.swing.bibtool.WorkSetTreeCellRenderer extends javax.swing.tree.DefaultTreeCellRenderer implements Serializable

Serialized Fields

node

javax.swing.tree.DefaultMutableTreeNode node
The tree node being rendered.


obj

java.lang.Object obj
The model object being rendered.


scrollPane

javax.swing.JScrollPane scrollPane
The scroll pane that contains the tree.


selected

boolean selected
True if the cell is selected.


font

java.awt.Font font
Primary font.


fontMetrics

java.awt.FontMetrics fontMetrics
Primary font metrics.


height

int height
Cell height.


pathFont

java.awt.Font pathFont
Monospaced path font.


pathFontMetrics

java.awt.FontMetrics pathFontMetrics
Monospaced path font metrics.


boldFont

java.awt.Font boldFont
Boldface font.


boldFontMetrics

java.awt.FontMetrics boldFontMetrics
Boldface font metrics.


italicsFont

java.awt.Font italicsFont
Italics font.


italicsFontMetrics

java.awt.FontMetrics italicsFontMetrics
Italics font metrics.


baseLine

int baseLine
Baseline y coordinate.


renderWorksWithDates

boolean renderWorksWithDates
True to render work grouping objects with dates following titles.


pathStringWidth

int pathStringWidth
Path string width.

Class edu.northwestern.at.wordhoard.swing.bibtool.WorkSetWindow extends AbstractWorkPanelWindow implements Serializable

Serialized Fields

pm

PersistenceManager pm
Persistence manager.


panel

WorkSetPanel panel
Search results panel.


Package edu.northwestern.at.wordhoard.swing.calculator

Class edu.northwestern.at.wordhoard.swing.calculator.WordHoardCalculatorWindow extends AbstractWindow implements Serializable

Serialized Fields

mainTabbedPane

WordHoardTabbedPane mainTabbedPane
The main tabbed panel


menuBar

javax.swing.JMenuBar menuBar
The menu bar.


fileMenu

FileMenu fileMenu
The file menu.


editMenu

CalculatorEditMenu editMenu
The edit menu.


authorMenu

javax.swing.JMenu authorMenu
The author menu.


setsMenu

SetsMenu setsMenu
The sets menu.


findMenu

FindMenu findMenu
The find menu.


viewsMenu

ViewsMenu viewsMenu
The views menu.


analysisMenu

AnalysisMenu analysisMenu
The analysis menu.


windowsMenu

WindowsMenu windowsMenu
The windows menu.


helpMenu

HelpMenu helpMenu
The help menu.


outputResultsNumber

int outputResultsNumber
Last output panel number.


loginSucceeded

boolean loginSucceeded
True if login succeeded.


programVersion

java.lang.String programVersion
Program version.


programBanner

java.lang.String programBanner
Program banner.


programPrompt

java.lang.String programPrompt
Program prompt.

Class edu.northwestern.at.wordhoard.swing.calculator.WordHoardTabbedPane extends javax.swing.JTabbedPane implements Serializable

Serialized Fields

parentWindow

AbstractWindow parentWindow
Parent window of tabbed pane.

Class edu.northwestern.at.wordhoard.swing.calculator.WordHoardTabbedPaneWindow extends AbstractWindow implements Serializable

Serialized Fields

tabbedPaneData

TabbedPaneData tabbedPaneData
Tabbed pane data for this window.


Package edu.northwestern.at.wordhoard.swing.calculator.cql

Class edu.northwestern.at.wordhoard.swing.calculator.cql.InvalidCQLQueryException extends java.lang.RuntimeException implements Serializable


Package edu.northwestern.at.wordhoard.swing.calculator.dialogs

Class edu.northwestern.at.wordhoard.swing.calculator.dialogs.AnalysisDialog extends SkeletonDialog implements Serializable

Serialized Fields

dialogType

int dialogType
The dialog type.


dialogTitle

java.lang.String dialogTitle
Dialog title.


initialFocusField

javax.swing.JComponent initialFocusField
Initial focus fields.


wordTextField

XTextField wordTextField
Dialog field for word.


wordFormChoices

javax.swing.JComboBox wordFormChoices
Word form choices for dialog box.


filterSingleOccurrencesCheckBox

javax.swing.JCheckBox filterSingleOccurrencesCheckBox
Dialog field for filter ngrams that occur only once.


filterByWordClassCheckBox

javax.swing.JCheckBox filterByWordClassCheckBox
Dialog field for filter collocates by word class flag.


filterBigramsByWordClassCheckBox

javax.swing.JCheckBox filterBigramsByWordClassCheckBox
Dialog field for filter bigrams by word class flag.


filterTrigramsByWordClassCheckBox

javax.swing.JCheckBox filterTrigramsByWordClassCheckBox
Dialog field for filter trigrams by word class flag.


filterUsingLocalMaxsCheckBox

javax.swing.JCheckBox filterUsingLocalMaxsCheckBox
Dialog field for filter using localmaxs.


ignoreCaseAndDiacriticalMarksCheckBox

javax.swing.JCheckBox ignoreCaseAndDiacriticalMarksCheckBox
Dialog for for ignore case and diacritical marks.


filterMultiwordUnitsContainingVerbsCheckBox

javax.swing.JCheckBox filterMultiwordUnitsContainingVerbsCheckBox
Dialog field for filter multiword units containing verbs.


leftSpanField

XTextField leftSpanField
Left span dialog field.


rightSpanField

XTextField rightSpanField
Right span dialog field.


minimumMultiwordUnitLengthField

XTextField minimumMultiwordUnitLengthField
Minimum multiword unit length dialog field.


maximumMultiwordUnitLengthField

XTextField maximumMultiwordUnitLengthField
Maximum multiword unit length dialog field.


cutoffField

XTextField cutoffField
Frequency field dialog field.


analysisTextChoices

WordCounterTreeCombo analysisTextChoices
Analysis corpus choices.


referenceTextChoices

WordCounterTreeCombo referenceTextChoices
Reference corpus choices.


minimumCountField

XTextField minimumCountField
Edit field for minimum count.


minimumWorkCountField

XTextField minimumWorkCountField
Edit field for minimum work count.


frequencyNormalizationMethodChoices

javax.swing.JComboBox frequencyNormalizationMethodChoices
Combobox selection field for normalization method.


roundNormalizedFrequenciesCheckBox

javax.swing.JCheckBox roundNormalizedFrequenciesCheckBox
Dialog field for option to round normalized frequencies.


analyzePhraseFrequenciesCheckBox

javax.swing.JCheckBox analyzePhraseFrequenciesCheckBox
Dialog field for option to compare phrase counts.


showPhraseFrequenciesCheckBox

javax.swing.JCheckBox showPhraseFrequenciesCheckBox
Dialog field for option to display phrase counts.


cancelled

boolean cancelled
True if dialog cancelled.


percentReportMethodChoices

javax.swing.JComboBox percentReportMethodChoices
Combobox selection field for percentage reporting method.


markSignificantLogLikelihoodValuesField

javax.swing.JCheckBox markSignificantLogLikelihoodValuesField
Dialog field for marking significant log-likelihood values.


filterOutProperNamesField

javax.swing.JCheckBox filterOutProperNamesField
Dialog field for filtering out proper names.


showWordClassesField

javax.swing.JCheckBox showWordClassesField
Dialog field for filtering out proper names.


analysisTextAggregateRadioButton

javax.swing.JRadioButton analysisTextAggregateRadioButton
Radio buttons for analysis text breakdown methods.


analysisTextBreakdownByWorkRadioButton

javax.swing.JRadioButton analysisTextBreakdownByWorkRadioButton

analysisTextBreakdownByWorkPartRadioButton

javax.swing.JRadioButton analysisTextBreakdownByWorkPartRadioButton

referenceTextAggregateRadioButton

javax.swing.JRadioButton referenceTextAggregateRadioButton
Radio buttons for reference text breakdown methods.


referenceTextBreakdownByWorkRadioButton

javax.swing.JRadioButton referenceTextBreakdownByWorkRadioButton

referenceTextBreakdownByWorkPartRadioButton

javax.swing.JRadioButton referenceTextBreakdownByWorkPartRadioButton

associationMeasureChoices

javax.swing.JComboBox associationMeasureChoices
Combobox selection field for association method.


cloudMeasureChoices

javax.swing.JComboBox cloudMeasureChoices
Combobox selection field for cloud association method.


adjustChiSquareForMultipleComparisonsCheckBox

javax.swing.JCheckBox adjustChiSquareForMultipleComparisonsCheckBox
CheckBox for adjust chi-square field.


useShortWorkTitlesInDialogsCheckBox

javax.swing.JCheckBox useShortWorkTitlesInDialogsCheckBox
CheckBox for use short work names in dialogs field.


useShortWorkTitlesInOutputCheckBox

javax.swing.JCheckBox useShortWorkTitlesInOutputCheckBox
CheckBox for use short work names in output field.


useShortWorkTitlesInWindowTitlesCheckBox

javax.swing.JCheckBox useShortWorkTitlesInWindowTitlesCheckBox
CheckBox for use short work names in titles field.


useShortWorkTitlesInHeadersCheckBox

javax.swing.JCheckBox useShortWorkTitlesInHeadersCheckBox
CheckBox for use short work names in headers field.


compressValueRangeInTagCloudsCheckBox

javax.swing.JCheckBox compressValueRangeInTagCloudsCheckBox
CheckBox for use short work names in headers field.

Class edu.northwestern.at.wordhoard.swing.calculator.dialogs.DeletePhraseSetDialog extends SetDialog implements Serializable

Serialized Fields

phraseSetsListBox

CheckBoxList phraseSetsListBox
Check box list holds phrase sets.


scrollPane

XScrollPane scrollPane
Scroll pane for list of phrase sets.


phraseSets

PhraseSet[] phraseSets
Selected phrase sets.

Class edu.northwestern.at.wordhoard.swing.calculator.dialogs.DeleteQueryDialog extends SetDialog implements Serializable

Serialized Fields

queryType

int queryType
Type of queries to delete.


queriesListBox

CheckBoxList queriesListBox
Check box list holds queries.


scrollPane

XScrollPane scrollPane
Scroll pane for list of queries.


queries

WHQuery[] queries
Selected queries.

Class edu.northwestern.at.wordhoard.swing.calculator.dialogs.DeleteWordSetDialog extends SetDialog implements Serializable

Serialized Fields

wordSetsListBox

CheckBoxList wordSetsListBox
Check box list holds word sets.


scrollPane

XScrollPane scrollPane
Scroll pane for list of word sets.


wordSets

WordSet[] wordSets
Selected word sets.

Class edu.northwestern.at.wordhoard.swing.calculator.dialogs.DeleteWorkSetDialog extends SetDialog implements Serializable

Serialized Fields

workSetsListBox

CheckBoxList workSetsListBox
Check box list holds worksets.


scrollPane

XScrollPane scrollPane
Scroll pane for list of worksets.


worksets

WorkSet[] worksets
Selected worksets.

Class edu.northwestern.at.wordhoard.swing.calculator.dialogs.DescribeUserDataObjectDialog extends SkeletonDialog implements Serializable

Serialized Fields

userDataObjectClass

java.lang.Class<T> userDataObjectClass
The class of user data objects to display.


userDataObject

UserDataObject userDataObject
Selected user data object.


userDataObjectChoices

javax.swing.JComboBox userDataObjectChoices
Dialog field for user data objects.

Class edu.northwestern.at.wordhoard.swing.calculator.dialogs.EditPhraseSetDialog extends NewPhraseSetDialog implements Serializable

Serialized Fields

listModel

javax.swing.DefaultListModel listModel
List holds phrase sets.


phaseSetsListBox

XList phaseSetsListBox

phaseSetsScrollPane

XScrollPane phaseSetsScrollPane
Scroll pane for list of phrase sets.

Class edu.northwestern.at.wordhoard.swing.calculator.dialogs.EditPhraseSetDialog.PhraseSetsListRenderer extends javax.swing.DefaultListCellRenderer implements Serializable

Class edu.northwestern.at.wordhoard.swing.calculator.dialogs.EditQueryDialog extends NewQueryDialog implements Serializable

Serialized Fields

listModel

javax.swing.DefaultListModel listModel
List holds queries.


queriesListBox

XList queriesListBox

queriesScrollPane

XScrollPane queriesScrollPane
Scroll pane for list of queries.


queriesListSelectionListener

EditQueryDialog.QueriesListSelectionListener queriesListSelectionListener
Queries list selection listener.

Class edu.northwestern.at.wordhoard.swing.calculator.dialogs.EditWordSetDialog extends NewWordSetDialog implements Serializable

Serialized Fields

listModel

javax.swing.DefaultListModel listModel
List holds word sets.


wordSetsListBox

XList wordSetsListBox

wordSetsScrollPane

XScrollPane wordSetsScrollPane
Scroll pane for list of word sets.


wordSetsListSelectionListener

EditWordSetDialog.WordSetsListSelectionListener wordSetsListSelectionListener
Word sets list selection listener.

Class edu.northwestern.at.wordhoard.swing.calculator.dialogs.EditWordSetDialog.WordSetsListRenderer extends javax.swing.DefaultListCellRenderer implements Serializable

Class edu.northwestern.at.wordhoard.swing.calculator.dialogs.EditWorkSetDialog extends NewWorkSetDialog implements Serializable

Serialized Fields

listModel

javax.swing.DefaultListModel listModel
List holds work sets.


workSetsListBox

XList workSetsListBox

workSetsScrollPane

XScrollPane workSetsScrollPane
Scroll pane for list of worksets.


workSetsListSelectionListener

EditWorkSetDialog.WorkSetsListSelectionListener workSetsListSelectionListener
Work sets list selection listener.

Class edu.northwestern.at.wordhoard.swing.calculator.dialogs.ExportDialog extends ImportExportDialog implements Serializable

Class edu.northwestern.at.wordhoard.swing.calculator.dialogs.ImportDialog extends ImportExportDialog implements Serializable

Class edu.northwestern.at.wordhoard.swing.calculator.dialogs.ImportExportDialog extends SetDialog implements Serializable

Serialized Fields

itemsTree

javax.swing.JTree itemsTree
The tree holding the items.


itemsTreeCreated

boolean itemsTreeCreated
True if items tree created.


scrollPane

XScrollPane scrollPane
Scroll pane for items tree.


importDocument

org.w3c.dom.Document importDocument
Document holding items to import.


selectedItems

UserDataObject[] selectedItems
Selected items.


treeTitle

java.lang.String treeTitle
Title for items tree.


treeRootTitle

java.lang.String treeRootTitle
Title for root node of items tree.


renameDuplicatesCheckBox

javax.swing.JCheckBox renameDuplicatesCheckBox
Check box for automatic renaming of duplicate entries.

Class edu.northwestern.at.wordhoard.swing.calculator.dialogs.NewPhraseSetDialog extends SetDialog implements Serializable

Serialized Fields

analysisTextChoices

WordCounterTreeCombo analysisTextChoices
The combo box holding the texts.


phraseSetQuery

WHQuery phraseSetQuery
Phrase query.


queries

javax.swing.JComboBox queries
The combo box holding the queries.

Class edu.northwestern.at.wordhoard.swing.calculator.dialogs.NewQueryDialog extends SetDialog implements Serializable

Serialized Fields

queryType

int queryType
Query type.


queryText

java.lang.String queryText
Query text.


queryTextLabel

javax.swing.JLabel queryTextLabel
Query text label.


queryTextEditField

XTextArea queryTextEditField
Query edit field.


queryTextFieldScrollPane

XScrollPane queryTextFieldScrollPane
Scroll pane for list of word sets.

Class edu.northwestern.at.wordhoard.swing.calculator.dialogs.NewWordSetDialog extends SetDialog implements Serializable

Serialized Fields

analysisTextChoices

WordCounterTreeCombo analysisTextChoices
The combo box holding the texts.


wordSetQuery

WHQuery wordSetQuery
Word set query text.


queries

javax.swing.JComboBox queries
The combo box holding the queries.

Class edu.northwestern.at.wordhoard.swing.calculator.dialogs.NewWorkSetDialog extends SetDialog implements Serializable

Serialized Fields

dialogType

int dialogType
The type of dialog.


workPartsTree

javax.swing.JTree workPartsTree
The tree holding the work parts.


workPartsTreeLabel

javax.swing.JLabel workPartsTreeLabel
Label for work parts tree.


workPartsTreeCreated

boolean workPartsTreeCreated
True if work parts tree created.


treeScrollPane

XScrollPane treeScrollPane
Scroll pane for list of works and workSets.


workSetWorkParts

WorkPart[] workSetWorkParts
Selected work parts.


sourceTextChoices

WordCounterTreeCombo sourceTextChoices
Dialog field for text from which to extract works or work parts.


workSetQuery

WHQuery workSetQuery
Work set query text.


queries

javax.swing.JComboBox queries
The combo box holding the queries.


workTagToWorkMap

java.util.HashMap<K,V> workTagToWorkMap

Class edu.northwestern.at.wordhoard.swing.calculator.dialogs.OpenWorkSetDialog extends SetDialog implements Serializable

Serialized Fields

listModel

javax.swing.DefaultListModel listModel
List holds work sets.


workSetsListBox

XList workSetsListBox

scrollPane

XScrollPane scrollPane
Scroll pane for list of worksets.


workSets

WorkSet[] workSets
The work sets to display.


selectedWorkset

WorkSet selectedWorkset
Selected work set.

Class edu.northwestern.at.wordhoard.swing.calculator.dialogs.SaveWordSetDialog extends SetDialog implements Serializable

Serialized Fields

listModel

javax.swing.DefaultListModel listModel
List holds word sets.


wordSetsListBox

XList wordSetsListBox

wordSetsScrollPane

XScrollPane wordSetsScrollPane
Scroll pane for list of wordsets.


wordSets

WordSet[] wordSets
wordsets.


selectedWordset

WordSet selectedWordset
Selected wordset.

Class edu.northwestern.at.wordhoard.swing.calculator.dialogs.SaveWorkSetDialog extends SetDialog implements Serializable

Serialized Fields

listModel

javax.swing.DefaultListModel listModel
List holds work sets.


workSetsListBox

XList workSetsListBox

workSetsScrollPane

XScrollPane workSetsScrollPane
Scroll pane for list of work sets.


workSets

WorkSet[] workSets
Work sets.


selectedWorkset

WorkSet selectedWorkset
Selected work set.

Class edu.northwestern.at.wordhoard.swing.calculator.dialogs.SetDialog extends SkeletonDialog implements Serializable

Serialized Fields

editingSet

boolean editingSet
True if editing set.


title

java.lang.String title
Set title.


titleLabel

javax.swing.JLabel titleLabel
Title field label.


titleEditField

XTextField titleEditField
Title edit field.


description

java.lang.String description
Set description.


descriptionLabel

javax.swing.JLabel descriptionLabel
Description label.


descriptionEditField

XTextArea descriptionEditField
Description edit field.


descriptionScrollPane

XScrollPane descriptionScrollPane
Scroll pane for description.


webPageURL

java.lang.String webPageURL
Set web page URL.


webPageURLLabel

javax.swing.JLabel webPageURLLabel
Web page URL label.


webPageURLEditField

XTextField webPageURLEditField
Web page URL edit field.


isPublicCheckBox

javax.swing.JCheckBox isPublicCheckBox
Dialog field for "is public" flag.

Class edu.northwestern.at.wordhoard.swing.calculator.dialogs.SetDialog.PhraseSetsCheckBoxListRenderer extends CheckBoxListRenderer implements Serializable

Class edu.northwestern.at.wordhoard.swing.calculator.dialogs.SetDialog.QueriesCheckBoxListRenderer extends CheckBoxListRenderer implements Serializable

Class edu.northwestern.at.wordhoard.swing.calculator.dialogs.SetDialog.QueriesListRenderer extends javax.swing.DefaultListCellRenderer implements Serializable

Class edu.northwestern.at.wordhoard.swing.calculator.dialogs.SetDialog.WordSetsCheckBoxListRenderer extends CheckBoxListRenderer implements Serializable

Class edu.northwestern.at.wordhoard.swing.calculator.dialogs.SetDialog.WordSetsListRenderer extends javax.swing.DefaultListCellRenderer implements Serializable

Class edu.northwestern.at.wordhoard.swing.calculator.dialogs.SetDialog.WorkSetsCheckBoxListRenderer extends CheckBoxListRenderer implements Serializable

Class edu.northwestern.at.wordhoard.swing.calculator.dialogs.SetDialog.WorkSetsListRenderer extends javax.swing.DefaultListCellRenderer implements Serializable

Class edu.northwestern.at.wordhoard.swing.calculator.dialogs.SkeletonDialog extends ModalDialog implements Serializable

Serialized Fields

parentWindow

java.awt.Window parentWindow
Parent window for dialog.


okButton

javax.swing.JButton okButton
Default button, usually OK or Delete.


cancelButton

javax.swing.JButton cancelButton
Cancel button, usually Cancel ro Close.


revertButton

javax.swing.JButton revertButton
Revert button, usually Revert.


okButtonName

java.lang.String okButtonName
OK button name.


cancelButtonName

java.lang.String cancelButtonName
Cancel/close button name.


revertButtonName

java.lang.String revertButtonName
Revert button name.


cancelled

boolean cancelled
True if dialog cancelled.


revert

java.awt.event.ActionListener revert
Handles the Revert button.


cancel

java.awt.event.ActionListener cancel
Cancel button action listener.


ok

java.awt.event.ActionListener ok
OK button action listener.


Package edu.northwestern.at.wordhoard.swing.calculator.menus

Class edu.northwestern.at.wordhoard.swing.calculator.menus.AnalysisMenu extends BaseMenu implements Serializable

Serialized Fields

createWordListMenuItem

javax.swing.JMenuItem createWordListMenuItem
Create a word list.


createCollocationsMenuItem

javax.swing.JMenuItem createCollocationsMenuItem
Get collocates.


findMultiwordUnitsItem

javax.swing.JMenuItem findMultiwordUnitsItem
Find multiword units.


trackWordOverTimeMenuItem

javax.swing.JMenuItem trackWordOverTimeMenuItem
Track word usage over time


compareSingleWordMenuItem

javax.swing.JMenuItem compareSingleWordMenuItem
Compare counts for single word.


compareManyWordsMenuItem

javax.swing.JMenuItem compareManyWordsMenuItem
Compare counts for multiple words.


compareCollocationsItem

javax.swing.JMenuItem compareCollocationsItem
Compare counts for collocates.


compareTextsItem

javax.swing.JMenuItem compareTextsItem
Compare texts.

Class edu.northwestern.at.wordhoard.swing.calculator.menus.AuthorMenu extends BaseMenu implements Serializable

Serialized Fields

authorsAuthorMenuItem

javax.swing.JMenuItem authorsAuthorMenuItem
The author menu items.

Class edu.northwestern.at.wordhoard.swing.calculator.menus.BaseMenu extends javax.swing.JMenu implements Serializable

Serialized Fields

menuName

java.lang.String menuName
The menu name.


menuBar

javax.swing.JMenuBar menuBar
The menu bar to which this menu belongs.


parentWindow

AbstractWindow parentWindow
The window to which this menu is attached.

Class edu.northwestern.at.wordhoard.swing.calculator.menus.CalculatorEditMenu extends EditMenu implements Serializable

Class edu.northwestern.at.wordhoard.swing.calculator.menus.EditMenu extends BaseMenu implements Serializable

Serialized Fields

copyMenuItem

javax.swing.JMenuItem copyMenuItem
Copy selected contents to clipboard.


cutMenuItem

javax.swing.JMenuItem cutMenuItem
Cut selected contents to clipboard.


pasteMenuItem

javax.swing.JMenuItem pasteMenuItem
Paste clipboard contents.


selectAllMenuItem

javax.swing.JMenuItem selectAllMenuItem
Select all available text.


unselectMenuItem

javax.swing.JMenuItem unselectMenuItem
Deselect any currently selected text.


clearMenuItem

javax.swing.JMenuItem clearMenuItem
Clear current display.


editMenuListener

javax.swing.event.MenuListener editMenuListener
Edit menu listener.

Class edu.northwestern.at.wordhoard.swing.calculator.menus.FileMenu extends BaseMenu implements Serializable

Serialized Fields

aboutMenuItem

javax.swing.JMenuItem aboutMenuItem
About box.


newWorkSetMenuItem

javax.swing.JMenuItem newWorkSetMenuItem
New work set.


openWorkSetMenuItem

javax.swing.JMenuItem openWorkSetMenuItem
Oprn work set.


saveWorkSetMenuItem

javax.swing.JMenuItem saveWorkSetMenuItem
Save work set.


saveAsWordSetMenuItem

javax.swing.JMenuItem saveAsWordSetMenuItem
Save as word set.


saveAsMenuItem

javax.swing.JMenuItem saveAsMenuItem
Save current item as file.


pageSetupMenuItem

javax.swing.JMenuItem pageSetupMenuItem
Printer page setup.


printPreviewMenuItem

javax.swing.JMenuItem printPreviewMenuItem
Print preview.


printMenuItem

javax.swing.JMenuItem printMenuItem
Print.


exportMenuItem

javax.swing.JMenuItem exportMenuItem
Export user data objects.


importMenuItem

javax.swing.JMenuItem importMenuItem
Import user data objects.


fontPreferencesMenuItem

javax.swing.JMenuItem fontPreferencesMenuItem
Font preferences.


lookAndFeelMenuItem

javax.swing.JMenuItem lookAndFeelMenuItem
Look and feel preference.


sendErrorReportMenuItem

javax.swing.JMenuItem sendErrorReportMenuItem
Send an error report.


getInfoMenuItem

javax.swing.JMenuItem getInfoMenuItem
Get info.


annotateMenuItem

javax.swing.JMenuItem annotateMenuItem
Annotate.


loginMenuItem

javax.swing.JMenuItem loginMenuItem
Login to WordHoard server.


logoutMenuItem

javax.swing.JMenuItem logoutMenuItem
Logout from WordHoard server.


editorMenuItem

javax.swing.JMenuItem editorMenuItem
Open notepad editor.


runScriptMenuItem

javax.swing.JMenuItem runScriptMenuItem
Run a script.


manageAccountsMenuItem

javax.swing.JMenuItem manageAccountsMenuItem
Manage accounts.


quitMenuItem

javax.swing.JMenuItem quitMenuItem
Quit.

Class edu.northwestern.at.wordhoard.swing.calculator.menus.FindMenu extends BaseMenu implements Serializable

Serialized Fields

findMenuGoToWordItem

javax.swing.JMenuItem findMenuGoToWordItem
Go to a specified word.


findMenuQueryToolItem

javax.swing.JMenuItem findMenuQueryToolItem
Find lemmata query tool.


findMenuFindWordsItem

javax.swing.JMenuItem findMenuFindWordsItem
Find words.


findMenuFindWorksItem

javax.swing.JMenuItem findMenuFindWorksItem
Find works.

Class edu.northwestern.at.wordhoard.swing.calculator.menus.HelpMenu extends BaseMenu implements Serializable

Serialized Fields

aboutMenuItem

javax.swing.JMenuItem aboutMenuItem
About box.


systemInformationMenuItem

javax.swing.JMenuItem systemInformationMenuItem
System information window.


wordHoardWebPageMenuItem

javax.swing.JMenuItem wordHoardWebPageMenuItem
WordHoard web page.

Class edu.northwestern.at.wordhoard.swing.calculator.menus.LookAndFeelMenuItem extends javax.swing.JRadioButtonMenuItem implements Serializable

Serialized Fields

lookAndFeelClassName

java.lang.String lookAndFeelClassName
The look and feel class name for this menu item.

Class edu.northwestern.at.wordhoard.swing.calculator.menus.LookAndFeelSubMenu extends javax.swing.JMenu implements Serializable

Class edu.northwestern.at.wordhoard.swing.calculator.menus.QueryMenu extends BaseMenu implements Serializable

Serialized Fields

queryMenuNewWordQueryMenuItem

javax.swing.JMenuItem queryMenuNewWordQueryMenuItem
Create new word query.


queryMenuEditWordQueryMenuItem

javax.swing.JMenuItem queryMenuEditWordQueryMenuItem
Edit word query.


queryMenuDeleteWordQueryMenuItem

javax.swing.JMenuItem queryMenuDeleteWordQueryMenuItem
Delete word query.


queryMenuNewBiblioQueryMenuItem

javax.swing.JMenuItem queryMenuNewBiblioQueryMenuItem
Create new bibliographic query.


queryMenuEditBiblioQueryMenuItem

javax.swing.JMenuItem queryMenuEditBiblioQueryMenuItem
Edit bibliographic query.


queryMenuDeleteBiblioQueryMenuItem

javax.swing.JMenuItem queryMenuDeleteBiblioQueryMenuItem
Delete bibliographic query.


queryMenuListener

javax.swing.event.MenuListener queryMenuListener
Query menu listener.

Enables and disables Query menu items to reflect logged-in user status.

Class edu.northwestern.at.wordhoard.swing.calculator.menus.SetsMenu extends BaseMenu implements Serializable

Serialized Fields

workMenu

javax.swing.JMenu workMenu
The work set submenu.


workMenuNewWorkSetMenu

javax.swing.JMenu workMenuNewWorkSetMenu
The work set submenu items.


workMenuEditWorkSetMenuItem

javax.swing.JMenuItem workMenuEditWorkSetMenuItem

workMenuDeleteWorkSetMenuItem

javax.swing.JMenuItem workMenuDeleteWorkSetMenuItem

workMenuNewWorkSetViaWorkSetPanelMenuItem

javax.swing.JMenuItem workMenuNewWorkSetViaWorkSetPanelMenuItem
The new work set subsubmenu items.


workMenuNewWorkSetViaWorkPartSelectionMenuItem

javax.swing.JMenuItem workMenuNewWorkSetViaWorkPartSelectionMenuItem

workMenuNewWorkSetFromExistingTextMenuItem

javax.swing.JMenuItem workMenuNewWorkSetFromExistingTextMenuItem

workMenuNewWorkSetViaQueryMenuItem

javax.swing.JMenuItem workMenuNewWorkSetViaQueryMenuItem

workMenuDescribeWorkSetMenuItem

javax.swing.JMenuItem workMenuDescribeWorkSetMenuItem

wordMenu

javax.swing.JMenu wordMenu
The word set submenu.


wordMenuNewWordSetMenuItem

javax.swing.JMenuItem wordMenuNewWordSetMenuItem
The word set submenu items.


wordMenuEditWordSetMenuItem

javax.swing.JMenuItem wordMenuEditWordSetMenuItem

wordMenuDeleteWordSetMenuItem

javax.swing.JMenuItem wordMenuDeleteWordSetMenuItem

wordMenuDescribeWordSetMenuItem

javax.swing.JMenuItem wordMenuDescribeWordSetMenuItem

phraseMenu

javax.swing.JMenu phraseMenu
The phrase set submenu.


phraseMenuNewPhraseSetMenuItem

javax.swing.JMenuItem phraseMenuNewPhraseSetMenuItem
The phrase set submenu items.


phraseMenuEditPhraseSetMenuItem

javax.swing.JMenuItem phraseMenuEditPhraseSetMenuItem

phraseMenuDeletePhraseSetMenuItem

javax.swing.JMenuItem phraseMenuDeletePhraseSetMenuItem

phraseMenuDescribePhraseSetMenuItem

javax.swing.JMenuItem phraseMenuDescribePhraseSetMenuItem

queryMenu

QueryMenu queryMenu
The query submenu.


setsMenuListener

javax.swing.event.MenuListener setsMenuListener
Sets menu listener.

Enables and disables Sets submenu items to reflect logged-in user status.

Class edu.northwestern.at.wordhoard.swing.calculator.menus.ViewsMenu extends BaseMenu implements Serializable

Serialized Fields

viewsMenuNoLineNumsItem

javax.swing.JMenuItem viewsMenuNoLineNumsItem
No line numbers.


viewsMenuAllLineNumsItem

javax.swing.JMenuItem viewsMenuAllLineNumsItem
Number every line.


viewsMenuFiveLineNumsItem

javax.swing.JMenuItem viewsMenuFiveLineNumsItem
Number every fifth line.


viewsMenuTranslationsItem

javax.swing.JMenuItem viewsMenuTranslationsItem
Translations and transliterations.


viewsMenuShowHideAnnotationMarkersItem

javax.swing.JMenuItem viewsMenuShowHideAnnotationMarkersItem
Show or hide annotation markers.


viewsMenuShowHideAnnotationPanelItem

javax.swing.JMenuItem viewsMenuShowHideAnnotationPanelItem
Show orf hide annotation panel.

Class edu.northwestern.at.wordhoard.swing.calculator.menus.WindowsMenu extends BaseMenu implements Serializable

Serialized Fields

windowsMenuCloseWindowItem

javax.swing.JMenuItem windowsMenuCloseWindowItem
Close window.


windowsMenuCloseAllWindowsItem

javax.swing.JMenuItem windowsMenuCloseAllWindowsItem
Close all windows.


tconMenuItem

javax.swing.JMenuItem tconMenuItem
Table of contents.


wordClassesMenuItem

javax.swing.JMenuItem wordClassesMenuItem
Word classes.


posMenuItem

javax.swing.JMenuItem posMenuItem
Parts of speech.


calculatorMenuItem

javax.swing.JMenuItem calculatorMenuItem
Display calculator window.


Package edu.northwestern.at.wordhoard.swing.calculator.modelutils

Class edu.northwestern.at.wordhoard.swing.calculator.modelutils.BadOwnerException extends java.lang.RuntimeException implements Serializable

Class edu.northwestern.at.wordhoard.swing.calculator.modelutils.DuplicatePhraseSetException extends java.lang.RuntimeException implements Serializable

Class edu.northwestern.at.wordhoard.swing.calculator.modelutils.DuplicateQueryException extends java.lang.RuntimeException implements Serializable

Class edu.northwestern.at.wordhoard.swing.calculator.modelutils.DuplicateWordSetException extends java.lang.RuntimeException implements Serializable

Class edu.northwestern.at.wordhoard.swing.calculator.modelutils.DuplicateWorkSetException extends java.lang.RuntimeException implements Serializable

Class edu.northwestern.at.wordhoard.swing.calculator.modelutils.ExportException extends java.lang.RuntimeException implements Serializable

Class edu.northwestern.at.wordhoard.swing.calculator.modelutils.ImportException extends java.lang.RuntimeException implements Serializable

Class edu.northwestern.at.wordhoard.swing.calculator.modelutils.UserDataObjectUpdater extends java.lang.Object implements Serializable

Class edu.northwestern.at.wordhoard.swing.calculator.modelutils.WordSetUtils extends java.lang.Object implements Serializable

serialVersionUID: -8111068868527566772L


Package edu.northwestern.at.wordhoard.swing.calculator.widgets

Class edu.northwestern.at.wordhoard.swing.calculator.widgets.ExtendedCheckBoxTreeNodeRenderer extends CheckBoxTreeNodeRenderer implements Serializable

Serialized Fields

useShortWorkTitles

boolean useShortWorkTitles
True to display short work titles.

Class edu.northwestern.at.wordhoard.swing.calculator.widgets.LogLikelihoodTableCellRenderer extends PrintfFormatTableCellRenderer implements Serializable

Serialized Fields

markSignificant

boolean markSignificant
True to mark significant values of the log-likelihood.


chisqinv05

double chisqinv05
Chi-square percentage point for .05 with 1 df.


chisqinv01

double chisqinv01
Chi-square percentage point for .01 with 1 df.


chisqinv001

double chisqinv001
Chi-square percentage point for .001 with 1 df.


chisqinv0001

double chisqinv0001
Chi-square percentage point for .0001 with 1 df.

Class edu.northwestern.at.wordhoard.swing.calculator.widgets.PlusOrMinusTableCellRenderer extends javax.swing.table.DefaultTableCellRenderer implements Serializable

Serialized Fields

useColorCoding

boolean useColorCoding
True to use color coding for +/- entries. Green is used for +. Red is used for -.

Class edu.northwestern.at.wordhoard.swing.calculator.widgets.UserDataObjectListRenderer extends javax.swing.DefaultListCellRenderer implements Serializable

Class edu.northwestern.at.wordhoard.swing.calculator.widgets.WordCounterListRenderer extends TreeComboListEntryRenderer implements Serializable

Serialized Fields

useShortWorkTitles

boolean useShortWorkTitles
True to display short work titles.

Class edu.northwestern.at.wordhoard.swing.calculator.widgets.WordCounterTreeCombo extends TreeCombo implements Serializable

Serialized Fields

root

javax.swing.tree.DefaultMutableTreeNode root
Root node for tree to display in combo box.

Class edu.northwestern.at.wordhoard.swing.calculator.widgets.WordHoardCalcSimpleEditor extends Notepad implements Serializable

Serialized Fields

interpreter

bsh.Interpreter interpreter
The script interpreter to which this editor belongs.

Class edu.northwestern.at.wordhoard.swing.calculator.widgets.WordHoardSortedTableModel extends SortedTableModel implements Serializable

Serialized Fields

wordHoardRowComparator

java.util.Comparator<T> wordHoardRowComparator
A row comparator.

Rows are compared using the current sort column. Unlike the base class, the unique ID is not used to break ties.

Class edu.northwestern.at.wordhoard.swing.calculator.widgets.WordTableCellRenderer extends javax.swing.table.DefaultTableCellRenderer implements Serializable

Serialized Fields

stripWordClasses

boolean stripWordClasses
True to strip word class tags before displaying word(s).


stripSpellings

boolean stripSpellings
True to strip spellings before displaying word(s).


wordTextPosition

int wordTextPosition
Position within table cell for word text.

Class edu.northwestern.at.wordhoard.swing.calculator.widgets.WordTransferHandler extends javax.swing.TransferHandler implements Serializable

Serialized Fields

xferFlavor

java.awt.datatransfer.DataFlavor xferFlavor
Transfer flavor.


xferType

java.lang.String xferType
Transfer type.


dragIcon

javax.swing.ImageIcon dragIcon
Drag icon.


Package edu.northwestern.at.wordhoard.swing.concordance

Class edu.northwestern.at.wordhoard.swing.concordance.ConcordancePanelDnD extends ConcordancePanel implements Serializable

Serialized Fields

focusOwner

javax.swing.JComponent focusOwner
focue Owner for Edit Menu handling.


wordSearchTransferHandler

ConcordancePanelDnD.WordSearchTransferHandler wordSearchTransferHandler
Transfer Handler for cut/copy/past and DragNDrop

Class edu.northwestern.at.wordhoard.swing.concordance.ConcordancePanelDnD.WordSearchTransferHandler extends javax.swing.TransferHandler implements Serializable

Serialized Fields

data

SearchCriteriaTransferData data

xferFlavor

java.awt.datatransfer.DataFlavor xferFlavor

xferType

java.lang.String xferType

Class edu.northwestern.at.wordhoard.swing.concordance.ConcordanceWindow extends AbstractWorkPanelWindow implements Serializable

Serialized Fields

pm

PersistenceManager pm
Persistence manager.


panel

ConcordancePanelDnD panel
Concordance panel.


Package edu.northwestern.at.wordhoard.swing.dialogs

Class edu.northwestern.at.wordhoard.swing.dialogs.FontPrefsDialog extends ModalDialog implements Serializable

Class edu.northwestern.at.wordhoard.swing.dialogs.GoToDialog extends ModalDialog implements Serializable

Serialized Fields

canceled

boolean canceled
True if dialog canceled.


tag

java.lang.String tag
The word tag.

Class edu.northwestern.at.wordhoard.swing.dialogs.LoginDialog extends ModalDialog implements Serializable

Serialized Fields

canceled

boolean canceled
True if dialog canceled.

Class edu.northwestern.at.wordhoard.swing.dialogs.SiteDialog extends ModalDialog implements Serializable

Class edu.northwestern.at.wordhoard.swing.dialogs.TranslationsDialog extends ModalDialog implements Serializable

Serialized Fields

canceled

boolean canceled
True if dialog canceled.


Package edu.northwestern.at.wordhoard.swing.find

Class edu.northwestern.at.wordhoard.swing.find.FindWindow extends AbstractWindow implements Serializable

Serialized Fields

defaults

SearchDefaults defaults
SearchDefaults object, or null.


criteriaPanel

javax.swing.JPanel criteriaPanel
Criteria panel.

Class edu.northwestern.at.wordhoard.swing.find.SearchCriteriaPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

criteriaGroups

java.util.ArrayList<E> criteriaGroups
The constraint bag.


criteria

java.util.HashMap<K,V> criteria

tree

javax.swing.JTree tree
The tree.


treeModel

javax.swing.tree.DefaultTreeModel treeModel
The tree's model


root

javax.swing.tree.DefaultMutableTreeNode root
The tree's root.


maxTreeHeight

int maxTreeHeight
Max tree height.


parentWindow

AbstractWindow parentWindow
Parent window.


renderer

SearchCriteriaTreeCellRenderer renderer
Tree cell renderer.


relationshipCombo

javax.swing.JComboBox relationshipCombo
Relationship combobox


targetCombo

javax.swing.JComboBox targetCombo
Target combobox - looking for wordform or lemmata


searchButton

javax.swing.JButton searchButton
Search Button - enable/disable per criteria exist


cellHeight

int cellHeight
Tree cell height.


focusOwner

javax.swing.JComponent focusOwner
focue Owner for Edit Menu handling.


transferHandler

SearchCriteriaPanel.SearchCriteriaTransferHandler transferHandler
Transfer Handler for cut/copy/past and DragNDrop


file

java.io.File file
file handle for when opening a new WorkBag


xferFlavor

java.awt.datatransfer.DataFlavor xferFlavor
DataFlavor for DnD

Class edu.northwestern.at.wordhoard.swing.find.SearchCriteriaPanel.SearchCriteriaTransferHandler extends javax.swing.TransferHandler implements Serializable

Serialized Fields

xferFlavor

java.awt.datatransfer.DataFlavor xferFlavor

localType

java.lang.String localType

source

javax.swing.JTree source

Class edu.northwestern.at.wordhoard.swing.find.SearchCriteriaWindow extends FindWindow implements Serializable

Serialized Fields

panel

SearchCriteriaPanel panel
Search criteria panel.


resultsPanel

SearchCriteriaResultsPanel resultsPanel
Search results panel.


pm

PersistenceManager pm
Persistence manager.


searchThread

java.lang.Thread searchThread
Search thread.


saveWordSetThread

java.lang.Thread saveWordSetThread
Save word set thread.


targetComboBox

javax.swing.JComboBox targetComboBox
Choose what we're looking for.


numHitsLabel

javax.swing.JLabel numHitsLabel
Reports number of matching lemmata.


wordSet

WordSet wordSet
Result word set.


b

javax.swing.JButton b
Search button initiates lemma search.


Package edu.northwestern.at.wordhoard.swing.info

Class edu.northwestern.at.wordhoard.swing.info.LemmaInfoWindow extends AbstractWindow implements Serializable

Serialized Fields

lemma

Lemma lemma
The lemma.


tabbedPane

javax.swing.JTabbedPane tabbedPane
The tabbed pane.


forms

WordFormsTab forms
The word forms tab.

Class edu.northwestern.at.wordhoard.swing.info.TConInfoWindow extends AbstractWindow implements Serializable

Serialized Fields

corpus

Corpus corpus
Corpus.


work

Work work
Work.


workPart

WorkPart workPart
Work part.


tabbedPane

javax.swing.JTabbedPane tabbedPane
Tabbed pane.

Class edu.northwestern.at.wordhoard.swing.info.WordInfoWindow extends AbstractWindow implements Serializable

Serialized Fields

wordPart

WordPart wordPart
The word part.


word

Word word
The word.


tabbedPane

javax.swing.JTabbedPane tabbedPane
The tabbed pane.


forms

WordFormsTab forms
The word forms tab.


Package edu.northwestern.at.wordhoard.swing.lexicon

Class edu.northwestern.at.wordhoard.swing.lexicon.LexiconPanel.LexiconTransferHandler extends javax.swing.TransferHandler implements Serializable

Serialized Fields

xferFlavor

java.awt.datatransfer.DataFlavor xferFlavor

xferType

java.lang.String xferType

dragicon

javax.swing.ImageIcon dragicon
Drag icon.

Class edu.northwestern.at.wordhoard.swing.lexicon.LexiconWindow extends AbstractWindow implements Serializable

Serialized Fields

corpus

Corpus corpus
Corpus.


pm

PersistenceManager pm
Persistence manager.


lexiconPanel

LexiconPanel lexiconPanel
Lexicon panel.


Package edu.northwestern.at.wordhoard.swing.querytool

Class edu.northwestern.at.wordhoard.swing.querytool.SearchCriteriaResultsPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

parentWindow

AbstractWindow parentWindow
Parent window.


collator

java.text.Collator collator
Collator.


latinFont

java.awt.Font latinFont
Font for Latin alphabet.


latinFontAscent

int latinFontAscent
Latin font ascent.


searchResultItems

SearchCriteriaResultsPanel.SearchResultItem[] searchResultItems
Search Result items.


data

SearchCriteriaResultsPanel.SearchResultItem[] data
Table data - sorted subset of all the searchResult items.


statusLabel

javax.swing.JLabel statusLabel
Status label.


model

edu.northwestern.at.wordhoard.swing.querytool.SearchCriteriaResultsPanel.MyTableModel model
Table model.


table

XTable table
Table.


scrollPane

XScrollPane scrollPane
Scrollpane.


lemmaPrefix

java.lang.String lemmaPrefix
Lemma prefix as typed by user.


lastKeyTypedTime

long lastKeyTypedTime
System time of last key typed event.


fontManager

FontManager fontManager
Font manager.

Class edu.northwestern.at.wordhoard.swing.querytool.SearchCriteriaResultsPanel.LexiconTransferHandler extends javax.swing.TransferHandler implements Serializable

Serialized Fields

xferFlavor

java.awt.datatransfer.DataFlavor xferFlavor

xferType

java.lang.String xferType

dragicon

javax.swing.ImageIcon dragicon
Drag icon.

Class edu.northwestern.at.wordhoard.swing.querytool.SearchCriteriaTransferData extends java.util.HashSet implements Serializable

Class edu.northwestern.at.wordhoard.swing.querytool.SearchCriteriaTreeCellRenderer extends javax.swing.tree.DefaultTreeCellRenderer implements Serializable

Serialized Fields

node

javax.swing.tree.DefaultMutableTreeNode node
The tree node being rendered.


obj

java.lang.Object obj
The model object being rendered.


scrollPane

javax.swing.JScrollPane scrollPane
The scroll pane that contains the tree.


selected

boolean selected
True if the cell is selected.


font

java.awt.Font font
Primary font.


fontMetrics

java.awt.FontMetrics fontMetrics
Primary font metrics.


height

int height
Cell height.


pathFont

java.awt.Font pathFont
Monospaced path font.


pathFontMetrics

java.awt.FontMetrics pathFontMetrics
Monospaced path font metrics.


boldFont

java.awt.Font boldFont
Boldface font.


boldFontMetrics

java.awt.FontMetrics boldFontMetrics
Boldface font metrics.


italicsFont

java.awt.Font italicsFont
Italics font.


italicsFontMetrics

java.awt.FontMetrics italicsFontMetrics
Italics font metrics.


baseLine

int baseLine
Baseline y coordinate.


pathStringWidth

int pathStringWidth
Path string width.

Class edu.northwestern.at.wordhoard.swing.querytool.SearchResultsTreeCellRenderer extends javax.swing.tree.DefaultTreeCellRenderer implements Serializable

Serialized Fields

node

javax.swing.tree.DefaultMutableTreeNode node
The tree node being rendered.


obj

java.lang.Object obj
The model object being rendered.


scrollPane

javax.swing.JScrollPane scrollPane
The scroll pane that contains the tree.


selected

boolean selected
True if the cell is selected.


fontSize

int fontSize
Font size.


romanFontInfo

FontInfo romanFontInfo
Roman font info.


pathFontInfo

FontInfo pathFontInfo
Path font info.


height

int height
Cell height.


baseline

int baseline
Baseline.


renderWorksWithDates

boolean renderWorksWithDates
True to render work grouping objects with dates following titles.


pathStringWidth

int pathStringWidth
Path string width.


colocatePreloader

ColocatePreloader colocatePreloader
Colocate preloader.


fontManager

FontManager fontManager
Font manager.


Package edu.northwestern.at.wordhoard.swing.sysinfo

Class edu.northwestern.at.wordhoard.swing.sysinfo.SysInfoWindow extends AbstractWindow implements Serializable

Serialized Fields

sysInfoPanel

SystemInformationPanel sysInfoPanel
The system information panel.


Package edu.northwestern.at.wordhoard.swing.tables

Class edu.northwestern.at.wordhoard.swing.tables.PosWindow extends AbstractWindow implements Serializable

Serialized Fields

haveDescriptions

boolean haveDescriptions
True if we have descriptions for the parts of speech.


posArray

Pos[] posArray
Array of the current parts of speech displayed, in order.


table

XTable table
Table.


font

java.awt.Font font
Font.


statusLabel

javax.swing.JLabel statusLabel
Status label.


showComboBox

SmallComboBox showComboBox
Show combo box.


orderByComboBox

SmallComboBox orderByComboBox
Order by combo box.


model

edu.northwestern.at.wordhoard.swing.tables.PosWindow.MyTableModel model
Table model


optionsPanelActionListener

java.awt.event.ActionListener optionsPanelActionListener
Action listener for options panel combo boxes.

Class edu.northwestern.at.wordhoard.swing.tables.PosWindow.PosTransferHandler extends javax.swing.TransferHandler implements Serializable

Serialized Fields

xferFlavor

java.awt.datatransfer.DataFlavor xferFlavor

xferType

java.lang.String xferType

dragicon

javax.swing.ImageIcon dragicon
Drag icon.

Class edu.northwestern.at.wordhoard.swing.tables.WordClassWindow extends AbstractWindow implements Serializable

Serialized Fields

wordClassArray

WordClass[] wordClassArray
Array of all the word classes.


table

XTable table
Table.

Class edu.northwestern.at.wordhoard.swing.tables.WordClassWindow.WordClassTransferHandler extends javax.swing.TransferHandler implements Serializable

Serialized Fields

xferFlavor

java.awt.datatransfer.DataFlavor xferFlavor

xferType

java.lang.String xferType

dragicon

javax.swing.ImageIcon dragicon
Drag icon.


Package edu.northwestern.at.wordhoard.swing.tcon

Class edu.northwestern.at.wordhoard.swing.tcon.TableOfContentsPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

corpus

Corpus corpus
The corpus.


parentWindow

AbstractWindow parentWindow
The parent window.


displayTagsCheckBox

javax.swing.JCheckBox displayTagsCheckBox
The display work part tags check box.


displayAuthorsCheckBox

javax.swing.JCheckBox displayAuthorsCheckBox
The display authors check box.


displayDatesCheckBox

javax.swing.JCheckBox displayDatesCheckBox
The display dates check box.


viewInfoArray

edu.northwestern.at.wordhoard.swing.tcon.TableOfContentsPanel.ViewInfo[] viewInfoArray
Array of view info.


curView

int curView
The index in the array of view info of the information for the currently displayed view.


numViews

int numViews
The number of views.


displayTagsListener

java.awt.event.ActionListener displayTagsListener
DisplayTags checkbox action listener.


displayAuthorsListener

java.awt.event.ActionListener displayAuthorsListener
DisplayAuthors checkbox action listener.


displayDatesListener

java.awt.event.ActionListener displayDatesListener
DisplayDates checkbox action listener.


radioButtonListener

java.awt.event.ActionListener radioButtonListener
Radio button action listener.

Class edu.northwestern.at.wordhoard.swing.tcon.TableOfContentsWindow extends AbstractWindow implements Serializable

Serialized Fields

corpora

Corpus[] corpora
The corpora.


tabbedPane

javax.swing.JTabbedPane tabbedPane
The tabbed pane.


panels

TableOfContentsPanel[] panels
Array of panels.

Class edu.northwestern.at.wordhoard.swing.tcon.Tree extends XTree implements Serializable

Serialized Fields

corpus

Corpus corpus
The corpus.


parentWindow

AbstractWindow parentWindow
The parent window.


parentPanel

TableOfContentsPanel parentPanel
The parent table of contents panel.


root

TreeNode root
The root of the tree.


model

javax.swing.tree.DefaultTreeModel model
The tree model.

Class edu.northwestern.at.wordhoard.swing.tcon.Tree.TOCTreeTransferHandler extends javax.swing.TransferHandler implements Serializable

Serialized Fields

data

SearchCriteriaTransferData data

xferFlavor

java.awt.datatransfer.DataFlavor xferFlavor

xferType

java.lang.String xferType

dragicon

javax.swing.ImageIcon dragicon
Drag icon.

Class edu.northwestern.at.wordhoard.swing.tcon.TreeNode extends javax.swing.tree.DefaultMutableTreeNode implements Serializable

Serialized Fields

nodeType

int nodeType
Node type.


categoryTitle

java.lang.String categoryTitle
The title of this node if it is a category node.


workPart

WorkPart workPart
The work part for this node if it is a work part node.


loaded

boolean loaded
True if this node is a loaded work part node.


parentPanel

TableOfContentsPanel parentPanel
The parent table of contents panel.


Package edu.northwestern.at.wordhoard.swing.text

Class edu.northwestern.at.wordhoard.swing.text.PartTextComponent extends WrappedTextComponent implements Serializable

Serialized Fields

part

WorkPart part
The current work part, or null if none.


annotationModel

AnnotationModel annotationModel
The annotation model.


annotations

TextAttachment[] annotations
The annotations.


toolTip

javax.swing.JToolTip toolTip
Tool tip.


toolTipFont

java.awt.Font toolTipFont
Tool tip font.


fontManager

FontManager fontManager
Font manager.

Class edu.northwestern.at.wordhoard.swing.text.WrappedTextComponent extends javax.swing.JComponent implements Serializable

Serialized Fields

context

DrawingContext context
The drawing context, or null if none.


wrappedText

WrappedText wrappedText
The wrapped text, or null if none.


height

int height
Component height in pixels, not including insets.


fontManager

FontManager fontManager
Font manager.


nominalLineHeight

int nominalLineHeight
The nominal line height.


draggingTextSelection

boolean draggingTextSelection
True if dragging out a text selection.


markedLineIndex

int markedLineIndex
Line index of marked line clicked, or -1 if none.


selectable

boolean selectable
True if text selection is permitted.


selection

TextRange selection
The selection in derived coordinates, or null.


anchor

TextRange anchor
The anchor for dragging out selections.


extendSelectionMode

int extendSelectionMode
Mode for extending selections: 0 = char, 1 = word, 2 = line.


selectionObservable

java.util.Observable selectionObservable
Selection observable.


autoscrollThread

java.lang.Thread autoscrollThread
Autoscrolling thread, or null if none.


Package edu.northwestern.at.wordhoard.swing.work

Class edu.northwestern.at.wordhoard.swing.work.WorkPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

pm

PersistenceManager pm
Persistence manager.


parentWindow

AbstractWorkPanelWindow parentWindow
Parent window.


work

Work work
The work being displayed.


parts

WorkPart[] parts
The work parts.


numParts

int numParts
The number of parts.


curPart

int curPart
The part currently being displayed.


titleLabel

javax.swing.JLabel titleLabel
Work title label.


combo

javax.swing.JComboBox combo
The part selection combo box.


ignoreComboActionEvents

boolean ignoreComboActionEvents
True to ignore combo box action events.


leftButton

javax.swing.JButton leftButton
The left button control.


rightButton

javax.swing.JButton rightButton
The right button control.


textComponent

PartTextComponent textComponent
The work part text component.


scrollPane

javax.swing.JScrollPane scrollPane
The scroll pane.


footerLabel

javax.swing.JLabel footerLabel
The footer label.


startTime

long startTime
Page load start time.


fontManager

FontManager fontManager
Font manager.

Class edu.northwestern.at.wordhoard.swing.work.WorkWindow extends AbstractWorkPanelWindow implements Serializable

Serialized Fields

workPanel

WorkPanel workPanel
Work panel.


Package edu.northwestern.at.wordhoard.tools

Class edu.northwestern.at.wordhoard.tools.BuildParagraph.Error extends java.lang.Exception implements Serializable