Uses of Class
PamModel.PamModel
-
Uses of PamModel in PamController
Modifier and TypeMethodDescriptionPamController.getModelInterface()
PamControllerInterface.getModelInterface()
Gets a reference to the PamModel (where all the data are stored and the algorithms are running)Modifier and TypeMethodDescriptionPAMControllerGUI.initPrimaryView
(PamController pamController, PamModel pamModelInterface) Called when the controller is ready for the fire view. -
Uses of PamModel in PamModel
-
Uses of PamModel in PamView
Modifier and TypeMethodDescriptionstatic JMenuBar
PamMenu.createBasicMenu
(PamModel pamModelInterface, ActionListener actionListener) static JMenu
PamMenu.detectionMenu
(PamModel pamModelInterface, ActionListener actionListener) static JMenu
PamMenu.displayMenu
(PamModel pamModelInterface, ActionListener actionListener) static JMenu
PamMenu.fileMenu
(PamModel pamModelInterface, ActionListener actionListener) GuiFrameManager.initPrimaryView
(PamController pamController, PamModel pamModelInterface) NullGuiController.initPrimaryView
(PamController pamController, PamModel pamModelInterface) static JMenu
PamMenu.loggingMenu
(PamModel pamModelInterface, ActionListener actionListener) ModifierConstructorDescriptionPamGui
(PamController pamControllerInterface, PamModel pamModelInterface, int frameNumber) PamView
(PamControllerInterface pamControllerInterface, PamModel pamModelInterface, int frameNumber) -
Uses of PamModel in pamViewFX
Modifier and TypeMethodDescriptionPamGuiManagerFX.initPrimaryView
(PamController pamController, PamModel pamModel)