|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DndAutoSelectStrategy
This strategy is used by a StackDockStation to automatically change the selected
Dockable if the mouse hovers over a tab during a drag and drop operation.
StackDockStation.DND_AUTO_SELECT_STRATEGY| Field Summary | |
|---|---|
static DndAutoSelectStrategy |
DEFAULT
The default implementation just focuses the Dockable under the mouse. |
static DndAutoSelectStrategy |
IGNORE
Does not perform any actions. |
| Method Summary | |
|---|---|
void |
handleRequest(DndAutoSelectStrategyRequest request)
Called whenever the framework detects a hovering mouse over a tab during a drag and drop operation. Please do note: The same request may be sent multiple times in fast succession The framework does not generate any kind of event if the user releases the mouse |
| Field Detail |
|---|
static final DndAutoSelectStrategy DEFAULT
Dockable under the mouse.
static final DndAutoSelectStrategy IGNORE
| Method Detail |
|---|
void handleRequest(DndAutoSelectStrategyRequest request)
request - information about the currently selected dockable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||