Searched defs:getLocationOnScreen (Results 1 - 25 of 37) sorted by relevance

12

/openjdk7/jdk/src/macosx/classes/sun/lwawt/
H A DLWChoicePeer.java146 public Point getLocationOnScreen() { method in class:LWChoicePeer.JComboBoxDelegate
147 return LWChoicePeer.this.getLocationOnScreen();
H A DLWTextFieldPeer.java148 public Point getLocationOnScreen() { method in class:LWTextFieldPeer.JPasswordFieldDelegate
149 return LWTextFieldPeer.this.getLocationOnScreen();
H A DLWTextAreaPeer.java218 public Point getLocationOnScreen() { method in class:LWTextAreaPeer.ScrollableJTextArea.JTextAreaDelegate
219 return LWTextAreaPeer.this.getLocationOnScreen();
H A DLWListPeer.java294 public Point getLocationOnScreen() { method in class:LWListPeer.ScrollableJList.JListDelegate
295 return LWListPeer.this.getLocationOnScreen();
H A DPlatformWindow.java77 public Point getLocationOnScreen(); method in interface:PlatformWindow
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_Component.h43 jmethodID getLocationOnScreen; member in struct:ComponentIDs
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWGlobalCursorManager.java57 protected native Point getLocationOnScreen(Component com); method in class:WGlobalCursorManager
/openjdk7/jdk/src/share/classes/sun/awt/
H A DGlobalCursorManager.java138 protected abstract Point getLocationOnScreen(Component com); method in class:GlobalCursorManager
188 p = getLocationOnScreen(comp);
H A DNullComponentPeer.java213 public Point getLocationOnScreen() { method in class:NullComponentPeer
/openjdk7/jdk/src/share/classes/javax/accessibility/
H A DAccessibleComponent.java204 public Point getLocationOnScreen(); method in interface:AccessibleComponent
215 * @see #getLocationOnScreen
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXGlobalCursorManager.java155 protected Point getLocationOnScreen(Component c) { method in class:XGlobalCursorManager
156 return c.getLocationOnScreen();
H A DXEmbeddedFramePeer.java190 // don't use getLocationOnScreen() inherited from XDecoratedPeer
191 public Point getLocationOnScreen() { method in class:XEmbeddedFramePeer
H A DXTrayIconPeer.java324 Point loc = getLocationOnScreen();
390 private Point getLocationOnScreen() { method in class:XTrayIconPeer
391 return eframe.getLocationOnScreen();
395 Point loc = getLocationOnScreen();
H A DXEmbedChildProxyPeer.java117 public Point getLocationOnScreen() { method in class:XEmbedChildProxyPeer
/openjdk7/jdk/src/share/classes/java/awt/event/
H A DMouseEvent.java424 public Point getLocationOnScreen(){ method in class:MouseEvent
557 eventLocationOnScreen = source.getLocationOnScreen();
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCPlatformView.java197 public Point getLocationOnScreen() { method in class:CPlatformView
H A DCAccessibility.java246 public static Point getLocationOnScreen(final AccessibleComponent ac, final Component c) { method in class:CAccessibility
251 return ac.getLocationOnScreen();
390 final Point p = parent.getLocationOnScreen();
407 final Point p2 = axComponent.getLocationOnScreen();
H A DCPlatformEmbeddedFrame.java96 public Point getLocationOnScreen() { method in class:CPlatformEmbeddedFrame
H A DCViewPlatformEmbeddedFrame.java106 public Point getLocationOnScreen() { method in class:CViewPlatformEmbeddedFrame
107 return view.getLocationOnScreen();
H A DCFileDialog.java315 public Point getLocationOnScreen() { method in class:CFileDialog
/openjdk7/jdk/src/share/classes/java/awt/peer/
H A DComponentPeer.java231 * @see Component#getLocationOnScreen()
233 Point getLocationOnScreen(); method in interface:ComponentPeer
/openjdk7/jdk/src/share/classes/java/awt/
H A DMenuComponent.java811 public Point getLocationOnScreen() { method in class:MenuComponent.AccessibleAWTMenuComponent
H A DList.java1801 public Point getLocationOnScreen() { method in class:List.AccessibleAWTList.AccessibleAWTListChild
1815 * @see #getLocationOnScreen
/openjdk7/jdk/test/java/awt/Component/isLightweightCrash/
H A DStubPeerCrash.java92 public Point getLocationOnScreen(){return null;}; method in class:StubComponentPeer
/openjdk7/jdk/src/share/classes/javax/swing/table/
H A DJTableHeader.java1315 public Point getLocationOnScreen() { method in class:JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
1317 Point parentLocation = parent.getLocationOnScreen();

Completed in 127 milliseconds

12