edu.kzoo.grid.display
Interface GridDisplay

All Known Implementing Classes:
GridAppFrame, ScrollableGridDisplay

public interface GridDisplay

Grid Display Package:
The GridDisplay interface specifies the methods that must be provided by any class used to display a Grid object and its contents.

The GridDisplay class is based on the College Board's EnvDisplay class, as allowed by the GNU General Public License.

Version:
13 December 2003
Author:
Alyce Brady

Method Summary
 void setGrid(Grid grid)
          Sets the Grid being displayed.
 void showGrid()
          Shows the current state of the grid.
 

Method Detail

setGrid

public void setGrid(Grid grid)
Sets the Grid being displayed.

Parameters:
grid - the Grid to display

showGrid

public void showGrid()
Shows the current state of the grid.