Package | Description |
---|---|
net.ontopia.topicmaps.viz |
Modifier and Type | Field and Description |
---|---|
protected VizTopicMapConfigurationManager |
TopicMapView.configman |
Modifier and Type | Method and Description |
---|---|
VizTopicMapConfigurationManager |
VizController.getConfigurationManager() |
VizTopicMapConfigurationManager |
ApplicationContext.getTmConfig()
Get the Configuration Manager
|
Modifier and Type | Method and Description |
---|---|
void |
TopicMapView.setConfigManager(VizTopicMapConfigurationManager configman)
Called when a new configuration has been loaded.
|
void |
ApplicationContextIF.setTmConfig(VizTopicMapConfigurationManager config)
Store the TopicMapConfiguration
|
void |
ApplicationContext.setTmConfig(VizTopicMapConfigurationManager tmConfig)
Set the Configuration Manager
|
Constructor and Description |
---|
TopicMapView(VizController controller,
TopicMapIF topicmap,
com.touchgraph.graphlayout.TGPanel tgPanel,
VizTopicMapConfigurationManager configman)
Creates the view and updates the TGPanel to show the new view.
|
VizTopicTypePriorityConfigManager(VizTopicMapConfigurationManager tmConfig) |