Uses of Class
com.gmail.thejcwk.semantics.phrases.PhraseCollection

Packages that use PhraseCollection
com.gmail.thejcwk.semantics.gui   
com.gmail.thejcwk.semantics.gui.couplings   
com.gmail.thejcwk.semantics.topicmaps   
 

Uses of PhraseCollection in com.gmail.thejcwk.semantics.gui
 

Methods in com.gmail.thejcwk.semantics.gui that return PhraseCollection
 PhraseCollection Session.getCollection()
          Get the collection being used in this Session.
 

Methods in com.gmail.thejcwk.semantics.gui with parameters of type PhraseCollection
 void Session.setCollection(PhraseCollection aCollection)
          Set the collection used in this Session.
 

Constructors in com.gmail.thejcwk.semantics.gui with parameters of type PhraseCollection
FilterSettingsFrame(PhraseCollection aCollection)
          Construct a new FilterSettingsFrame.
 

Uses of PhraseCollection in com.gmail.thejcwk.semantics.gui.couplings
 

Constructors in com.gmail.thejcwk.semantics.gui.couplings with parameters of type PhraseCollection
TextDatabaseGenerator(PhraseCollection aCollection)
          Creates a new TextDatabaseGenerator to act on the given collection.
TopicMapComponentGenerator(PhraseCollection somePhrases, double width, double height)
           
 

Uses of PhraseCollection in com.gmail.thejcwk.semantics.topicmaps
 

Constructors in com.gmail.thejcwk.semantics.topicmaps with parameters of type PhraseCollection
LinguisticTopicMap(PhraseCollection phrases)
          Construct a new generator.