Uses of Interface
PamView.PamViewInterface
Packages that use PamViewInterface
-
Uses of PamViewInterface in PamController
Subinterfaces of PamViewInterface in PamControllerModifier and TypeInterfaceDescriptioninterface
Basic interface for the primary UI and UI manager showing the PAMGuard GUI.Methods in PamController that return PamViewInterfaceModifier and TypeMethodDescriptionPAMControllerGUI.initPrimaryView
(PamController pamController, PamModel pamModelInterface) Called when the controller is ready for the fire view.Methods in PamController with parameters of type PamViewInterfaceModifier 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
Classes in PamView that implement PamViewInterfaceModifier 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
Methods in PamView that return PamViewInterfaceModifier and TypeMethodDescriptionGuiFrameManager.initPrimaryView
(PamController pamController, PamModel pamModelInterface) NullGuiController.initPrimaryView
(PamController pamController, PamModel pamModelInterface) Methods in PamView with parameters of type PamViewInterfaceModifier and TypeMethodDescriptionvoid
GuiFrameManager.addView
(PamViewInterface newView) void
NullGuiController.addView
(PamViewInterface newView) void
GuiFrameManager.removeView
(PamViewInterface oldView) -
Uses of PamViewInterface in pamViewFX
Classes in pamViewFX that implement PamViewInterfaceModifier and TypeClassDescriptionclass
A pane which holds a set of tabs.class
Handles the FX based GUI.Methods in pamViewFX that return PamViewInterfaceModifier and TypeMethodDescriptionPamGuiManagerFX.initPrimaryView
(PamController pamController, PamModel pamModel) Methods in pamViewFX with parameters of type PamViewInterface