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, wait
focusNode, getAssocFrame, getDefaultLocality, getDefaultScopingTopic, getEnabledItemIds, getMaxLocality, getStartTopic, getTopicForLocator, getTopicFrame, goToTopic, isApplet, loadTopic, openPropertiesURL, setScopingTopic, setStartTopic
public TopicMapView getView()
public void setView(TopicMapView view)
setView
in interface ApplicationContextIF
view
- The view to set.public VizTopicMapConfigurationManager getTmConfig()
public void setTmConfig(VizTopicMapConfigurationManager tmConfig)
setTmConfig
in interface ApplicationContextIF
tmConfig
- The tmConfig to set.public VizPanel getVizPanel()
public void setVizPanel(VizPanel vpanel)
setVizPanel
in interface ApplicationContextIF
vpanel
- The vpanel to set.