|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MouseHandler | |
---|---|
be.ugent.caagt.swirl.mouse | Provides mouse overlay panels which enable different mouse 'tools' to be associated with a single panel. |
Uses of MouseHandler in be.ugent.caagt.swirl.mouse |
---|
Classes in be.ugent.caagt.swirl.mouse that implement MouseHandler | |
---|---|
class |
NullMouseHandler
Mouse handler that does not perform any action. |
Fields in be.ugent.caagt.swirl.mouse declared as MouseHandler | |
---|---|
static MouseHandler |
MouseHandler.NULL_MOUSE_HANDLER
Mouse handler that does not do anything. |
Methods in be.ugent.caagt.swirl.mouse that return types with arguments of type MouseHandler | |
---|---|
java.util.Iterator<MouseHandler> |
MouseTool.iterator()
Return an iterator over the handlers of this tool. |
Methods in be.ugent.caagt.swirl.mouse with parameters of type MouseHandler | |
---|---|
void |
MouseTool.addHandler(MouseHandler handler)
Add a handler to this tool. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |