protected class WebFileChooserPanel.FilesLocateDropHandler extends FileDragAndDropHandler
| Modifier and Type | Field and Description |
|---|---|
protected WebFileChooserPanel.UpdateSource |
updateSource
Source of updates.
|
dragAction, dragEnabled, dropEnabled| Constructor and Description |
|---|
FilesLocateDropHandler(WebFileChooserPanel.UpdateSource updateSource)
Constructs new FilesLocateDropHandler.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
filesDropped(java.util.List<java.io.File> files)
Informs that specified files were dropped.
|
canImport, createTransferable, fileDragged, filesDragged, getDragAction, getSourceActions, importData, importData, isDragEnabled, isDropEnabled, setDragAction, setDragEnabled, setDropEnabledprotected WebFileChooserPanel.UpdateSource updateSource
public FilesLocateDropHandler(WebFileChooserPanel.UpdateSource updateSource)
updateSource - source of updatespublic boolean filesDropped(java.util.List<java.io.File> files)
FileDragAndDropHandlerfilesDropped in class FileDragAndDropHandlerfiles - list of dropped files