com.partnersoft.workbench.editors
Class LogFileEditor

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

public class LogFileEditor
extends AbstractWorkbenchFileEditor


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

LogFileEditor

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