|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Finder
Generically represents a way to find Concepts.
All implementing methods should be called from a separate thread.
| Method Summary | |
|---|---|
void |
refresh()
Redraws the text portions of the Finder. |
void |
setBrowsableInputStream(BrowsableInputStream browsableInputStream)
Sets the BrowsableInputStream. |
void |
setConceptListManager(ConceptListManager clm)
Sets the ConceptListManager. |
void |
setFontFamily(String font_family)
Sets the font family for this Finder. |
void |
setFontPointSize(int point_size)
Sets the font point size for this Finder. |
void |
subsetDirectoryOpened(File source_dir)
Handles opening of a source directory. |
| Methods inherited from interface gov.nih.nlm.mms.GUIConfigurable |
|---|
addDataChangeListener, getColor, getGUIConfigurableForValidationFailure, getHelpPanel, getName, getPanel, getTabDescription, getValidationErrors, getValidationWarnings, hasAdvancedOptions, hasDataChanged, removeDataChangeListener, resetDataChanged, setDataChanged, setPanelSelections, showOptions, validate |
| Methods inherited from interface gov.nih.nlm.mms.Configurable |
|---|
getConfigurationDetails, getProperties, resetToDefaults, setConfiguration, setConfiguration, setProperties |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Method Detail |
|---|
void setConceptListManager(ConceptListManager clm)
ConceptListManager.
clm - ConceptListManagervoid setBrowsableInputStream(BrowsableInputStream browsableInputStream)
BrowsableInputStream.
browsableInputStream - BrowsableInputStreamvoid subsetDirectoryOpened(File source_dir)
source_dir - the source directoryvoid setFontPointSize(int point_size)
Finder.
point_size - intvoid setFontFamily(String font_family)
Finder.
font_family - intvoid refresh()
Finder.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||