Uses of Class
edu.kzoo.grid.gui.GridAppController

Packages that use GridAppController
edu.kzoo.grid.gui   
 

Uses of GridAppController in edu.kzoo.grid.gui
 

Subclasses of GridAppController in edu.kzoo.grid.gui
 class ActiveGridAppController
          Grid GUI Support Package:
An ActiveGridAppController controls the running of a grid application.
 

Fields in edu.kzoo.grid.gui declared as GridAppController
protected  GridAppController ControlledGridAppFrame.appController
           
 

Methods in edu.kzoo.grid.gui that return GridAppController
 GridAppController ControlledGridAppFrame.getController()
          Returns the controller used to drive the application.
 

Constructors in edu.kzoo.grid.gui with parameters of type GridAppController
ControlledGridAppFrame(GridAppController control, boolean includeStep, boolean includeNSteps, boolean includeRun, boolean includeStop)
          Constructs an empty ControlledGridAppFrame window object that will display a grid controlled by a combination of Step, NSteps, Run, and Stop buttons.