Uses of Class
com.tech.app.windows.handlers.WindowHandler
- 
Packages that use WindowHandler Package Description com.tech.app.windows com.tech.app.windows.handlers 
- 
- 
Uses of WindowHandler in com.tech.app.windowsFields in com.tech.app.windows declared as WindowHandler Modifier and Type Field Description protected WindowHandlerWindow. windowHandlerMethods in com.tech.app.windows with parameters of type WindowHandler Modifier and Type Method Description protected voidWindow. setWindowHandler(WindowHandler windowHandler)Méthode qui permet d'attribuer un gestionnaire de fenêtre à une fenêtre.Constructors in com.tech.app.windows with parameters of type WindowHandler Constructor Description Window(boolean subWindow, java.lang.String title, int width, int height, WindowHandler windowHandler, boolean resizable, boolean visible)Constructeur qui permet de créer une fenêtre.
- 
Uses of WindowHandler in com.tech.app.windows.handlersSubclasses of WindowHandler in com.tech.app.windows.handlers Modifier and Type Class Description classGCWindowHandlerClasse qui permet de gérer la fenêtre du GMA/Graphe de couverture.classGMAWindowHandlerClasse qui permet de gérer la fenêtre du GMA.classMainWindowHandlerClasse qui permet de gérer la fenêtre de l'application.classStepperWindowHandlerClasse qui permet de gérer la fenêtre du stepper.
 
-