Uses of Class
com.tech.app.models.Model
- 
Packages that use Model Package Description com.tech.app.models com.tech.app.models.gma com.tech.app.models.stepper com.tech.app.windows com.tech.app.windows.handlers com.tech.app.windows.panels com.tech.app.windows.toolbars 
- 
- 
Uses of Model in com.tech.app.modelsFields in com.tech.app.models declared as Model Modifier and Type Field Description private ModelModelProperties. modelConstructors in com.tech.app.models with parameters of type Model Constructor Description Model(Model model)ModelProperties(Model model)ConstructeurModelProperties(Model model, ModelProperties.MODEL_PROPS props)
- 
Uses of Model in com.tech.app.models.gmaFields in com.tech.app.models.gma declared as Model Modifier and Type Field Description private ModelCoverabilityGraph. modelprivate ModelReachabilityGraph. modelMethods in com.tech.app.models.gma with parameters of type Model Modifier and Type Method Description voidReachabilityGraph. updateModel(Model model)Méthode qui permet de mettre à jour le modèle.Constructors in com.tech.app.models.gma with parameters of type Model Constructor Description CoverabilityGraph(Model model)ConstructeurReachabilityGraph(Model model)Constructeur
- 
Uses of Model in com.tech.app.models.stepperFields in com.tech.app.models.stepper declared as Model Modifier and Type Field Description ModelStepper. modelConstructors in com.tech.app.models.stepper with parameters of type Model Constructor Description Stepper(Model model)ConstructeurStepper(Model model, StepperHandler stepperHandler)Constructeur
- 
Uses of Model in com.tech.app.windowsFields in com.tech.app.windows declared as Model Modifier and Type Field Description private ModelStepperWindow. modelConstructors in com.tech.app.windows with parameters of type Model Constructor Description GCWindow(int width, int height, Model model)Constructeur de la fenetre du GMA/ Graphe de couvertureGMAWindow(int width, int height, Model model)Constructeur de la fenêtre du GMA.StepperWindow(int width, int height, Model model)Constructeur de la fenêtre du Stepper.
- 
Uses of Model in com.tech.app.windows.handlersFields in com.tech.app.windows.handlers declared as Model Modifier and Type Field Description ModelStepperMouse. modelMethods in com.tech.app.windows.handlers that return Model Modifier and Type Method Description ModelSaveManager. load(java.io.File f, Model model)Méthode qui permet de charger le modèle enregisté dans un fichier .jrdp.Methods in com.tech.app.windows.handlers with parameters of type Model Modifier and Type Method Description ModelSaveManager. load(java.io.File f, Model model)Méthode qui permet de charger le modèle enregisté dans un fichier .jrdp.booleanSaveManager. save(java.io.File f, Model model)Méthode qui permet de sauvegarder le modèle actuel dans un fichier .jrdp.
- 
Uses of Model in com.tech.app.windows.panelsFields in com.tech.app.windows.panels declared as Model Modifier and Type Field Description ModelDrawPanel. modelModelStepperHandler. modelConstructors in com.tech.app.windows.panels with parameters of type Model Constructor Description DrawPanel(javax.swing.JFrame frame, Model model)Constructeur du Panel de dessin
- 
Uses of Model in com.tech.app.windows.toolbarsFields in com.tech.app.windows.toolbars declared as Model Modifier and Type Field Description private ModelMenu. modelModelStepperToolbar. modelMethods in com.tech.app.windows.toolbars with parameters of type Model Modifier and Type Method Description voidMenu. applyModel(Model model)Permet d'utiliser les fonctions/méthodes publiques du Modèle passé en paramètre directement dans cette classe.
 
-