Uses of Class
Space

Uses of Space in
 

Fields in Default Package declared as Space
protected  Space SpaceView.model
          Space data model for this view.
protected  Space[][] Warehouse.spaces
          Array of spaces in this warehouse.
 

Methods in Default Package that return Space
 Space[][] Warehouse.getSpaces()
          Returns the array of spaces in this warehouse.
 

Constructors in Default Package with parameters of type Space
SpaceView(Space s)
          Constructs a view for the given space.