Lines Matching refs:w
234 currentWindow = w;
238 w.setVisible(true);
264 + FileWindow w = (FileWindow)getSelectedFrame();
265 + if (w != null)
266 + w.load();
268 + FileWindow w = (FileWindow)getSelectedFrame();
269 + if (w != null)
270 + w.save();
322 + FileWindow w = (FileWindow)getFileWindow(key);
323 + if (w != null)
325 + desk.getDesktopManager().deiconifyFrame(w);
326 + desk.getDesktopManager().activateFrame(w);
327 + w.show();
328 + w.toFront();
334 + FileWindow w = (FileWindow)getFileWindow(key);
335 + if (w != null)
344 + FileWindow w = (FileWindow)getFileWindow(key);
346 + w.toFront();
347 + if (w != null)
356 + String url = w.getUrl();
365 + result = dim.evalScriptWithReturn(url, w.textArea.getText(), scope);
381 + FileWindow w = (FileWindow)getFileWindow(key);
382 + return w.isModified();
388 + FileWindow w = (FileWindow)getFileWindow(key);
389 + return w.getText();
400 + if (! w.isEditable()) {
411 + if (! w.isEditable()) {
421 + if (! w.isEditable()) {