Uses of Class
objectdraw.AWTController

Uses of AWTController in objectdraw
 

Subclasses of AWTController in objectdraw
 class AWTFrameController
          AWTFrameController is a version of AWTController intended to make it possible to run a controller outside the context of an applet viewer as appropriate with environments like BlueJ and Dr.
 class AWTFrameWindowController
          AWTFrameWindowController is a version of AWTWindowController intended to make it possible to run a window controller outside the context of an applet viewer as appropriate with environments like BlueJ and Dr.
 class AWTWindowController
          AWTWindowController is an AWT compatible class designed to be extended to produce programs that handle simple mouse events and draw graphics in a single window on the screen.