com.partnersoft.workbench.editors
Class GenericFileEditor

java.lang.Object
  extended by com.partnersoft.workbench.model.AbstractWorkbenchFileEditor
      extended by com.partnersoft.workbench.editors.GenericFileEditor
All Implemented Interfaces:
WorkbenchEditor, WorkbenchFileEditor

public class GenericFileEditor
extends AbstractWorkbenchFileEditor


Field Summary
 
Fields inherited from class com.partnersoft.workbench.model.AbstractWorkbenchFileEditor
actionBureau, file, gui, name, workbench
 
Constructor Summary
GenericFileEditor()
           
 
Method Summary
 void copyAction()
           
 void copyToClipboardAction()
           
 void load()
           
 void moveAction()
           
 void openAction()
           
 void pasteFromClipboardAction()
           
 void refreshAction()
           
 void removeAction()
           
 void renameAction()
           
 void save()
           
 void setLine(int line)
           
 void wikiAction()
           
 
Methods inherited from class com.partnersoft.workbench.model.AbstractWorkbenchFileEditor
doAction, doAction, getFile, getGui, getName, getWorkbench, loadCog, loadObject, saveCog, saveObject, setFile, setWorkbench
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericFileEditor

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

setLine

public void setLine(int line)

copyToClipboardAction

public void copyToClipboardAction()

pasteFromClipboardAction

public void pasteFromClipboardAction()

refreshAction

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

openAction

public void openAction()

wikiAction

public void wikiAction()

removeAction

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

renameAction

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

moveAction

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

copyAction

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