Uses of Class
PamView.PamGui

Packages that use PamGui
clickDetector   
Map   
PamController   
PamView   
userDisplay   
UserInput   
 

Uses of PamGui in clickDetector
 

Methods in clickDetector with parameters of type PamGui
 javax.swing.JMenuBar ClickControl.getTabSpecificMenuBar(java.awt.Frame parentFrame, javax.swing.JMenuBar standardMenu, PamGui pamGui)
           
 

Uses of PamGui in Map
 

Methods in Map with parameters of type PamGui
 javax.swing.JMenuBar MapController.getTabSpecificMenuBar(java.awt.Frame parentFrame, javax.swing.JMenuBar standardMenu, PamGui pamGui)
           
 

Uses of PamGui in PamController
 

Methods in PamController with parameters of type PamGui
 javax.swing.JMenuBar PamControlledUnit.getTabSpecificMenuBar(java.awt.Frame parentFrame, javax.swing.JMenuBar standardMenu, PamGui pamGui)
          Create a tab specific menu to go with this PamControlledUnit.
 

Uses of PamGui in PamView
 

Fields in PamView declared as PamGui
private  PamGui PamTabbedPane.pamGui
           
 

Methods in PamView with parameters of type PamGui
 void GuiFrameManager.closeExtraFrame(PamGui pamGui)
          Closes a PamGui FRame (not the main one) All tabs are first moved to the main frame (No.
 javax.swing.JPopupMenu GuiFrameManager.getTabPopupMenu(PamGui pamGui, int tabIndex)
           
 

Constructors in PamView with parameters of type PamGui
PamTabbedPane(PamControllerInterface pamControllerInterface, PamGui pamGui)
           
 

Uses of PamGui in userDisplay
 

Methods in userDisplay with parameters of type PamGui
 javax.swing.JMenuBar UserDisplayControl.getTabSpecificMenuBar(java.awt.Frame parentFrame, javax.swing.JMenuBar standardMenu, PamGui pamGui)
           
 

Uses of PamGui in UserInput
 

Methods in UserInput with parameters of type PamGui
 javax.swing.JMenuBar UserInputController.getTabSpecificMenuBar(java.awt.Frame parentFrame, javax.swing.JMenuBar standardMenu, PamGui pamGui)