public abstract class ApplicationContext extends Object implements ApplicationContextIF
| Constructor and Description |
|---|
ApplicationContext() |
| Modifier and Type | Method and Description |
|---|---|
VizTopicMapConfigurationManager |
getTmConfig()
Get the Configuration Manager
|
TopicMapView |
getView()
Get the view attached to this context
|
VizPanel |
getVizPanel()
Get the Panel
|
void |
setTmConfig(VizTopicMapConfigurationManager tmConfig)
Set the Configuration Manager
|
void |
setView(TopicMapView view)
Set the view for this context
|
void |
setVizPanel(VizPanel vpanel)
Set the Panel
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfocusNode, getAssocFrame, getDefaultLocality, getDefaultScopingTopic, getEnabledItemIds, getMaxLocality, getStartTopic, getTopicForLocator, getTopicFrame, goToTopic, isApplet, loadTopic, openPropertiesURL, setScopingTopic, setStartTopicpublic TopicMapView getView()
public void setView(TopicMapView view)
setView in interface ApplicationContextIFview - The view to set.public VizTopicMapConfigurationManager getTmConfig()
public void setTmConfig(VizTopicMapConfigurationManager tmConfig)
setTmConfig in interface ApplicationContextIFtmConfig - The tmConfig to set.public VizPanel getVizPanel()
public void setVizPanel(VizPanel vpanel)
setVizPanel in interface ApplicationContextIFvpanel - The vpanel to set.