C E G I J M P R T W

C

changeSearchMode(int, int) - 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, int) - 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) - Method in class edu.gwu.jworddrivers.RogetDriver
Perform a search only looking at headwords as key values
getLemma(String, int) - Method in class edu.gwu.jworddrivers.WordNetDriver
Returns the WordNet's 'lemma' of a word.
getTitle() - Method in class edu.gwu.jworddrivers.JWordDriver
This method should return the title of the dictionary
getTitle() - Method in class edu.gwu.jworddrivers.RogetDriver
 
getTitle() - Method in class edu.gwu.jworddrivers.RogetwithLemmaDriver
 
getTitle() - Method in class edu.gwu.jworddrivers.RootBookDriver
This method should return the title of the dictionary
getTitle() - Method in class edu.gwu.jworddrivers.WordNetDriver
 

I

initDictionary() - 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() - Method in class edu.gwu.jworddrivers.RogetDriver
Load the dictionary file into memory
initDictionary() - Method in class edu.gwu.jworddrivers.RootBookDriver
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() - Method in class edu.gwu.jworddrivers.WordNetDriver
Load the dictionary file into memory

J

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

M

main(String[]) - Static method in class edu.gwu.jworddrivers.RootBookDriver
 
main(String[]) - Static method in class edu.gwu.jworddrivers.WordNetDriver
 
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() - Method in class edu.gwu.jworddrivers.RogetDriver
 

R

returnPOS(DefaultMutableTreeNode, int, String) - 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) - 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) - Method in class edu.gwu.jworddrivers.RogetwithLemmaDriver
 
returnPOS(DefaultMutableTreeNode, int, String) - Method in class edu.gwu.jworddrivers.RootBookDriver
Note: This Method is NOT SUPPORTED by the RootBookDriver! Calling it will perform no action
returnPOS(DefaultMutableTreeNode, int, String) - 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) - 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) - 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) - Method in class edu.gwu.jworddrivers.RogetwithLemmaDriver
 
returnSearch(DefaultMutableTreeNode, String) - Method in class edu.gwu.jworddrivers.RootBookDriver
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) - 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 in edu.gwu.jworddrivers
 
RogetDriver() - Constructor for class edu.gwu.jworddrivers.RogetDriver
 
RogetNode - Class in edu.gwu.jworddrivers
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)
RogetwithLemmaDriver - Class in edu.gwu.jworddrivers
 
RogetwithLemmaDriver() - Constructor for class edu.gwu.jworddrivers.RogetwithLemmaDriver
 
RootBookDriver - Class in edu.gwu.jworddrivers
 
RootBookDriver() - Constructor for class edu.gwu.jworddrivers.RootBookDriver
 

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

C E G I J M P R T W