|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbibliothek.gui.dock.station.ScreenDockStation.DropInfo
private class ScreenDockStation.DropInfo
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 |
---|
public Dockable dockable
public int x
public int y
public int titleX
public int titleY
public ScreenDockDialog combine
public boolean draw
true
if some sort of selection should be painted
Constructor Detail |
---|
private ScreenDockStation.DropInfo()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |