bibliothek.gui.dock.station
Class ScreenDockStation.DropInfo

java.lang.Object
  extended by bibliothek.gui.dock.station.ScreenDockStation.DropInfo
Enclosing class:
ScreenDockStation

private class ScreenDockStation.DropInfo
extends java.lang.Object

Information where a Dockable will be dropped. This class is used only while a Dockable is dragged and this station has answered as possible parent.


Field Summary
 ScreenDockDialog combine
          Possible new parent
 Dockable dockable
          The Dockable which is dragged
 boolean draw
          true if some sort of selection should be painted
 int titleX
          Location of the mouse
 int titleY
          Location of the mouse
 int x
          Location of the mouse
 int y
          Location of the mouse
 
Constructor Summary
private ScreenDockStation.DropInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dockable

public Dockable dockable
The Dockable which is dragged


x

public int x
Location of the mouse


y

public int y
Location of the mouse


titleX

public int titleX
Location of the mouse


titleY

public int titleY
Location of the mouse


combine

public ScreenDockDialog combine
Possible new parent


draw

public boolean draw
true if some sort of selection should be painted

Constructor Detail

ScreenDockStation.DropInfo

private ScreenDockStation.DropInfo()