public static interface FileClipboard.FileClipboardSource
Modifier and Type | Field and Description |
---|---|
static int |
ERROR_COULD_NOT_CREATE_DESTINATION |
static int |
ERROR_COULD_NOT_READ_SOURCE |
static int |
ERROR_COULD_NOT_REMOVE_SOURCE |
static int |
FILES_REJECTED |
static int |
FILES_TAKEN |
Modifier and Type | Method and Description |
---|---|
boolean |
continueAfterError(File f,
Throwable error,
int errorType,
boolean hasMoreFiles) |
boolean |
fileClipboardOperation(FileClipboard clip,
int type) |
static final int FILES_TAKEN
static final int FILES_REJECTED
static final int ERROR_COULD_NOT_CREATE_DESTINATION
static final int ERROR_COULD_NOT_READ_SOURCE
static final int ERROR_COULD_NOT_REMOVE_SOURCE
boolean fileClipboardOperation(FileClipboard clip, int type)