Uses of Class
babase.ranker.GUI

Packages that use GUI
babase.ranker   
 

Uses of GUI in babase.ranker
 

Fields in babase.ranker declared as GUI
 GUI Controller.myGUI
           
 

Constructors in babase.ranker with parameters of type GUI
AutoRanker(GUI g, Controller c)
          Constructor which takes a GUI g, in order to maintain communication with the rest of the program, and a controller c in order to have access to the Cage.
CommandsPanel(Ranking ranks, GUI gui)