Uses of Class
com.tech.app.windows.panels.DrawPanel
-
Packages that use DrawPanel Package Description com.tech.app.windows.handlers com.tech.app.windows.toolbars -
-
Uses of DrawPanel in com.tech.app.windows.handlers
Fields in com.tech.app.windows.handlers declared as DrawPanel Modifier and Type Field Description DrawPanel
DrawMouse. drawPanel
Constructors in com.tech.app.windows.handlers with parameters of type DrawPanel Constructor Description DrawMouse(DrawPanel drawPanel)
Constructeur de la souris -
Uses of DrawPanel in com.tech.app.windows.toolbars
Fields in com.tech.app.windows.toolbars declared as DrawPanel Modifier and Type Field Description private DrawPanel
Menu. dp
Methods in com.tech.app.windows.toolbars with parameters of type DrawPanel Modifier and Type Method Description void
Menu. applyDrawPanel(DrawPanel dp)
Permet d'utiliser les fonctions publiques du DrawPanel directement dans cette classe
-