|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.swing.TransferHandler com.alee.extended.drag.FileDragAndDropHandler com.alee.laf.filechooser.WebFileChooserPanel.FilesLocateDropHandler
protected class WebFileChooserPanel.FilesLocateDropHandler
FileDragAndDropHandler extension to provide drop-to-find-file functionality.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class javax.swing.TransferHandler |
---|
javax.swing.TransferHandler.DropLocation, javax.swing.TransferHandler.TransferSupport |
Field Summary | |
---|---|
protected WebFileChooserPanel.UpdateSource |
updateSource
Source of updates. |
Fields inherited from class com.alee.extended.drag.FileDragAndDropHandler |
---|
dragAction, dragEnabled, dropEnabled |
Fields inherited from class javax.swing.TransferHandler |
---|
COPY, COPY_OR_MOVE, LINK, MOVE, NONE |
Constructor Summary | |
---|---|
WebFileChooserPanel.FilesLocateDropHandler(WebFileChooserPanel.UpdateSource updateSource)
Constructs new FilesLocateDropHandler. |
Method Summary | |
---|---|
boolean |
filesDropped(java.util.List<java.io.File> files)
Informs that specified files were dropped. |
Methods inherited from class com.alee.extended.drag.FileDragAndDropHandler |
---|
canImport, createTransferable, fileDragged, filesDragged, getDragAction, getSourceActions, importData, importData, isDragEnabled, isDropEnabled, setDragAction, setDragEnabled, setDropEnabled |
Methods inherited from class javax.swing.TransferHandler |
---|
canImport, exportAsDrag, exportDone, exportToClipboard, getCopyAction, getCutAction, getPasteAction, getVisualRepresentation, importData |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected WebFileChooserPanel.UpdateSource updateSource
Constructor Detail |
---|
public WebFileChooserPanel.FilesLocateDropHandler(WebFileChooserPanel.UpdateSource updateSource)
updateSource
- source of updatesMethod Detail |
---|
public boolean filesDropped(java.util.List<java.io.File> files)
filesDropped
in class FileDragAndDropHandler
files
- list of dropped files
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |