Uses of Package
ballworld.view

Packages that use ballworld.view
ballworld.controller   
ballworld.view   
 

Classes in ballworld.view used by ballworld.controller
BallGUI
          A subclass of JFrame containing the various GUI components specified in the program behavior specification.
 

Classes in ballworld.view used by ballworld.view
IModelControlAdapter
          Adapter that the view uses to communicate to the model for non-repetitive control tasks such as manipulating strategies.
IModelUpdateAdapter
          This interface is used for repetitive, fast updating communications to the model such as those used in processing a repaint.