Searched defs:we (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/test/java/awt/FullScreen/MultimonFullscreenTest/
H A DMultimonFullscreenTest.java378 public void windowClosing(WindowEvent we) { argument
380 Window w = (Window)we.getSource();
/openjdk7/jdk/src/share/classes/java/awt/
H A DDefaultKeyboardFocusManager.java132 private void restoreFocus(WindowEvent we) { argument
138 } else if (we.getOppositeWindow() != null &&
139 restoreFocus(we.getOppositeWindow(), null, false))
290 WindowEvent we = (WindowEvent)e;
292 Window newFocusedWindow = we.getWindow();
301 // we can not accept focus on such window, so reject it.
302 restoreFocus(we);
321 // events, we need to synthesize one if the active Window
334 restoreFocus(we);
344 restoreFocus(we);
[all...]
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCTrayIcon.java46 // In order to construct MouseEvent object, we need to specify a
48 // we use this dummy frame instead
310 // dialog's native window is created. This is why we create option
322 // do nothing, we tried and failed, no big deal
477 public void windowClosing(WindowEvent we) { argument
/openjdk7/langtools/test/tools/javap/4870651/
H A DTest.java60 abstract void we(List<? extends T> l); method in class:Test
/openjdk7/jdk/src/share/classes/sun/security/tools/policytool/
H A DPolicyTool.java75 // this way upon exit we know if to ask the user to save changes
353 // defaults and property expansion, we do it here so that
354 // if the call is successful, we can set the proper values
591 // we are at the end of the string -- transfer signer
642 //XXX we might want to keep a hash of created factories...
1523 * and we should display the original info as well.
1525 * - the other reason we need the 'edit' boolean is we need to know
1526 * when we are adding a NEW policy entry. in this case, we ca
2590 windowOpened(WindowEvent we) argument
2593 windowClosing(WindowEvent we) argument
2606 windowClosed(WindowEvent we) argument
2610 windowIconified(WindowEvent we) argument
2613 windowDeiconified(WindowEvent we) argument
2616 windowActivated(WindowEvent we) argument
2619 windowDeactivated(WindowEvent we) argument
3423 windowOpened(WindowEvent we) argument
3426 windowClosing(WindowEvent we) argument
3432 windowClosed(WindowEvent we) argument
3435 windowIconified(WindowEvent we) argument
3438 windowDeiconified(WindowEvent we) argument
3441 windowActivated(WindowEvent we) argument
3444 windowDeactivated(WindowEvent we) argument
[all...]

Completed in 43 milliseconds