net.ontopia.topicmaps.viz
Class VizGeneralConfigurationManager

java.lang.Object
  extended by net.ontopia.topicmaps.viz.VizConfigurationManager
      extended by net.ontopia.topicmaps.viz.VizGeneralConfigurationManager

public class VizGeneralConfigurationManager
extends VizConfigurationManager

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
VizGeneralConfigurationManager()
          Creates an empty configuration manager where everything is set to default.
VizGeneralConfigurationManager(java.io.File tmfile)
          Constructor initializes the configuration by loading a topic map from the URL given in the parameter.
VizGeneralConfigurationManager(java.lang.String tmurl)
          Constructor initializes the configuration by loading a topic map from the URL given in the parameter.
 
Method Summary
 java.lang.String getCurrentConfigDir()
           
 java.lang.String getCurrentRDBMSDir()
           
 java.lang.String getCurrentTMDir()
           
 java.lang.String getRDFMappingFile()
           
 java.util.List getRecentFiles()
           
protected  void init()
           
 void setCurrentConfigDir(java.lang.String dir)
           
 void setCurrentRDBMSDir(java.lang.String dir)
           
 void setCurrentTMDir(java.lang.String currentTMDir)
           
 void setRdfMappingFile(java.io.File aFile)
           
 void updateRecentFiles(java.io.File f)
           
 
Methods inherited from class net.ontopia.topicmaps.viz.VizConfigurationManager
getConfigTopic, getOccurrence, getOccurrenceValue, getOccurrenceValue, getOccurrenceValue, getTopic, getTopic, getTopicMap, removeOccurence, removeOccurrence, save, setOccurenceValue, setOccurenceValue, setOccurrenceValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VizGeneralConfigurationManager

public VizGeneralConfigurationManager()
Creates an empty configuration manager where everything is set to default.


VizGeneralConfigurationManager

public VizGeneralConfigurationManager(java.io.File tmfile)
                               throws java.io.IOException
Constructor initializes the configuration by loading a topic map from the URL given in the parameter.

Throws:
java.io.IOException

VizGeneralConfigurationManager

public VizGeneralConfigurationManager(java.lang.String tmurl)
                               throws java.io.IOException
Constructor initializes the configuration by loading a topic map from the URL given in the parameter.

Throws:
java.io.IOException
Method Detail

updateRecentFiles

public void updateRecentFiles(java.io.File f)

getRecentFiles

public java.util.List getRecentFiles()

init

protected void init()
Overrides:
init in class VizConfigurationManager

getRDFMappingFile

public java.lang.String getRDFMappingFile()

setRdfMappingFile

public void setRdfMappingFile(java.io.File aFile)

getCurrentTMDir

public java.lang.String getCurrentTMDir()

setCurrentTMDir

public void setCurrentTMDir(java.lang.String currentTMDir)

getCurrentRDBMSDir

public java.lang.String getCurrentRDBMSDir()

setCurrentRDBMSDir

public void setCurrentRDBMSDir(java.lang.String dir)

getCurrentConfigDir

public java.lang.String getCurrentConfigDir()

setCurrentConfigDir

public void setCurrentConfigDir(java.lang.String dir)


Copyright © 2000-2012 Ontopia.