Searched refs:we (Results 1 - 25 of 33) sorted by relevance

12

/openjdk7/jdk/test/java/awt/Focus/TranserFocusToWindow/
H A DTranserFocusToWindow.java78 public void windowLostFocus(WindowEvent we) {
79 System.out.println(we);
81 public void windowGainedFocus(WindowEvent we) {
82 System.out.println(we);
87 public void windowLostFocus(WindowEvent we) {
88 System.out.println(we);
90 public void windowGainedFocus(WindowEvent we) {
91 System.out.println(we);
95 public void windowLostFocus(WindowEvent we) {
96 System.out.println(we);
[all...]
/openjdk7/jdk/test/java/io/Serializable/oldTests/
H A DCheckForException.java55 NotSerializableException we = null;
63 we = e;
65 if (we == null) {
/openjdk7/jdk/test/com/sun/jdi/
H A DRedefinePop.sh54 mine.a1(44); // @1 delete the call that we are in when the pop occurs
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/encoding/
H A DSOAPBindingCodec.java61 * This is used when we need to determine the encoding from what we received (for decoding)
344 } catch(RuntimeException we) {
345 if (we instanceof ExceptionHasMessage || we instanceof UnsupportedMediaException) {
346 throw we;
348 throw new MessageCreationException(binding.getSOAPVersion(), we);
371 } catch(RuntimeException we) {
372 if (we instanceof ExceptionHasMessage || we instanceo
[all...]
/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/langtools/test/tools/javap/4870651/
H A DTest.java60 abstract void we(List<? extends T> l); method in class:Test
/openjdk7/hotspot/make/windows/
H A Dcreate.bat33 REM Since we don't have uname and we could be cross-compiling,
34 REM Use the compiler to determine which ARCH we are building
190 REM It doesn't matter which variant we use here, "compiler1" is as good as any of the others - we need the common variables
H A Dbuild.bat28 REM Since we don't have uname and we could be cross-compiling,
29 REM Use the compiler to determine which ARCH we are building
/openjdk7/jdk/test/java/awt/EventDispatchThread/HandleExceptionOnEDT/
H A DHandleExceptionOnEDT.java66 public void windowOpened(WindowEvent we)
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/doc-files/
H A DModality.txt55 blocked window, in XDecoratedPeer.handleWmTakeFocus() method we
69 WM_TRANSIENT_FOR value is a single window, so we can't directly make
82 parent window is iconified. The situation is even worse: we
86 Thus we need to track all the window's state changes. Also, for
/openjdk7/hotspot/agent/make/
H A Dstart-debug-server-windbg.bat29 REM assume that we are in build configuration.
H A Dstart-debug-server-windbg64.bat29 REM assume that we are in build configuration.
H A Dstart-rmiregistry.bat27 REM assume that we are in build configuration.
/openjdk7/hotspot/src/os_cpu/solaris_sparc/vm/
H A Dsolaris_sparc.s28 !! By convention with the trap handler we ensure there is a non-CTI
36 !! ASM better know we may use G6 for our own purposes
/openjdk7/jdk/test/java/awt/Focus/RequestOnCompWithNullParent/
H A DRequestOnCompWithNullParent1.java77 public void windowClosing(WindowEvent we) {
78 we.getWindow().dispose();
133 // test, so we know we have multiple threads.
/openjdk7/jdk/test/java/awt/Focus/NonFocusableWindowTest/
H A DNoEventsTest.java400 WindowEvent we = (WindowEvent)e;
401 if (we.getOppositeWindow() != null && !we.getOppositeWindow().getFocusableWindowState()) {
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXWindowPeer.java131 * Apparently, we should use XGetIconSizes which should
179 // we should not call setFont because it will call a repaint
186 // we should not call setBackGround because it will call a repaint
192 // we should not call setForeGround because it will call a repaint
234 // as owner window may be an embedded window, we must get a toplevel window
479 //Since events are not posted from Component.setBounds we need to send them here.
619 WindowEvent we = new WindowEvent((Window)target, WindowEvent.WINDOW_GAINED_FOCUS);
620 SunToolkit.setSystemGenerated(we);
621 target.dispatchEvent(we);
626 WindowEvent we
[all...]
/openjdk7/make/scripts/
H A Dvsvars.sh379 REM Empty these out so we only get the additions we want
/openjdk7/jdk/src/share/classes/javax/swing/
H A DProgressMonitor.java201 public void windowClosing(WindowEvent we) {
205 public void windowActivated(WindowEvent we) {
/openjdk7/hotspot/src/os_cpu/solaris_x86/vm/
H A Dsolaris_x86_64.s114 addq $4,%rcx / original %rsi is trashed, so we
182 / If 'from' and/or 'to' are aligned on 4- or 2-byte boundaries, we
214 addq $4,%rcx / original %rsi is trashed, so we
271 / If 'from' and/or 'to' are aligned on 4-byte boundaries, we let
/openjdk7/jdk/test/java/awt/FullScreen/MultimonFullscreenTest/
H A DMultimonFullscreenTest.java378 public void windowClosing(WindowEvent we) { argument
380 Window w = (Window)we.getSource();
/openjdk7/hotspot/src/os_cpu/linux_sparc/vm/
H A Dlinux_sparc.s28 # By convention with the trap handler we ensure there is a non-CTI
/openjdk7/jdk/src/share/classes/sun/swing/
H A DPrintingStatus.java84 public void windowClosing(WindowEvent we) {
/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...]
/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/
H A Dbsd_x86_64.s112 addq $4,%rcx # original %rsi is trashed, so we
180 # If 'from' and/or 'to' are aligned on 4- or 2-byte boundaries, we
214 addq $4,%rcx # original %rsi is trashed, so we
271 # If 'from' and/or 'to' are aligned on 4-byte boundaries, we let

Completed in 132 milliseconds

12