Package | Description |
---|---|
bibliothek.gui.dock |
The five basic classes implementing
Dockable and
DockStation plus some supporting elements. |
Modifier and Type | Method and Description |
---|---|
protected StackDockStation.Insert |
StackDockStation.exactTabIndexAt(int x,
int y)
Gets the gap which is selected when the mouse is at x/y.
|
StackDockStation.Insert |
StackDockStation.getInsert()
Gets the location where
StationDropOperation.execute() will insert the next
Dockable . |
protected StackDockStation.Insert |
StackDockStation.tabIndexAt(int x,
int y)
Tells which gap (between tabs) is chosen if the mouse has the coordinates x/y.
|
Constructor and Description |
---|
StackDockStation.StackDropOperation(Dockable dropping,
StackDockStation.Insert insert,
boolean move)
Creates a new operation.
|