Uses of Interface
PamView.PamViewInterface
Packages that use PamViewInterface
- 
Uses of PamViewInterface in PamController
Subinterfaces of PamViewInterface in PamControllerModifier and TypeInterfaceDescriptioninterfaceBasic 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 TypeMethodDescriptionvoidPamController.addView(PamViewInterface newView) voidPAMControllerGUI.addView(PamViewInterface newView) Add a PAMView Interface.voidPamControllerInterface.addView(PamViewInterface newView) Adds a new view to the system - 
Uses of PamViewInterface in PamView
Classes in PamView that implement PamViewInterfaceModifier and TypeClassDescriptionclassThe GuiFrameManager manages multiple PamGui frames, each of which may contain multiple tabs of module information and a side panel.classNull GUI controller which will get used with the -nogui options.classclassMake a diagram of the overall PAM process layout.classMethods 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 TypeMethodDescriptionvoidGuiFrameManager.addView(PamViewInterface newView) voidNullGuiController.addView(PamViewInterface newView) voidGuiFrameManager.removeView(PamViewInterface oldView)  - 
Uses of PamViewInterface in pamViewFX
Classes in pamViewFX that implement PamViewInterfaceModifier and TypeClassDescriptionclassA pane which holds a set of tabs.classHandles 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