Uses of Interface
HangmanUI

Uses of HangmanUI in <Unnamed>
 

Classes in <Unnamed> that implement HangmanUI
 class SimpleUI
          Default User interface for the Hangman game.
 class SwingUI
          This is a Swing graphical user interface to the hangman game.
 

Fields in <Unnamed> declared as HangmanUI
private static HangmanUI HangmanApp.appUI
          reference to the UI instance
private  HangmanUI Controller.view
          Reference to the view we are responding to
 

Constructors in <Unnamed> with parameters of type HangmanUI
Controller(HangmanUI view)
          Construct a controller to respond to the specified view