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