|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DragListener
This is an interface for classes that can drag a Dockable
from one Dock
to another dock.
It should be added to a java.awt.Component as mouse listener and mouse motion listener.
Information on using a drag listener in dockables is in How to Use Dockables in The Sanaware Developer Guide.
Typically, classes that implement this interface only listen to mouse events and decide what should be done:
Dragger
.
Method Summary |
---|
Methods inherited from interface java.awt.event.MouseListener |
---|
mouseClicked, mouseEntered, mouseExited, mousePressed, mouseReleased |
Methods inherited from interface java.awt.event.MouseMotionListener |
---|
mouseDragged, mouseMoved |
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |