public interface DndAutoSelectStrategyRequest
DndAutoSelectStrategy
if a potential drop event was detected.Modifier and Type | Method and Description |
---|---|
java.awt.datatransfer.DataFlavor[] |
getDataFlavors()
Returns the data flavors for this transfer.
|
Dockable |
getDockable()
Gets the
Dockable over whose tab the mouse currently hovers. |
StackDockStation |
getStation()
Gets the station which detected the event.
|
java.awt.datatransfer.Transferable |
getTransferable()
Returns the
Transferable associated with this transfer. |
void |
toFront()
Selects the
Dockable beneath the mouse, moves it to the front and tries to focus it. |
StackDockStation getStation()
null
Dockable getDockable()
Dockable
over whose tab the mouse currently hovers.null
java.awt.datatransfer.DataFlavor[] getDataFlavors()
java.awt.datatransfer.Transferable getTransferable()
Transferable
associated with this transfer.Transferable
associated with this transfervoid toFront()
Dockable
beneath the mouse, moves it to the front and tries to focus it.