|
20080806, rgf | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.oorexx.ooo.scripting.framework.ScriptEditorForooRexx
Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent e)
|
void |
edit(com.sun.star.script.provider.XScriptContext context,
com.sun.star.script.framework.container.ScriptMetaData entry)
Opens an editor window for the specified ScriptMetaData. |
java.lang.Object |
execute()
Executes the script edited by the editor |
static ScriptEditorForooRexx |
getEditor()
Returns the global ScriptEditorForooRexx instance. |
static ScriptEditorForooRexx |
getEditor(java.net.URL url)
Get the ScriptEditorForooRexx instance for this URL |
java.lang.String |
getExtension()
Returns the default extension for ooRexx scripts |
(package private) static int |
getRexxErrorLineNumber(java.lang.String msg)
Try to locate the error line number in the supplied Rexx error message and return it as an int. |
java.lang.String |
getTemplate()
Returns the template text for ooRexx scripts |
java.lang.String |
getText()
Returns the text being displayed in this ScriptEditorForooRexx |
void |
indicateErrorLine(int lineNum)
Indicates the line where error occured |
boolean |
isModified()
Returns whether or not the script source being edited in this ScriptEditorForooRexx has been modified |
void |
setScriptMetaData(com.sun.star.script.framework.container.ScriptMetaData smd)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static ScriptEditorForooRexx getEditor()
public static ScriptEditorForooRexx getEditor(java.net.URL url)
url
- The URL of the script source file
public boolean isModified()
public java.lang.String getText()
public java.lang.String getTemplate()
getTemplate
in interface com.sun.star.script.framework.provider.ScriptEditor
public java.lang.String getExtension()
getExtension
in interface com.sun.star.script.framework.provider.ScriptEditor
public void indicateErrorLine(int lineNum)
indicateErrorLine
in interface com.sun.star.script.framework.provider.ScriptEditor
public void setScriptMetaData(com.sun.star.script.framework.container.ScriptMetaData smd)
public java.lang.Object execute() throws java.lang.Exception
execute
in interface com.sun.star.script.framework.provider.ScriptEditor
java.lang.Exception
public void edit(com.sun.star.script.provider.XScriptContext context, com.sun.star.script.framework.container.ScriptMetaData entry)
edit
in interface com.sun.star.script.framework.provider.ScriptEditor
context
- The context in which to execute the scriptpublic void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
static int getRexxErrorLineNumber(java.lang.String msg)
msg
- Rexx error message to parse
|
20080806, rgf | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |