Searched refs:moveToTrash (Results 1 - 5 of 5) sorted by relevance

/openjdk10/jdk/src/java.desktop/windows/classes/sun/awt/windows/
H A DWDesktopPeer.java190 public boolean moveToTrash(File file) { method in class:WDesktopPeer
191 return moveToTrash(file.getAbsolutePath());
193 private static native boolean moveToTrash(String file); method in class:WDesktopPeer
/openjdk10/jdk/src/java.desktop/share/classes/java/awt/peer/
H A DDesktopPeer.java277 default boolean moveToTrash(File file) { method in interface:DesktopPeer
/openjdk10/jdk/src/java.desktop/macosx/classes/sun/lwawt/macosx/
H A DCDesktopPeer.java157 public boolean moveToTrash(File file) { method in class:CDesktopPeer
159 return com.apple.eio.FileManager.moveToTrash(file);
/openjdk10/jdk/src/java.desktop/share/classes/java/awt/
H A DDesktop.java259 * @see #moveToTrash(java.io.File)
1054 public boolean moveToTrash(final File file) { method in class:Desktop
1058 return peer.moveToTrash(file);
/openjdk10/jdk/src/java.desktop/macosx/classes/com/apple/eio/
H A DFileManager.java366 public static boolean moveToTrash(final File file) throws FileNotFoundException { method in class:FileManager

Completed in 150 milliseconds