com.partnersoft.workbench.editors
Class ModulesDirectoryEditor

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

public class ModulesDirectoryEditor
extends AbstractWorkbenchDirectoryEditor


Field Summary
 
Fields inherited from class com.partnersoft.workbench.model.AbstractWorkbenchDirectoryEditor
actionBureau, directory, gui, name, workbench
 
Constructor Summary
ModulesDirectoryEditor()
           
 
Method Summary
 void load()
           
 void makeDirectory(java.lang.String path)
           
 void newModule()
           
 void save()
           
 
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

ModulesDirectoryEditor

public ModulesDirectoryEditor()
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

makeDirectory

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

newModule

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