|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.infonode.docking.drop.DropInfo
public class DropInfo
Super class for all drop infos
A drop info is passed on to a DropFilter
when a drag and drop operation is in progress. This makes it possible for
the drop filter to decide if a drop is accepted or.
Field Summary | |
---|---|
private DockingWindow |
dropWindow
|
private java.awt.Point |
point
|
private DockingWindow |
window
|
Constructor Summary | |
---|---|
DropInfo(DockingWindow window,
DockingWindow dropWindow,
java.awt.Point point)
|
Method Summary | |
---|---|
DockingWindow |
getDropWindow()
Returns the window that is asked (via the DropFilter if a drop of
the dragged window is accepted. |
java.awt.Point |
getPoint()
Returns the current mouse point relative to the drop window. |
DockingWindow |
getWindow()
Returns the window that is beeing dragged, i.e. the window that could be dropped. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private DockingWindow window
private DockingWindow dropWindow
private java.awt.Point point
Constructor Detail |
---|
DropInfo(DockingWindow window, DockingWindow dropWindow, java.awt.Point point)
Method Detail |
---|
public DockingWindow getWindow()
public DockingWindow getDropWindow()
DropFilter
if a drop of
the dragged window is accepted.
public java.awt.Point getPoint()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |