public interface DndAutoSelectStrategyRequest
DndAutoSelectStrategy if a potential drop event was detected.| Modifier and Type | Method and Description |
|---|---|
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.
|
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()
nullDockable getDockable()
Dockable over whose tab the mouse currently hovers.nullDataFlavor[] getDataFlavors()
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.Copyright © 2017 Docking Frames. All rights reserved.