|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgov.nih.nlm.mms.browser.AbstractFinder
gov.nih.nlm.mms.browser.CuiSearchFinder
public class CuiSearchFinder
Represents a Finder that directly looks up concepts by CUI values.
All methods in this class should be called from a separate thread.
| Field Summary |
|---|
| Fields inherited from class gov.nih.nlm.mms.browser.AbstractFinder |
|---|
clm, fBrowsableInputStream, font_family, font_point_size, has_data_changed, user_configuration |
| Constructor Summary | |
|---|---|
CuiSearchFinder()
Instantiates a CuiSearchFinder. |
|
| Method Summary | |
|---|---|
String |
getName()
Returns the name. |
JPanel |
getPanel()
Returns a JPanel containing configuration options. |
boolean |
hasAdvancedOptions()
Indicates whether or not an options menu item should be supplied for advanced configuration options. |
void |
highlightText()
Highlights the text displayed in the cui text field. |
void |
refresh()
Redraws the text portions of the Finder. |
void |
resetToDefaults()
Resets the configuration back to default values. |
void |
showOptions()
Presents an advanced options GUI to the user. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CuiSearchFinder()
CuiSearchFinder.
| Method Detail |
|---|
public JPanel getPanel()
JPanel containing configuration options.
JPanel containing configuration optionspublic void resetToDefaults()
setPanelSelections to actually update the GUI.
public void highlightText()
public String getName()
public void showOptions()
public boolean hasAdvancedOptions()
true if so; false otherwisepublic void refresh()
Finder.
Should be called from a new Thread().
refresh in interface Finderrefresh in class AbstractFinder
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||