Uses of Class
Controller

Uses of Controller in <Unnamed>
 

Fields in <Unnamed> declared as Controller
private static Controller HangmanApp.controller
          reference to the Controller instance
private  Controller SimpleUI.controller
           
private  Controller SwingUI.controller
          Reference to the controller listening to user actions
 

Methods in <Unnamed> with parameters of type Controller
 void HangmanUI.setControl(Controller control)
          Set reference to the controller that handles our input.
 void SimpleUI.setControl(Controller ctrl)
          Make the interface visible
 void SwingUI.setControl(Controller control)
          Set reference to the controller that handles our input.