Uses of Class
net.ontopia.topicmaps.viz.VizTopicMapConfigurationManager
Packages that use VizTopicMapConfigurationManager
-
Uses of VizTopicMapConfigurationManager in net.ontopia.topicmaps.viz
Fields in net.ontopia.topicmaps.viz declared as VizTopicMapConfigurationManagerModifier and TypeFieldDescriptionprotected VizTopicMapConfigurationManagerTopicMapView.configmanMethods in net.ontopia.topicmaps.viz that return VizTopicMapConfigurationManagerModifier and TypeMethodDescriptionVizController.getConfigurationManager()ApplicationContext.getTmConfig()Get the Configuration ManagerMethods in net.ontopia.topicmaps.viz with parameters of type VizTopicMapConfigurationManagerModifier and TypeMethodDescriptionvoidTopicMapView.setConfigManager(VizTopicMapConfigurationManager configman) Called when a new configuration has been loaded.voidApplicationContext.setTmConfig(VizTopicMapConfigurationManager tmConfig) Set the Configuration ManagervoidApplicationContextIF.setTmConfig(VizTopicMapConfigurationManager config) Store the TopicMapConfigurationConstructors in net.ontopia.topicmaps.viz with parameters of type VizTopicMapConfigurationManagerModifierConstructorDescriptionTopicMapView(VizController controller, TopicMapIF topicmap, com.touchgraph.graphlayout.TGPanel tgPanel, VizTopicMapConfigurationManager configman) Creates the view and updates the TGPanel to show the new view.