Uses of Class
objectdraw.Controller

Uses of Controller in objectdraw
 

Subclasses of Controller in objectdraw
 class FrameController
          FrameController is a version of Controller 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 FrameWindowController
          FrameWindowController is a version of WindowController 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 WindowController
          WindowController is a Swing compatible class designed to be extended to produce programs that handle simple mouse events and draw graphics in a single window on the screen.