Home
last modified time | relevance | path

Searched refs:ScriptEditorForBeanShell (Results 1 – 2 of 2) sorted by relevance

/trunk/main/scripting/java/com/sun/star/script/framework/provider/beanshell/
H A DScriptEditorForBeanShell.java50 public class ScriptEditorForBeanShell class
64 private static ScriptEditorForBeanShell theScriptEditorForBeanShell;
76 ScriptEditorForBeanShell.class.getResource("template.bsh");
102 public static ScriptEditorForBeanShell getEditor() in getEditor()
106 synchronized(ScriptEditorForBeanShell.class) in getEditor()
111 new ScriptEditorForBeanShell(); in getEditor()
126 public static ScriptEditorForBeanShell getEditor(URL url) in getEditor()
129 return (ScriptEditorForBeanShell)BEING_EDITED.get(url); in getEditor()
216 ScriptEditorForBeanShell editor; in edit()
218 editor = (ScriptEditorForBeanShell) in edit()
[all …]
H A DScriptProviderForBeanShell.java89 return ScriptEditorForBeanShell.getEditor(); in getScriptEditor()
244 ScriptEditorForBeanShell editor = in invoke()
245 ScriptEditorForBeanShell.getEditor( in invoke()
299 ScriptEditorForBeanShell editor = null; in raiseEditor()
303 editor = ScriptEditorForBeanShell.getEditor( sourceUrl ); in raiseEditor()
306 editor = ScriptEditorForBeanShell.getEditor(); in raiseEditor()
310 editor = ScriptEditorForBeanShell.getEditor( sourceUrl ); in raiseEditor()

Completed in 24 milliseconds