Uses of Class
bibliothek.gui.dock.StackDockStation.Insert

Packages that use StackDockStation.Insert
bibliothek.gui.dock The five basic classes implementing Dockable and DockStation plus some supporting elements. 
 

Uses of StackDockStation.Insert in bibliothek.gui.dock
 

Methods in bibliothek.gui.dock that return StackDockStation.Insert
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.
 

Constructors in bibliothek.gui.dock with parameters of type StackDockStation.Insert
StackDockStation.StackDropOperation(Dockable dropping, StackDockStation.Insert insert, boolean move)
          Creates a new operation.