|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ConceptView
Generically represents a view of a concept. All implementing methods should be called from a separate thread.
| Method Summary | |
|---|---|
String |
getContentType()
Returns the content type used for the JEditorPane display. |
FinderHandler |
getFinderHandler()
Indicates the FinderHandler that will
execute the find operation for this ConceptView |
void |
refresh()
Redraws the text portions of the Finder. |
void |
requestFocus()
Allows the view a chance to choose what component should request focus. |
void |
setBrowsableInputStream(BrowsableInputStream browsableInputStream)
Sets the BrowsableInputStream. |
void |
setConcept(Concept concept)
Sets the Concept to be displayed. |
void |
setConceptListManager(ConceptListManager clm)
Sets the ConceptListManager. |
void |
setFontFamily(String font_family)
Sets the font family for this ConceptView. |
void |
setFontPointSize(int point_size)
Sets the font point size for this ConceptView. |
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 |
| Methods inherited from interface gov.nih.nlm.mms.browser.FullyPrintable |
|---|
getPrintable, print |
| Method Detail |
|---|
void setConceptListManager(ConceptListManager clm)
ConceptListManager.
clm - ConceptListManagervoid setBrowsableInputStream(BrowsableInputStream browsableInputStream)
BrowsableInputStream.
browsableInputStream - BrowsableInputStreamvoid setConcept(Concept concept)
Concept to be displayed.
concept - ConceptString getContentType()
JEditorPane display.
void requestFocus()
void setFontPointSize(int point_size)
ConceptView.
point_size - intvoid setFontFamily(String font_family)
ConceptView.
font_family - intFinderHandler getFinderHandler()
FinderHandler that will
execute the find operation for this ConceptView
FinderHandlervoid subsetDirectoryOpened(File source_dir)
source_dir - the source directoryvoid refresh()
Finder.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||