gov.nih.nlm.mms.browser
Class WordSearchFinder.RadioButtonChoice

java.lang.Object
  extended by gov.nih.nlm.mms.browser.WordSearchFinder.RadioButtonChoice
Enclosing class:
WordSearchFinder

public static class WordSearchFinder.RadioButtonChoice
extends Object

Enumerates radio button choices in WordSearchFinder.OptionsGUI.


Field Summary
static WordSearchFinder.RadioButtonChoice AT_LEAST_2_WORDS
          Require match on at least 2 search words
static WordSearchFinder.RadioButtonChoice DISCARD_MOST_FREQ_WORD_MATCHES
          Discard matches that only contain most frequent words
static WordSearchFinder.RadioButtonChoice LOWEST_FREQ_WORD_MATCH
          Require match on lowest frequency word
static WordSearchFinder.RadioButtonChoice NONE_OF_THE_ABOVE
          None of the above
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

LOWEST_FREQ_WORD_MATCH

public static final WordSearchFinder.RadioButtonChoice LOWEST_FREQ_WORD_MATCH
Require match on lowest frequency word


DISCARD_MOST_FREQ_WORD_MATCHES

public static final WordSearchFinder.RadioButtonChoice DISCARD_MOST_FREQ_WORD_MATCHES
Discard matches that only contain most frequent words


AT_LEAST_2_WORDS

public static final WordSearchFinder.RadioButtonChoice AT_LEAST_2_WORDS
Require match on at least 2 search words


NONE_OF_THE_ABOVE

public static final WordSearchFinder.RadioButtonChoice NONE_OF_THE_ABOVE
None of the above

Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright ©2005