|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.ontopia.topicmaps.viz.ApplicationContext
public abstract class ApplicationContext
EXPERIMENTAL: Common methods for all application contexts.
Constructor Summary | |
---|---|
ApplicationContext()
|
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface net.ontopia.topicmaps.viz.ApplicationContextIF |
---|
focusNode, getAssocFrame, getDefaultLocality, getDefaultScopingTopic, getEnabledItemIds, getMaxLocality, getStartTopic, getTopicForLocator, getTopicFrame, goToTopic, isApplet, loadTopic, openPropertiesURL, setScopingTopic, setStartTopic |
Constructor Detail |
---|
public ApplicationContext()
Method Detail |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |