|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Generically represents a view of a concept.
| 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 |
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 |
public void setConceptListManager(ConceptListManager clm)
ConceptListManager.
clm - ConceptListManagerpublic void setConcept(Concept concept)
Concept to be displayed.
concept - Conceptpublic String getContentType()
JEditorPane display.
public void setFontPointSize(int point_size)
ConceptView.
point_size - intpublic void setFontFamily(String font_family)
ConceptView.
font_family - intpublic FinderHandler getFinderHandler()
FinderHandler that will
execute the find operation for this ConceptView
FinderHandlerpublic void subsetDirectoryOpened(File source_dir)
source_dir - the source directory
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||