Searched refs:RELATIVE (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsPathType.java35 RELATIVE, // foo enum constant in enum:WindowsPathType
H A DWindowsPath.java224 if (type == WindowsPathType.RELATIVE) {
308 return new WindowsPath(getFileSystem(), WindowsPathType.RELATIVE, "", "");
325 return new WindowsPath(getFileSystem(), WindowsPathType.RELATIVE, "", path.substring(off));
532 case RELATIVE: {
621 return new WindowsPath(getFileSystem(), WindowsPathType.RELATIVE, "", elementAsString(index));
644 return new WindowsPath(getFileSystem(), WindowsPathType.RELATIVE, "", sb.toString());
H A DWindowsPathParser.java146 type = WindowsPathType.RELATIVE;
H A DWindowsFileSystemProvider.java553 if (target.type() == WindowsPathType.RELATIVE) {
/openjdk7/jdk/src/share/classes/java/awt/
H A DGridBagConstraints.java49 public static final int RELATIVE = -1; field in class:GridBagConstraints
314 * <code>RELATIVE</code> specifies that the component be placed
318 * The default value is <code>RELATIVE</code>.
330 * <code>RELATIVE</code> specifies that the component be placed just
334 * The default value is <code>RELATIVE</code>.
349 * Use <code>RELATIVE</code> to specify that the component's
368 * Use <code>RELATIVE</code> to specify that the component's
578 gridx = RELATIVE;
579 gridy = RELATIVE;
/openjdk7/jdk/src/share/classes/sun/print/
H A DServiceDialog.java683 c.gridwidth = GridBagConstraints.RELATIVE;
745 c.gridwidth = GridBagConstraints.RELATIVE;
762 c.gridwidth = GridBagConstraints.RELATIVE;
1306 c.gridwidth = GridBagConstraints.RELATIVE;
1402 c.gridwidth = GridBagConstraints.RELATIVE;
1416 c.gridwidth = GridBagConstraints.RELATIVE;
1425 c.gridwidth = GridBagConstraints.RELATIVE;
1439 c.gridwidth = GridBagConstraints.RELATIVE;
2265 c.gridwidth = GridBagConstraints.RELATIVE;
/openjdk7/jdk/src/share/classes/sun/tools/serialver/
H A DSerialVer.java64 c.gridwidth = GridBagConstraints.RELATIVE;

Completed in 45 milliseconds