com.partnersoft.workbench.editors
Class TextFileEditor

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

public class TextFileEditor
extends AbstractWorkbenchFileEditor


Field Summary
 
Fields inherited from class com.partnersoft.workbench.model.AbstractWorkbenchFileEditor
actionBureau, file, gui, name, workbench
 
Constructor Summary
TextFileEditor()
           
 
Method Summary
 void focusOnFindField()
           
 void load()
           
 void parseAction()
           
 void runAction()
           
 void save()
           
 void setLine(int line)
           
 void threadAction()
           
 
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

TextFileEditor

public TextFileEditor()
Method Detail

focusOnFindField

public void focusOnFindField()

load

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

save

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

parseAction

public void parseAction()
                 throws java.lang.Throwable
Throws:
java.lang.Throwable

threadAction

public void threadAction()
                  throws java.lang.Throwable
Throws:
java.lang.Throwable

runAction

public void runAction()
               throws java.lang.Throwable
Throws:
java.lang.Throwable

setLine

public void setLine(int line)