|
20100210, rgf | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.star.script.framework.provider.oorexx.ScriptEditorForooRexx
public class ScriptEditorForooRexx
Method Summary | |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
|
void |
edit(com.sun.star.script.provider.XScriptContext context,
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(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()
public java.lang.String getExtension()
public void indicateErrorLine(int lineNum)
public void setScriptMetaData(ScriptMetaData smd)
public java.lang.Object execute() throws java.lang.Exception
java.lang.Exception
public void edit(com.sun.star.script.provider.XScriptContext context, ScriptMetaData entry)
context
- The context in which to execute the scriptentry
- The metadata describing 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
|
20100210, rgf | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |