|
||||||||||
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.CodeSearchFinder
Represents a Finder
that directly looks up concepts by CODE values.
Nested Class Summary | |
class |
CodeSearchFinder.BackwardAction
|
class |
CodeSearchFinder.ForwardAction
|
class |
CodeSearchFinder.NameComparator
|
class |
CodeSearchFinder.PopupListener
|
Field Summary |
Fields inherited from class gov.nih.nlm.mms.browser.AbstractFinder |
clm, default_configuration, font_family, font_point_size, has_data_changed, user_configuration |
Constructor Summary | |
CodeSearchFinder()
Instantiates a CodeSearchFinder . |
Method Summary | |
String |
getName()
Returns the name. |
JPanel |
getPanel()
Returns a JPanel containing configuration options. |
Properties |
getProperties()
Method returns all properties specific to the ConceptView . |
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 word text field. |
void |
refresh()
Redraws the text portions of the Finder . |
void |
resetToDefaults()
Resets the configuration back to default values. |
void |
setProperties(Properties p)
Sets the view properties. |
void |
showOptions()
Presents an advanced options GUI to the user. |
void |
subsetDirectoryOpened(File source_dir)
Handles opening of a source directory. |
Methods inherited from class gov.nih.nlm.mms.browser.AbstractFinder |
addDataChangeListener, compareTo, getColor, getConfigurationDetails, getGUIConfigurableForValidationFailure, getHelpPanel, getTabDescription, getValidateMessage, getValidationErrors, getValidationWarnings, hasDataChanged, removeDataChangeListener, resetDataChanged, setConceptListManager, setConfiguration, setConfiguration, setDataChanged, setFontFamily, setFontPointSize, setPanelSelections, validate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CodeSearchFinder()
CodeSearchFinder
.
Method Detail |
public JPanel getPanel()
JPanel
containing configuration options.
JPanel
containing configuration optionspublic void subsetDirectoryOpened(File source_dir)
subsetDirectoryOpened
in interface Finder
subsetDirectoryOpened
in class AbstractFinder
source_dir
- the source directorypublic Properties getProperties()
ConceptView
.
getProperties
in interface Configurable
getProperties
in class AbstractFinder
Properties
only those directly related to the concept view.public void setProperties(Properties p)
setProperties
in interface Configurable
setProperties
in class AbstractFinder
p
- Properties
public 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
.
refresh
in interface Finder
refresh
in class AbstractFinder
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |