Searched refs:getLocation (Results 326 - 350 of 374) sorted by relevance

<<1112131415

/openjdk9/jdk/src/java.base/share/classes/java/util/jar/
H A DJarVerifier.java557 CodeSource[] sources = mapSignersToCodeSources(cs.getLocation(), getJarCodeSigners(), true);
/openjdk9/jdk/src/java.base/share/classes/jdk/internal/loader/
H A DLoader.java629 URL url = cs.getLocation();
H A DBuiltinClassLoader.java946 URL url = cs.getLocation();
/openjdk9/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/org/jvnet/staxex/util/
H A DDOMStreamReader.java434 public Location getLocation() { method in class:DOMStreamReader
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/util/
H A DDOMErrorHandlerWrapper.java250 DOMLocator locator = error.getLocation();
/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/handler/
H A DHandlerChainsModel.java418 Integer.toString(reader.getLocation().getLineNumber()),
/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/streaming/
H A DDOMStreamReader.java442 public Location getLocation() { method in class:DOMStreamReader
/openjdk9/jdk/src/java.desktop/share/classes/sun/applet/
H A DAppletClassLoader.java249 URL url = codesource.getLocation();
/openjdk9/jdk/src/java.desktop/share/classes/sun/awt/
H A DAWTAccessor.java149 Point getLocation(Component comp); method in interface:AWTAccessor.ComponentAccessor
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/plaf/basic/
H A DBasicDesktopPaneUI.java443 Point loc = c.getLocation();
H A DBasicSplitPaneUI.java1020 return divider.getLocation().x;
1021 return divider.getLocation().y;
H A DBasicInternalFrameUI.java923 Point np = getNorthPane().getLocation();
1249 Point np = getNorthPane().getLocation();
H A DBasicComboPopup.java1364 Point popupLocation = popupBounds.getLocation();
/openjdk9/jdk/src/java.desktop/share/classes/java/awt/
H A DList.java1849 * @see #getLocation
1867 public Point getLocation() { method in class:List.AccessibleAWTList.AccessibleAWTListChild
1875 * @see #getLocation
H A DRectangle.java127 * @see #getLocation()
137 * @see #getLocation()
446 * {@code getLocation} method of {@code Component}.
449 * @see java.awt.Component#getLocation
454 public Point getLocation() { method in class:Rectangle
466 * @see #getLocation
480 * @see #getLocation
H A DContainer.java2638 return pointRelativeToComponent(pi.getLocation());
3933 location = acmp.getLocation();
3954 Point location = comp.getLocation();
/openjdk9/jdk/src/java.base/share/classes/java/lang/
H A DClassLoader.java905 if (cs != null && cs.getLocation() != null) {
906 source = cs.getLocation().toString();
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/
H A DJTable.java4926 int row = rowAtPoint(visibleRect.getLocation());
4928 int col = columnAtPoint(visibleRect.getLocation());
8734 Point componentLocation = getLocation();
8752 public Point getLocation() { method in class:JTable.AccessibleJTable.AccessibleJTableCell
8756 return r.getLocation();
9536 Point componentLocation = getLocation();
9554 public Point getLocation() { method in class:JTable.AccessibleJTable.AccessibleJTableHeaderCell
9558 return r.getLocation();
9567 * @see #getLocation
H A DJTree.java5322 return r.getLocation();
5328 public Point getLocation() { method in class:JTree.AccessibleJTree.AccessibleJTreeNode
5331 return r.getLocation();
H A DSwingUtilities.java314 Point loc = comp.getLocation();
1540 location = acmp.getLocation();
/openjdk9/jdk/src/java.desktop/unix/classes/sun/awt/X11/
H A DXWindow.java1012 if (!bounds.getLocation().equals(oldBounds.getLocation())) {
/openjdk9/corba/src/java.corba/share/classes/com/sun/jndi/cosnaming/
H A DCNCtx.java369 String corbaloc = parsedUrl.getLocation();
/openjdk9/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/runtime/
H A DXMLSerializer.java1049 protected ValidationEventLocator getLocation() { method in class:XMLSerializer
/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/stream/buffer/stax/
H A DStreamReaderBufferProcessor.java669 public final Location getLocation() { method in class:StreamReaderBufferProcessor
/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/message/stream/
H A DStreamMessage.java500 Location loc = e.getLocation();

Completed in 513 milliseconds

<<1112131415