Searched refs:toFront (Results 1 - 25 of 42) sorted by relevance

12

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/
H A DEditor.java68 public void toFront(); method in interface:Editor
H A DFrameWrapper.java63 public void toFront(); method in interface:FrameWrapper
H A DJFrameWrapper.java69 public void toFront() { method in class:JFrameWrapper
70 frame.toFront();
H A DJInternalFrameWrapper.java63 public void toFront() { method in class:JInternalFrameWrapper
64 frame.toFront();
/openjdk7/jdk/src/share/classes/java/awt/peer/
H A DWindowPeer.java46 * @see Window#toFront()
48 void toFront(); method in interface:WindowPeer
/openjdk7/jdk/test/javax/swing/JInternalFrame/6726866/
H A Dbug6726866.java31 frame.toFront();
/openjdk7/jdk/test/java/awt/Frame/WindowDragTest/
H A DWindowDragTest.java56 frame1.toFront();
69 frame2.toFront();
/openjdk7/jdk/src/macosx/classes/sun/lwawt/
H A DPlatformWindow.java113 public void toFront(); method in interface:PlatformWindow
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCPrinterDialogPeer.java67 public void toFront() {} method in class:CPrinterDialogPeer
H A DCPlatformEmbeddedFrame.java143 public void toFront() {} method in class:CPlatformEmbeddedFrame
H A DCViewPlatformEmbeddedFrame.java135 public void toFront() { method in class:CViewPlatformEmbeddedFrame
/openjdk7/jdk/test/java/awt/Focus/ActualFocusedWindowTest/
H A DActualFocusedWindowRetaining.java85 frame.toFront();
94 owner.toFront();
99 window1.toFront();
100 window2.toFront();
/openjdk7/jdk/test/java/awt/Focus/ToFrontFocusTest/
H A DToFrontFocus.java27 @summary Tests that toFront makes window focused unless it is non-focusable
127 focus_frame.toFront();
129 nonfocus_frame.toFront();
/openjdk7/jdk/src/macosx/classes/com/apple/eawt/
H A D_AppMenuBarHandler.java82 pingFrame.toFront();
/openjdk7/jdk/test/java/awt/Focus/AutoRequestFocusTest/
H A DAutoRequestFocusToFrontTest.java27 @summary Tests the Window.autoRequestFocus property for the Window.toFront() method.
278 // Test that calling toFront() doesn't cause focus change
288 toFront(testWindow);
336 // Test that calling toFront() focuses the window
355 toFront(testWindow);
417 private static void toFront(Window w) { method in class:AutoRequestFocusToFrontTest
418 w.toFront();
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWPrintDialogPeer.java114 public native void toFront(); method in class:WPrintDialogPeer
/openjdk7/jdk/test/java/awt/Choice/ChoiceMouseWheelTest/
H A DChoiceMouseWheelTest.java83 toFront();
/openjdk7/jdk/test/java/awt/Dialog/MakeWindowAlwaysOnTop/
H A DMakeWindowAlwaysOnTop.java105 t.toFront();
/openjdk7/jdk/test/javax/swing/JMenu/4692443/
H A Dbug4692443.java117 mainFrame.toFront();
/openjdk7/jdk/src/share/classes/sun/awt/
H A DEmbeddedFrame.java488 public void toFront() {} method in class:EmbeddedFrame
531 public void toFront() {} method in class:EmbeddedFrame.NullEmbeddedFramePeer
/openjdk7/jdk/test/java/awt/KeyboardFocusmanager/TypeAhead/
H A DTestDialogTypeAhead.java129 TestDialogTypeAhead.this.d.toFront();
155 f.toFront();
/openjdk7/jdk/src/share/classes/java/awt/
H A DGraphicsDevice.java326 fullScreenWindow.toFront();
/openjdk7/jdk/test/java/awt/Focus/ModalBlockedStealsFocusTest/
H A DModalBlockedStealsFocusTest.java100 frame.toFront();
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DGtkFileDialogPeer.java61 public native void toFront(); method in class:GtkFileDialogPeer
/openjdk7/jdk/test/java/awt/Focus/NonFocusableWindowTest/
H A DNoEventsTest.java114 // Verify that toFront, toBack doesn't cause non-focusable window to become active
119 jumpingFrame.toFront();
123 windows[windowInd].toFront();

Completed in 67 milliseconds

12