Lines Matching refs:URL
25 +import java.net.URL;
68 + public void highlighLineInScriptWindow(URL url, int lineNum) {
72 + public Object runScriptWindow(URL scriptUrl) throws Exception
77 + public void openFile(URL scriptUrl, Scriptable scope, Runnable closeCallback) {
85 + public void showScriptWindow(URL url) {
89 + public boolean isModified(URL url) {
93 + public String getText(URL url) {
174 +import java.net.URL;
279 + private String getFileName(URL url) {
285 + public void openFile(URL scriptUrl, Scriptable scope, Runnable closeCallback) {
320 + public void showScriptWindow(URL url) {
332 + public void highlighLineInScriptWindow(URL url, int lineNum) {
341 + public Object runScriptWindow(URL scriptUrl) throws Exception
378 + public boolean isModified(URL url)
385 + public String getText(URL url)
462 + URL scriptUrl = debugGui.officeScripts.getScriptUrl(url);
690 +import java.net.URL;
698 + public void addScript( URL url, Scriptable scope, Runnable closeCallback )
703 + public void addScript( String key, URL url, Scriptable scope, Runnable closeCallback )
740 + public URL getScriptUrl( String key )
742 + URL result = null;
787 + URL url;