com.partnersoft.workbench.editors
Class MapsetDirectoryEditor

java.lang.Object
  extended by com.partnersoft.workbench.model.AbstractWorkbenchDirectoryEditor
      extended by com.partnersoft.workbench.editors.MapsetDirectoryEditor
All Implemented Interfaces:
WorkbenchDirectoryEditor, WorkbenchEditor

public class MapsetDirectoryEditor
extends AbstractWorkbenchDirectoryEditor


Field Summary
 
Fields inherited from class com.partnersoft.workbench.model.AbstractWorkbenchDirectoryEditor
actionBureau, directory, gui, name, workbench
 
Constructor Summary
MapsetDirectoryEditor()
           
 
Method Summary
 void addStylesToLegend()
           
 void buildMapsetConfig()
           
 void importMergeData()
           
 void load()
           
 void makeDirectory(java.lang.String path)
           
 void makeFile(java.lang.String path)
           
 void makeScaledStylesForIcons()
           
 void makeStylesForIcons()
           
 void makeStylesForIcons(boolean scaleToMap, double scaleFactor)
           
 void publishAndSpool()
           
 void publishFromSpool()
           
 void publishMapset()
           
 void save()
           
 void wiki()
           
 
Methods inherited from class com.partnersoft.workbench.model.AbstractWorkbenchDirectoryEditor
doAction, doAction, getDirectory, getGui, getName, getWorkbench, reload, setDirectory, setWorkbench
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapsetDirectoryEditor

public MapsetDirectoryEditor()
Method Detail

load

public void load()
          throws java.io.IOException
Throws:
java.io.IOException

save

public void save()
          throws java.io.IOException
Throws:
java.io.IOException

wiki

public void wiki()
          throws java.io.IOException
Throws:
java.io.IOException

makeDirectory

public void makeDirectory(java.lang.String path)
                   throws java.lang.Exception
Throws:
java.lang.Exception

makeStylesForIcons

public void makeStylesForIcons()
                        throws java.lang.Exception
Throws:
java.lang.Exception

makeScaledStylesForIcons

public void makeScaledStylesForIcons()
                              throws java.lang.Exception
Throws:
java.lang.Exception

makeStylesForIcons

public void makeStylesForIcons(boolean scaleToMap,
                               double scaleFactor)
                        throws java.lang.Exception
Throws:
java.lang.Exception

addStylesToLegend

public void addStylesToLegend()
                       throws java.lang.Exception
Throws:
java.lang.Exception

makeFile

public void makeFile(java.lang.String path)
              throws java.lang.Exception
Throws:
java.lang.Exception

importMergeData

public void importMergeData()
                     throws java.lang.Exception
Throws:
java.lang.Exception

publishMapset

public void publishMapset()
                   throws java.lang.Exception
Throws:
java.lang.Exception

publishAndSpool

public void publishAndSpool()
                     throws java.lang.Exception
Throws:
java.lang.Exception

publishFromSpool

public void publishFromSpool()
                      throws java.lang.Exception
Throws:
java.lang.Exception

buildMapsetConfig

public void buildMapsetConfig()
                       throws java.lang.Exception
Throws:
java.lang.Exception