Uses of Class
controller.DrawingController
-
Packages that use DrawingController Package Description frame strategy -
-
Uses of DrawingController in frame
Fields in frame declared as DrawingController Modifier and Type Field Description private DrawingController
DrawingFrame. controller
Methods in frame with parameters of type DrawingController Modifier and Type Method Description void
DrawingFrame. setController(DrawingController controller)
-
Uses of DrawingController in strategy
Fields in strategy declared as DrawingController Modifier and Type Field Description private DrawingController
FileLog. controller
Constructors in strategy with parameters of type DrawingController Constructor Description FileLog(DrawingFrame frame, DrawingModel model, DrawingController controller)
-