C E G I J M P R T W

C

changeSearchMode(int, int) - Static method in class edu.gwu.jworddrivers.RogetDriver
Use the MODE_ constants to set these flags determines how thorough returnSearch should be

E

edu.gwu.jworddrivers - package edu.gwu.jworddrivers
 

G

getCurrentDescription() - Method in class edu.gwu.jworddrivers.JWordNode
Returns the description specific to the current node selected
getCurrentDescription() - Method in class edu.gwu.jworddrivers.RogetNode
Returns example sentences found in the RogetLibrary (none)
getCurrentDescription() - Method in class edu.gwu.jworddrivers.WordNetNode
Returns an HTML formatted list of each gloss found for the current selected word
getDescription() - Method in class edu.gwu.jworddrivers.JWordNode
Returns description for all nodes under this node.
getDescription() - Method in class edu.gwu.jworddrivers.RogetNode
Returns example sentences found in the RogetLibrary (none)
getDescription() - Method in class edu.gwu.jworddrivers.WordNetNode
Returns an HTML formatted list of each gloss found for the synset.
getExampleSentences(String) - Static method in class edu.gwu.jworddrivers.WordNetDriver
Returns WordNet's example sentences that are in the SynSet of the lemma of the word, and where the word is found in the example sentence
getHeadWordInfo(DefaultMutableTreeNode, String) - Static method in class edu.gwu.jworddrivers.RogetDriver
Perform a search only looking at headwords as key values
getLemma(String) - Static method in class edu.gwu.jworddrivers.WordNetDriver
Returns the WordNet's 'lemma' of a word.
getWordInfo(DefaultMutableTreeNode, String) - Static method in class edu.gwu.jworddrivers.RogetDriver
Perform a search using any text found in the dictionary

I

initDictionary() - Static method in class edu.gwu.jworddrivers.JWordDriver
This method should be implemented to load all dictionary resources this method will be called by JWord before running any other methods in the class
initDictionary() - Static method in class edu.gwu.jworddrivers.RogetDriver
Load the dictionary file into memory
initDictionary() - Static method in class edu.gwu.jworddrivers.WordNetDriver
Load the dictionary file into memory

J

JWordDriver - class edu.gwu.jworddrivers.JWordDriver.
 
JWordDriver() - Constructor for class edu.gwu.jworddrivers.JWordDriver
 
JWordNode - class edu.gwu.jworddrivers.JWordNode.
 
JWordNode() - Constructor for class edu.gwu.jworddrivers.JWordNode
Must Implement a real constructor.

M

MODE_ALLWORDS - Static variable in class edu.gwu.jworddrivers.RogetDriver
 
MODE_HEADWORDS - Static variable in class edu.gwu.jworddrivers.RogetDriver
 
MODE_POS_ADJECTIVE - Static variable in class edu.gwu.jworddrivers.RogetDriver
 
MODE_POS_ADVERB - Static variable in class edu.gwu.jworddrivers.RogetDriver
 
MODE_POS_NOUN - Static variable in class edu.gwu.jworddrivers.RogetDriver
 
MODE_POS_VERB - Static variable in class edu.gwu.jworddrivers.RogetDriver
 

P

POS_ADJECTIVE - Static variable in class edu.gwu.jworddrivers.JWordDriver
 
POS_ADVERB - Static variable in class edu.gwu.jworddrivers.JWordDriver
 
POS_NOUN - Static variable in class edu.gwu.jworddrivers.JWordDriver
 
POS_VERB - Static variable in class edu.gwu.jworddrivers.JWordDriver
 
printHeadWords() - Static method in class edu.gwu.jworddrivers.RogetDriver
 

R

returnPOS(DefaultMutableTreeNode, int, String) - Static method in class edu.gwu.jworddrivers.JWordDriver
This method is identical to that of returnSearch except that it generates the tree starting at the Part of Speech level rather than the dictionary level
returnPOS(DefaultMutableTreeNode, int, String) - Static method in class edu.gwu.jworddrivers.RogetDriver
This method is identical to that of returnSearch except that it generates the tree starting at the Part of Speech level rather than the dictionary level
returnPOS(DefaultMutableTreeNode, int, String) - Static method in class edu.gwu.jworddrivers.WordNetDriver
This method is identical to that of returnSearch except that it generates the tree starting at the Part of Speech level rather than the dictionary level
returnSearch(DefaultMutableTreeNode, String) - Static method in class edu.gwu.jworddrivers.JWordDriver
Given the starting position on a JTree and a search word this method will construct DefatultMutableTreeNodes containing JWordNodes based on the dictionary's word relationships matched by the searchWord
returnSearch(DefaultMutableTreeNode, String) - Static method in class edu.gwu.jworddrivers.RogetDriver
Given a DefaultMutableTreeNode to start at and a word to search for this will build the tree based on the thesauras's word relationship using the
returnSearch(DefaultMutableTreeNode, String) - Static method in class edu.gwu.jworddrivers.WordNetDriver
Given a DefaultMutableTreeNode to start at and a word to search for this will build the tree based on the WordNet's word relationship using the
RogetDriver - class edu.gwu.jworddrivers.RogetDriver.
 
RogetDriver() - Constructor for class edu.gwu.jworddrivers.RogetDriver
 
RogetNode - class edu.gwu.jworddrivers.RogetNode.
Displays the information from the RogetDriver into the JWord console
RogetNode(String, String) - Constructor for class edu.gwu.jworddrivers.RogetNode
Builds a node based on the returned search results (curString) and the word searched for (curWord)

T

toString() - Method in class edu.gwu.jworddrivers.JWordNode
Return what the node should display
This is recommended to be a list of words or an example string with the search word bolded and italicized
toString() - Method in class edu.gwu.jworddrivers.RogetNode
Returns curString with curWord bolded and italicized
toString() - Method in class edu.gwu.jworddrivers.WordNetNode
Returns a string containing the first Gloss found for the sense.

W

WordNetDriver - class edu.gwu.jworddrivers.WordNetDriver.
 
WordNetDriver() - Constructor for class edu.gwu.jworddrivers.WordNetDriver
 
WordNetNode - class edu.gwu.jworddrivers.WordNetNode.
WordNetNode Node is a class used for displaying Synonym Sets in a JTree and additional information text component.
WordNetNode() - Constructor for class edu.gwu.jworddrivers.WordNetNode
 
WordNetNode(Synset, String) - Constructor for class edu.gwu.jworddrivers.WordNetNode
Takes in a Synset to create object.

C E G I J M P R T W