Uses of Interface
PamView.PamViewInterface
-
Uses of PamViewInterface in PamController
Modifier and TypeInterfaceDescriptioninterface
Basic interface for the primary UI and UI manager showing the PAMGuard GUI.Modifier and TypeMethodDescriptionPAMControllerGUI.initPrimaryView
(PamController pamController, PamModel pamModelInterface) Called when the controller is ready for the fire view.Modifier and TypeMethodDescriptionvoid
PamController.addView
(PamViewInterface newView) void
PAMControllerGUI.addView
(PamViewInterface newView) Add a PAMView Interface.void
PamControllerInterface.addView
(PamViewInterface newView) Adds a new view to the system -
Uses of PamViewInterface in PamView
Modifier and TypeClassDescriptionclass
The GuiFrameManager manages multiple PamGui frames, each of which may contain multiple tabs of module information and a side panel.class
Null GUI controller which will get used with the -nogui options.class
class
Make a diagram of the overall PAM process layout.class
Modifier and TypeMethodDescriptionGuiFrameManager.initPrimaryView
(PamController pamController, PamModel pamModelInterface) NullGuiController.initPrimaryView
(PamController pamController, PamModel pamModelInterface) Modifier and TypeMethodDescriptionvoid
GuiFrameManager.addView
(PamViewInterface newView) void
NullGuiController.addView
(PamViewInterface newView) void
GuiFrameManager.removeView
(PamViewInterface oldView) -
Uses of PamViewInterface in pamViewFX
Modifier and TypeClassDescriptionclass
A pane which holds a set of tabs.class
Handles the FX based GUI.Modifier and TypeMethodDescriptionPamGuiManagerFX.initPrimaryView
(PamController pamController, PamModel pamModel)