Package org.omegat.util.gui
Class DragTargetOverlay.FileDropInfo
java.lang.Object
org.omegat.util.gui.DragTargetOverlay.FileDropInfo
- All Implemented Interfaces:
DragTargetOverlay.IDropInfo
- Enclosing class:
- DragTargetOverlay
public abstract static class DragTargetOverlay.FileDropInfo
extends Object
implements DragTargetOverlay.IDropInfo
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.omegat.util.gui.DragTargetOverlay.IDropInfo
canAcceptDrop, getComponentToOverlay, getOverlayMessage
-
Constructor Details
-
FileDropInfo
public FileDropInfo(boolean doReset)
-
-
Method Details
-
getDataFlavor
- Specified by:
getDataFlavorin interfaceDragTargetOverlay.IDropInfo
-
getDnDAction
public int getDnDAction()- Specified by:
getDnDActionin interfaceDragTargetOverlay.IDropInfo
-
handleDroppedObject
- Specified by:
handleDroppedObjectin interfaceDragTargetOverlay.IDropInfo
-