Package net.ontopia.topicmaps.viz
Class VizGeneralConfigurationManager
java.lang.Object
net.ontopia.topicmaps.viz.VizConfigurationManager
net.ontopia.topicmaps.viz.VizGeneralConfigurationManager
PUBLIC: Description: Configuration Manager for General options
-
Field Summary
Fields inherited from class net.ontopia.topicmaps.viz.VizConfigurationManager
BASE, builder, DEFAULT_ASSOCIATION_TYPE, DEFAULT_TYPE, defaultAssociationType, defaultType, GENERAL_TOPIC, generalTopic, topicmap, UNTYPED, untypedTopic -
Constructor Summary
ConstructorsConstructorDescriptionCreates an empty configuration manager where everything is set to default.VizGeneralConfigurationManager(File tmfile) Constructor initializes the configuration by loading a topic map from the URL given in the parameter.Constructor initializes the configuration by loading a topic map from the URL given in the parameter. -
Method Summary
Modifier and TypeMethodDescriptionprotected voidinit()voidvoidsetCurrentRDBMSDir(String dir) voidsetCurrentTMDir(String currentTMDir) voidsetRdfMappingFile(File aFile) voidMethods inherited from class net.ontopia.topicmaps.viz.VizConfigurationManager
getConfigTopic, getOccurrence, getOccurrenceValue, getOccurrenceValue, getOccurrenceValue, getTopic, getTopic, getTopicMap, removeOccurence, removeOccurrence, save, setOccurenceValue, setOccurenceValue, setOccurrenceValue
-
Constructor Details
-
VizGeneralConfigurationManager
public VizGeneralConfigurationManager()Creates an empty configuration manager where everything is set to default. -
VizGeneralConfigurationManager
Constructor initializes the configuration by loading a topic map from the URL given in the parameter.- Throws:
IOException
-
VizGeneralConfigurationManager
Constructor initializes the configuration by loading a topic map from the URL given in the parameter.- Throws:
IOException
-
-
Method Details
-
updateRecentFiles
-
getRecentFiles
-
init
protected void init()- Overrides:
initin classVizConfigurationManager
-
getRDFMappingFile
-
setRdfMappingFile
-
getCurrentTMDir
-
setCurrentTMDir
-
getCurrentRDBMSDir
-
setCurrentRDBMSDir
-
getCurrentConfigDir
-
setCurrentConfigDir
-