Uses of Class
com.swabunga.spell.event.Word

Packages that use Word
com.swabunga.spell.event   
 

Uses of Word in com.swabunga.spell.event
 

Methods in com.swabunga.spell.event that return Word
 Word AbstractWordFinder.current()
          Returns the current word in the iteration .
 Word WordFinder.current()
          This method should return the Word object representing the current word in the iteration.
 Word XMLWordFinder.next()
          This method scans the text from the end of the last word, and returns a new Word object corresponding to the next word.
 Word TeXWordFinder.next()
          This method scans the text from the end of the last word, and returns a new Word object corresponding to the next word.
 Word DefaultWordFinder.next()
          This method scans the text from the end of the last word, and returns a new Word object corresponding to the next word.
 Word JavaWordFinder.next()
          This method scans the text from the end of the last word, and returns a new Word object corresponding to the next word.
abstract  Word AbstractWordFinder.next()
          This method scans the text from the end of the last word, and returns a new Word object corresponding to the next word.
 Word WordFinder.next()
          This method should return the Word object representing the next word in the iteration (the first word if next() has not yet been called.)
 

Methods in com.swabunga.spell.event with parameters of type Word
 void Word.copy(Word w)
          Sets the value of this Word to be a copy of another.
 

Constructors in com.swabunga.spell.event with parameters of type Word
Word(Word w)
          Creates a new Word object by cloning an existing Word object.