|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgov.nih.nlm.mms.browser.WordSearchFinder.RadioButtonChoice
public static class WordSearchFinder.RadioButtonChoice
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 |
|---|
public static final WordSearchFinder.RadioButtonChoice LOWEST_FREQ_WORD_MATCH
public static final WordSearchFinder.RadioButtonChoice DISCARD_MOST_FREQ_WORD_MATCHES
public static final WordSearchFinder.RadioButtonChoice AT_LEAST_2_WORDS
public static final WordSearchFinder.RadioButtonChoice NONE_OF_THE_ABOVE
| Method Detail |
|---|
public String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||