com.partnersoft.editor.editors
Class TextEditor

java.lang.Object
  extended by com.partnersoft.editor.editors.TextEditor
All Implemented Interfaces:
CodexBrowserPage, CodexResourceModelEditor

public class TextEditor
extends java.lang.Object
implements CodexResourceModelEditor


Constructor Summary
TextEditor(EditorApp app, TextModel model)
           
 
Method Summary
 CodexNode getCodexLocation()
           
 CodexResourceModel getCodexResourceModel()
           
 java.awt.Component getGui()
           
 int getLineNumber()
           
 void highlightLine(int line)
           
 void runScript()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextEditor

public TextEditor(EditorApp app,
                  TextModel model)
Method Detail

getGui

public java.awt.Component getGui()
Specified by:
getGui in interface CodexBrowserPage

getCodexResourceModel

public CodexResourceModel getCodexResourceModel()
Specified by:
getCodexResourceModel in interface CodexResourceModelEditor

getCodexLocation

public CodexNode getCodexLocation()
Specified by:
getCodexLocation in interface CodexBrowserPage

getLineNumber

public int getLineNumber()
                  throws java.io.IOException
Throws:
java.io.IOException

highlightLine

public void highlightLine(int line)

runScript

public void runScript()