Uses of Class
com.tech.app.windows.handlers.DrawMouse.MODE
- 
Packages that use DrawMouse.MODE Package Description com.tech.app.windows.handlers 
- 
- 
Uses of DrawMouse.MODE in com.tech.app.windows.handlersFields in com.tech.app.windows.handlers declared as DrawMouse.MODE Modifier and Type Field Description DrawMouse.MODEDrawMouse. modeMethods in com.tech.app.windows.handlers that return DrawMouse.MODE Modifier and Type Method Description static DrawMouse.MODEDrawMouse.MODE. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DrawMouse.MODE[]DrawMouse.MODE. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.tech.app.windows.handlers with parameters of type DrawMouse.MODE Modifier and Type Method Description voidDrawMouse. action(DrawMouse.MODE mode)Classe qui permet de modifier le mode de la souris en fonction de l'action voulue par l'utilisateur.
 
-