|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MouseTool | |
---|---|
be.ugent.caagt.swirl.mouse | Provides mouse overlay panels which enable different mouse 'tools' to be associated with a single panel. |
Uses of MouseTool in be.ugent.caagt.swirl.mouse |
---|
Methods in be.ugent.caagt.swirl.mouse that return types with arguments of type MouseTool | |
---|---|
GenericSelectionModel<MouseTool> |
MouseOverlay.getMouseToolModel()
Return the underlying model which keeps track of what mouse tool is currently active. |
Methods in be.ugent.caagt.swirl.mouse with parameters of type MouseTool | |
---|---|
void |
MouseOverlay.setTool(MouseTool tool)
Change the tool to be used by this overlay. |
Constructor parameters in be.ugent.caagt.swirl.mouse with type arguments of type MouseTool | |
---|---|
MouseOverlay(javax.swing.JComponent parent,
GenericSelectionModel<MouseTool> mouseToolModel)
Creates a new instance of this class. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |