A B C D E F G H I L M N O P R S T U V W

A

accept(File) - Method in class FileMenuApp.AlignmentFilter
 
actionPerformed(ActionEvent) - Method in class FileMenuApp
Method required by ActionListener interface.
actionPerformed(ActionEvent) - Method in class FileMenuApplet
Required by the ActionListener interface; responds to menu events.
actionPerformed(ActionEvent) - Method in class HelpMenu
Required by the ActionListener interface; responds to ActionEvents.
actionPerformed(ActionEvent) - Method in class OptionMenu
Required by the ActionListener interface; responds to ActionEvents.
activateWord(Word) - Method in class Web
 
activeColor - Variable in class Link
 
add(StringProb) - Method in class SPTableModel
Add a StringProb 'sp' to the table.
addLink(Link) - Method in class Word
Add a Link to the Word's list of things it is linked to.
addNgram(int, String, Probability, boolean) - Method in class LanguageModel
Add an n-gram culminating in position 'index' with word 's' with probability 'prob' and correctness 'c'.
addType(int) - Method in class Link
Set the type of the link.
ALIGN_SUFFIX - Static variable in class Cairo
Suffix for alignment files.
AlnLoader - class AlnLoader.
Thread class responsible for loading an alignment file.
AlnLoader(Cairo, Translation, URL) - Constructor for class AlnLoader
Creates a loader with the given specifications.
axis - Variable in class Translation
The current display axis; should always be either BoxLayout.X_AXIS or BoxLayout.Y_AXIS.

B

BYLINE - Static variable in class Cairo
Author information.

C

Cairo - class Cairo.
The Cairo object lies at the heart of the package: it manages the top-level layout of the GUI and keeps track of all other objects.
Cairo.AppCloser - class Cairo.AppCloser.
Trivial listener class which calls System.exit() when its window is closed.
Cairo.AppCloser() - Constructor for class Cairo.AppCloser
 
Cairo(CairoWrap) - Constructor for class Cairo
Creates and initializes a Cairo using the given CairoWrap.
CairoApp - class CairoApp.
Wrapper for Cairo which lets it be used as a standalone application.
CairoApp() - Constructor for class CairoApp
Creates and initializes a Cairo object, then calls Cairo.init.
CairoApplet - class CairoApplet.
Wrapper for Cairo which lets it be used as an applet.
CairoApplet() - Constructor for class CairoApplet
 
CairoWrap - interface CairoWrap.
Wrapper interface for Cairo.
clear() - Method in class LanguageModel
Clear the language model - use only when loading a new translation.
clear() - Method in class NullWord
Clear the NULL translations.
clear() - Method in class SPTableModel
Clear the SPTM.
clear() - Method in class Sentence
Clears all data related to this sentence.
clear() - Method in class Translation
Clears all information relating to this sentence pair and resets all members.
clear() - Method in class Web
 
compare(Object, Object) - Method in class StringProbComparator
Perform comparison of 'o1' and 'o2' based on current method of comparison.
correct() - Method in class Probability
Return the correctness of the probable event.
correct() - Method in class SPTableModel
Return the first correct StringProb element in the table.
correct() - Method in class StringProb
Return the "correctness" of a StringProb.
createFileMenu(Cairo) - Method in class Cairo
Required by the CairoWrap interface; returns a FileMenuApp.
createFileMenu(Cairo) - Method in class CairoApp
Required by the CairoWrap interface; returns a FileMenuApp.
createFileMenu(Cairo) - Method in class CairoApplet
Required by the CairoWrap interface; returns a FileMenuApplet.
createFileMenu(Cairo) - Method in interface CairoWrap
Creates a file menu specific to the app- or applet-version of Cairo.
createMenuBar() - Method in class Cairo
Creates the menu bar and add all menus.

D

DEFAULT_ALIGN_DIR - Static variable in class Cairo
Default directory to search for alignment files.
DEFAULT_COLOR - Static variable in class Web
 
DEFAULT_HEIGHT - Static variable in class Cairo
Default height of Cairo window; overridden in applet mode.
DEFAULT_HEIGHT - Static variable in class Web
 
DEFAULT_SENTENCE_AXIS - Static variable in class Cairo
The default orientation of the sentences.
DEFAULT_WIDTH - Static variable in class Cairo
Default width of Cairo window; overridden in applet mode.

E

emptyDistTM - Static variable in class Word
An empty fertility table.
emptyFertTM - Static variable in class Word
 
emptyLMTM - Static variable in class LanguageModel
 
emptyTransTM - Static variable in class Word
An empty distortion table.
encoding - Variable in class Translation
The character encoding of the current file; null if the default encoding is used.
equals(Object) - Method in class StringProbComparator
Determine if the object is a StringProbComparator.

F

file - Variable in class FileMenuApplet.FileMenuItem
The location of the file.
FileMenuApp - class FileMenuApp.
File menu class for Cairo app.
FileMenuApp.AlignmentFilter - class FileMenuApp.AlignmentFilter.
File filter for alignment (.aln) files.
FileMenuApp.AlignmentFilter() - Constructor for class FileMenuApp.AlignmentFilter
 
FileMenuApp(Cairo) - Constructor for class FileMenuApp
Creates a FileMenu which operates on the given Cairo.
FileMenuApplet - class FileMenuApplet.
File menu class for the Cairo applet.
FileMenuApplet.FileMenuItem - class FileMenuApplet.FileMenuItem.
Simple menu item object which stores a URL representing a file.
FileMenuApplet.FileMenuItem(FileMenuApplet, String, URL) - Constructor for class FileMenuApplet.FileMenuItem
Creates a FileMenuItem object with the given name and file attributes.
FileMenuApplet.IndexLoader - class FileMenuApplet.IndexLoader.
Loader class which creates a hierarchical Open menu based on an index file.
FileMenuApplet.IndexLoader(FileMenuApplet, FileMenuApplet, String) - Constructor for class FileMenuApplet.IndexLoader
Creates an IndexLoader object which will add a menu with the given name to the given JMenu.
FileMenuApplet(CairoApplet, String) - Constructor for class FileMenuApplet
Creates a FileMenuApplet object for the given CairoApplet, which indexes all directories in the colon-delimited list dirs.
finish() - Method in class Sentence
Finishes initialization of the sentence.
finish() - Method in class Translation
Called when all data has been read; finishes initialization of the Sentences and Web.
finish() - Method in class Web
 
FormatException - exception FormatException.
Lightweight class used to handle formatting errors in alignment files.
FormatException(String) - Constructor for class FormatException
 

G

getActiveColor(boolean[]) - Static method in class Web
 
getActiveColor(int) - Static method in class Web
 
getActiveSentence() - Method in class Web
 
getAllColor() - Method in class Web
 
getAltSentence() - Method in class Web
 
getAppletInfo() - Method in class CairoApplet
Returns version and author information according to Cairo.
getAxis() - Method in class Web
 
getBareWord() - Method in class Word
Return the Word's text (the token) as a String.
getCairo() - Method in class Cairo
Required by the CairoWrap interface; returns this.
getCairo() - Method in class CairoApp
Required by the CairoWrap interface; returns the associated Cairo object.
getCairo() - Method in class CairoApplet
Required by the CairoWrap interface; returns the associated Cairo object.
getCairo() - Method in interface CairoWrap
Returns the associated Cairo object.
getCellRenderer(int, int) - Method in class ProbTable
 
getColor() - Method in class StringProb
Return the color of the StringProb.
getColumnCount() - Method in class SPTableModel
Return the number of columns.
getColumnName(int) - Method in class SPTableModel
Return the name of the column numbered 'column'.
getCurrNgrams() - Method in class LanguageModel
Return a vector of the N-grams which apply to the current position.
getDescription() - Method in class FileMenuApp.AlignmentFilter
 
getDistortions() - Method in class SourceWord
Return an empty table model (currently source language words have no distortion distribution).
getDistortions() - Method in class TargetWord
Return this Word's distortion table information.
getDistortions() - Method in class Word
Return this Word's distortion table information.
getFertilities() - Method in class SourceWord
Return an empty table model (currently source language words have no fertility distribution).
getFertilities() - Method in class TargetWord
Return this Word's fertility table information.
getFertilities() - Method in class Word
Return this Word's fertility table information.
getHeight() - Method in interface CairoWrap
Returns the current height.
getLanguage() - Method in class Sentence
Returns the language of this sentence.
getLength() - Method in class Sentence
Returns the number of Words in this sentence.
getLoadThread() - Method in class Cairo
Returns a thread which is currently loading an alignment file, if any is currently executing.
getMaximumSize() - Method in class Sentence
Overrides Box.getMaximumSize().
getMaximumSize() - Method in class Web
 
getMinimumSize() - Method in class Cairo
 
getMinimumSize() - Method in class CairoApp
Wrapper for Cairo.getMinimumSize.
getMinimumSize() - Method in class Sentence
Overrides Box.getMinimumSize().
getMinimumSize() - Method in class Web
 
getNgrams(int) - Method in class LanguageModel
Return a vector of the N-grams which apply to the given position 'p'.
getParameterInfo() - Method in class CairoApplet
Returns a brief descripton of recognized parameters.
getPassiveColor(boolean[]) - Static method in class Web
 
getPassiveColor(int) - Static method in class Web
 
getPreferredSize() - Method in class Cairo
 
getPreferredSize() - Method in class CairoApp
Wrapper for Cairo.getPreferredmSize.
getPreferredSize() - Method in class Sentence
Overrides Box.getPreferredSize().
getPreferredSize() - Method in class Web
 
getProb() - Method in class Sentence
Returns the probability of this sentence.
getRowCount() - Method in class SPTableModel
Return the number of rows.
getSize() - Method in interface CairoWrap
Returns the current size.
getTrans() - Method in class Cairo
Returns the current Translation object.
getTrans() - Method in class Web
 
getTranslations() - Method in class Word
Return this Word's translation table information.
getType() - Method in class Sentence
Returns the type of the sentence.
getTypes() - Method in class Link
Get the types of the link (this refers to which alignments it is relevant to).
getTypeString() - Method in class Sentence
Returns a string representing the type of the current sentence.
getValueAt(int, int) - Method in class SPTableModel
Return the actual table value at row 'row' and column 'column'.
getWeb() - Method in class Sentence
Returns the Web associated with this sentence.
getWidth() - Method in interface CairoWrap
Returns the current width.
getWordAt(int) - Method in class Sentence
Returns the Word at the given index.
getWords() - Method in class Sentence
Returns an enumeration of the Words in this sentence.
getWordXLoc(int) - Method in class Sentence
Returns the x coordinate of the location of the Word at the given index.
getWordYLoc(int) - Method in class Sentence
Returns the y coordinate of the location of the Word at the given index.
getX() - Method in class Word
Return the x coordinate of the Word.
getY() - Method in class Word
Return the y coordinate of the Word.

H

HelpMenu - class HelpMenu.
Implements a Help menu for Cairo.
HelpMenu(Cairo) - Constructor for class HelpMenu
Creates a Help menu for the given Cairo.
human - Variable in class Translation
Sentence objects for the translation.
HUMAN - Static variable in class Sentence
Constant for marking human sentences.
HUMAN_WORD - Static variable in class Web
 
HumanWord - class HumanWord.
 
HumanWord(String, int, Web) - Constructor for class HumanWord
 

I

index - Variable in class Word
 
INDEX_FILE_NAME - Static variable in class Cairo
Name of index file to use to list directory contents when running in applet mode.
index() - Method in class Word
Return the location in the sentence of this word.
init() - Method in class Cairo
Initializes the Cairo object and all its helping objects.
init() - Method in class CairoApplet
Creates and initializes a Cairo object, then calls Cairo.init().
isAltShown() - Method in class Web
 
isHuman() - Method in class HumanWord
 
isHuman() - Method in class Sentence
Returns true if this is a human sentence.
isHuman() - Method in class Word
Tell whether this is a HumanWord (i.e., from a reference translation).
isNull() - Method in class NullWord
True.
isNull() - Method in class Word
Tell whether this is the NullWord.
isSource() - Method in class Sentence
Returns true if this is a source sentence.
isSource() - Method in class SourceWord
True.
isSource() - Method in class Word
Tell whether this is a SourceWord.
isTarget() - Method in class Sentence
Returns true if this is a target sentence.
isTarget() - Method in class TargetWord
True.
isTarget() - Method in class Word
Tell whether this is a TargetWord.
isTearOff() - Method in class OptionMenu
In case the Swing people ever get around to implementing this feature, the Option menu will be a tear-off menu.
itemStateChanged(ItemEvent) - Method in class OptionMenu
Required by the ItemEventListener interface; responds to ItemEvents.

L

LanguageModel - class LanguageModel.
A data structure consisting of a collection of language model (i.e., n-gram) probabilities relevant to the current alignment.
LanguageModel(Web) - Constructor for class LanguageModel
Instantiate a new language model for the target sentence in Web 'inwb'.
Link - class Link.
A connection between two Words; displays visually as a colored line.
links - Variable in class Word
 
lm - Variable in class Translation
The LanguageModel object.

M

main(String[]) - Static method in class Cairo
Wrapper for CairoApp.main.
main(String[]) - Static method in class CairoApp
Main method for using Cairo in application mode.
makeAllBlack() - Method in class SPTableModel
Make all of the StringProbs in the table black.
master - Variable in class Translation
The Cairo object which displays this translation.
MAX_ALIGNMENTS - Static variable in class Web
 
MIN_HEIGHT - Static variable in class Cairo
Default height of Cairo window; overridden in applet mode.
MIN_WIDTH - Static variable in class Cairo
Default width of Cairo window; overridden in applet mode.
mixColors(Vector) - Static method in class Web
 
mouseClicked(MouseEvent) - Method in class Web
 
mouseEntered(MouseEvent) - Method in class Web
 
mouseExited(MouseEvent) - Method in class Web
 
mousePressed(MouseEvent) - Method in class Web
 
mouseReleased(MouseEvent) - Method in class Web
 

N

NULL_WORD - Variable in class Translation
There is only ever one Null word
NullWord - class NullWord.
The empty, undisplayed word to which other words may align.
NullWord() - Constructor for class NullWord
Instantiate the null word.

O

openFile(File) - Method in class Cairo
Attempts to load the given alignment file by spawning a loader thread.
openURL(String) - Method in class Cairo
Attempts to open an alignment file at the url specified by the given string.
openURL(URL) - Method in class Cairo
Attempts to load the alignment file at the given url by spawning a loader thread.
openURL(URL, String) - Method in class Cairo
Attempts to open an alignment file at the url specified by the given string, with the given url as the base directory.
OptionMenu - class OptionMenu.
Implements the Option menu for Cairo.
OptionMenu.StreamMenuItem - class OptionMenu.StreamMenuItem.
A JCheckBoxMenuItem which also stores a stream number.
OptionMenu.StreamMenuItem(OptionMenu, String, int) - Constructor for class OptionMenu.StreamMenuItem
Creates a StreamMenuItem with the given properties.
OptionMenu(Cairo) - Constructor for class OptionMenu
Creates an OptionMenu for the given Cairo.

P

P0() - Method in class NullWord
Return the value of the probability of not inserting a null word (p0).
P1() - Method in class NullWord
Return the value of the probability of inserting a null word (p1).
paintComponent(Graphics) - Method in class Web
 
passiveColor - Variable in class Link
The color of the link when it is selected.
prob() - Method in class StringProb
Return the StringProb (t) probability.
Probability - class Probability.
A probability with a "correctness."
Probability() - Constructor for class Probability
Instantiate a probability with no given initial value.
Probability(double, boolean) - Constructor for class Probability
Instantiate a probability with value 'p' and correctness 'c'.
Probability(Probability) - Constructor for class Probability
Copy the probability 'P'.
PROBMETH - Static variable in class StringProbComparator
For sorting alphabetically by the String.
ProbTable - class ProbTable.
 
ProbTable() - Constructor for class ProbTable
 
ProbTable(TableModel) - Constructor for class ProbTable
 

R

read(StreamTokenizer, boolean) - Method in class Probability
Read in a probability UP TO AND INCLUDING AN END OF LINE from the StreamTokenizer 'st', given its correctness 'c'.
readAlignment(StreamTokenizer) - Method in class Web
 
readDistortion(StreamTokenizer, boolean) - Method in class HumanWord
 
readDistortion(StreamTokenizer, boolean) - Method in class TargetWord
Read in a distortion from StreamTokenizer 'st' with correctness 'corr'.
readDistortions(StreamTokenizer) - Method in class Sentence
Reads a distortion table from an alignment file.
readFertility(StreamTokenizer, boolean) - Method in class HumanWord
 
readFertility(StreamTokenizer, boolean) - Method in class Sentence
Reads a fertility table from an alignment file.
readFertility(StreamTokenizer, boolean) - Method in class TargetWord
Read in a fertility from StreamTokenizer 'st' with correctness 'corr'.
readHeader(StreamTokenizer) - Method in class Translation
Reads in a header from an alignment file.
readHumanAlignment(StreamTokenizer) - Method in class Web
 
readNgrams(StreamTokenizer, Sentence) - Method in class LanguageModel
Read n-gram information; see documentation on .aln format.
readProb(StreamTokenizer) - Method in class NullWord
Read the value of p0 from the StreamTokenizer 'st'.
readProb(StreamTokenizer) - Method in class Sentence
Reads a sentence probability from an alignment file.
readTranslation(StreamTokenizer, Sentence, boolean) - Method in class HumanWord
 
readTranslation(StreamTokenizer, Sentence, boolean) - Method in class Word
Read in a translation, up to and including a newline character.
readTranslations(StreamTokenizer, boolean, Sentence) - Method in class Sentence
Reads a translation table from an alignment file.
readWords(StreamTokenizer) - Method in class Sentence
Reads a sentence from an alignment file.
ReportError(String) - Method in class Cairo
Displays an error dialog with the given string.
rowColor(int) - Method in class SPTableModel
Return the color of the row numbered 'row'.
rowIsCorrect(int) - Method in class SPTableModel
Tell whether row numbered 'row' is correct.
run() - Method in class AlnLoader
Attempts to open an alignment file specified by the URL in the constructor into the translation object.
run() - Method in class FileMenuApplet.IndexLoader
Thread method which does al the work.
run() - Method in class Sentence.WordAdder
 

S

Sentence - class Sentence.
Represents a single sentence and all related data; responsible for information storage as well as visual display.
Sentence.WordAdder - class Sentence.WordAdder.
Thread utility class which adds all words to the given sentence.
Sentence.WordAdder(Sentence, Sentence) - Constructor for class Sentence.WordAdder
 
Sentence(int, int) - Constructor for class Sentence
Creates a new sentence with the given type and axis.
Sentence(Sentence, int) - Constructor for class Sentence
Creates a duplicate of the given sentence on the new axis.
setAxis(int) - Method in class Translation
Notifies members of the new axis, and updates the axis member.
setAxis(int) - Method in class Web
 
setColor(Color) - Method in class StringProb
Set the color of this StringProb for when it is displayed in a table.
setColor(String, Color) - Method in class SPTableModel
Set the color of the StringProb with text 'text' to color 'color'.
setColorStartsWith(String, Color) - Method in class SPTableModel
Set the color of the StringProb starting with text 'text' to color 'color'.
setCompMethod(int, boolean) - Method in class StringProbComparator
Compare by method 'm' with direction 'dir' (true is default - A-Z or 1-0, false reverses the order).
setEqualTo(Probability) - Method in class Probability
Assign argument's value to the Probability 'P'.
setGram(int) - Method in class LanguageModel
Set the value of N (e.g., 3 for trigram).
setLanguage(String) - Method in class Sentence
Sets the language of this sentence to the given value.
setLoadThread(Thread) - Method in class Cairo
Updates the currently loading thread to reflect the given value.
setMargin(Component) - Method in class Web
 
setModel(TableModel) - Method in class ProbTable
 
setP0(double) - Method in class NullWord
Set the value of the probability of not inserting a null word (p0) to 'p'.
setPos(int) - Method in class LanguageModel
Change the current position to 'p'.
setProb(double) - Method in class Sentence
Sets the probability of this sentence to the given value.
setShowAlt(boolean) - Method in class Web
 
setSortMethod(int, boolean) - Method in class ProbTable
 
setSortMethod(int, boolean) - Method in class SPTableModel
Sort the list by the given method.
setStreamVisible(int, boolean) - Method in class Cairo
Shows or hides the given stream by calling Translation.setStreamVisible.
setStreamVisible(int, boolean) - Method in class Sentence
Displays or hides the given stream and updates the display.
setStreamVisible(int, boolean) - Method in class Translation
Updates sentences to reflect the visibility of the given stream.
setWeb(Web) - Method in class Sentence
Sets the Web associated with this sentence to the given value.
showFourUp() - Method in class Cairo
Displays all four tables simultaneously.
showHoriz() - Method in class Cairo
Displays sentences horizontally at the top of the window, with the tables below.
showOneUp() - Method in class Cairo
Displays tables one at a time; users select which table to view via a tabbed interface.
showTwoUp() - Method in class Cairo
Displays two tables at a time.
showVert() - Method in class Cairo
Displays sentences vertically on the left side of the window, with the tables on the right.
size() - Method in class SPTableModel
Return the number of rows in the table.
source - Variable in class Translation
Sentence objects for the translation.
SOURCE - Static variable in class Sentence
Constant for marking source sentences.
source() - Method in class Link
Return the source word.
SourceWord - class SourceWord.
A Word in the source language (the one you translated from).
SourceWord(String, int, Web) - Constructor for class SourceWord
Instantiate source word 'text' in position 'i' of the source sentence with Web 'w'.
SPTableModel - class SPTableModel.
A model for a table of StringProbs, as seen in fertility, distortion, translation, and language model tables; keeps rows ordered.
SPTableModel(String) - Constructor for class SPTableModel
Create a new SPTableModel with label 't'.
start() - Method in class CairoApplet
Attempts to open any default alignment file we received as a parameter.
stop() - Method in class Cairo
Interrupts any threads which are still alive and performs any necessary cleanup.
stop() - Method in class CairoApplet
Wrapper for Cairo.stop().
stream - Variable in class OptionMenu.StreamMenuItem
The associated stream number.
STRINGMETH - Static variable in class StringProbComparator
 
StringProb - class StringProb.
A string with a probability attached.
StringProb(String, double, boolean) - Constructor for class StringProb
Create a StringProb word 'text' with probability 'tProb' and correctness 'c'.
StringProb(String, Probability) - Constructor for class StringProb
Create a StringProb word 'text' with Probability (which includes correctness) 'p'.
StringProbComparator - class StringProbComparator.
Used by SPTableModel to sort StringProbs.
StringProbComparator() - Constructor for class StringProbComparator
Instantiate a new StringProbComparator.
swapTarget() - Method in class Web
 
sword - Variable in class Link
 

T

target - Variable in class Translation
Sentence objects for the translation.
TARGET - Static variable in class Sentence
Constant for marking target sentences.
target() - Method in class Link
Return the target word.
TargetWord - class TargetWord.
A Word in the target language (the one you translated to).
TargetWord(String, int, Web) - Constructor for class TargetWord
Instantiate target word 'text' in position 'i' of the target sentence with Web 'w'.
token() - Method in class StringProb
Return the StringProb token (word).
toString() - Method in class Probability
Create a printable string representing the value and correctness.
toString() - Method in class Sentence
Returns a string representation of the sentence.
toString() - Method in class StringProb
Return the StringProb token (word).
toString() - Method in class Word
Convert the Word to a printable String.
Translation - class Translation.
Top-level class in the data structure; keeps track of all information pertaining to a particular sentence pair.
Translation(Cairo, int) - Constructor for class Translation
Creates a Translation object with the given axis and the given Cairo.
translations - Variable in class Word
 
tword - Variable in class Link
 

U

updateAxis() - Method in class Sentence
Update the sentence to reflect the current web.axis.
updateColors() - Method in class Link
Update the active and passive colors based on the Web's knowledge of the number of alignments.
updateColors() - Method in class TargetWord
Update the colors in all the tables for this Word.
updateColors() - Method in class Word
Update the colors of the Word's translation tables.
updateDistortionColors() - Method in class TargetWord
Update the colors of the items in the distortion table so that they reflect the alignments to which they belong.
updateFertilityColors() - Method in class TargetWord
Update the colors of the items in the fertility table so that they reflect the alignments to which they belong.
updateStreams(String) - Method in class Cairo
Updates the streams menu to reflect the given string of streams by calling OptionMenu.updateStreams.
updateStreams(String) - Method in class OptionMenu
Updates the Streams menu to reflect the streams present in the given string.
updateTables(Word) - Method in class Cairo
Updates the probability tables using the given word.
updateTranslationColors() - Method in class Word
Update the colors of the items in the translation table so that they reflect the alignments to which they belong.

V

val() - Method in class Probability
Return the probability value itself.
VERSION - Static variable in class Cairo
Version information.

W

web - Variable in class Translation
The Web object.
Web - class Web.
Visual representation of the links between source and target sentences.
Web(Translation, Cairo, int) - Constructor for class Web
 
windowClosing(WindowEvent) - Method in class Cairo.AppCloser
 
Word - class Word.
A Word, displayed on the screen as a clickable text token.
Word() - Constructor for class Word
Creates a degenerate word.
Word(String, int, Web) - Constructor for class Word
Instantiate word 'text' in position 'i' of the sentence, with Web web.

A B C D E F G H I L M N O P R S T U V W