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.windows
Fields in com.tech.app.windows declared as WindowHandler Modifier and Type Field Description protected WindowHandler
Window. windowHandler
Methods in com.tech.app.windows with parameters of type WindowHandler Modifier and Type Method Description protected void
Window. 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.handlers
Subclasses of WindowHandler in com.tech.app.windows.handlers Modifier and Type Class Description class
GCWindowHandler
Classe qui permet de gérer la fenêtre du GMA/Graphe de couverture.class
GMAWindowHandler
Classe qui permet de gérer la fenêtre du GMA.class
MainWindowHandler
Classe qui permet de gérer la fenêtre de l'application.class
StepperWindowHandler
Classe qui permet de gérer la fenêtre du stepper.
-