Uses of Class
TileBin

Uses of TileBin in <Unnamed>
 

Fields in <Unnamed> declared as TileBin
(package private)  TileBin Playback.theTileBin
          The tilebin object
(package private)  TileBin UserInteraction.theTileBin
          The TileBin that uses this mouse adapter
(package private)  TileBin TileBinPanel.TileBin
          The TileBin which holds the tile not currently on the grid
 

Methods in <Unnamed> with parameters of type TileBin
 void TileSet.addBlankTileAt(int loc, java.lang.String name, java.lang.String desc, Grid theGrid, TileBin theTileBin)
          Adds a blank tile at a specific position in the tile list.
 boolean TileSet.deleteBlankTile(int tileID, Grid theGrid, TileBin theTileBin)
          Deletes a blank tile.
 void UserInteraction.initialize(javax.swing.JPanel mainPanel, Grid grid, TileBin tileBin)
          Sets the variables for the theMainPanel, Grid, and TileBin.
 

Constructors in <Unnamed> with parameters of type TileBin
Playback(Grid grid, TileBin tileBin, CLIPFrame frame, UserInterface ui)
          Constructor sets references to the grid, tilebin, frame, and user interface objects.