Uses of Class
net.ontopia.topicmaps.viz.VizTopicMapConfigurationManager
-
Packages that use VizTopicMapConfigurationManager Package Description net.ontopia.topicmaps.viz -
-
Uses of VizTopicMapConfigurationManager in net.ontopia.topicmaps.viz
Fields in net.ontopia.topicmaps.viz declared as VizTopicMapConfigurationManager Modifier and Type Field Description protected VizTopicMapConfigurationManager
TopicMapView. configman
Methods in net.ontopia.topicmaps.viz that return VizTopicMapConfigurationManager Modifier and Type Method Description VizTopicMapConfigurationManager
VizController. getConfigurationManager()
VizTopicMapConfigurationManager
ApplicationContext. getTmConfig()
Get the Configuration ManagerMethods in net.ontopia.topicmaps.viz with parameters of type VizTopicMapConfigurationManager Modifier and Type Method Description void
TopicMapView. setConfigManager(VizTopicMapConfigurationManager configman)
Called when a new configuration has been loaded.void
ApplicationContext. setTmConfig(VizTopicMapConfigurationManager tmConfig)
Set the Configuration Managervoid
ApplicationContextIF. setTmConfig(VizTopicMapConfigurationManager config)
Store the TopicMapConfigurationConstructors in net.ontopia.topicmaps.viz with parameters of type VizTopicMapConfigurationManager Constructor 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)
-