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 DrawingFrameDrawingController. frameConstructors 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) DrawingFrameDrawingObserver. frameConstructors 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 DrawingFrameFileLog. frameprivate DrawingFrameFilePicture. frameConstructors in strategy with parameters of type DrawingFrame Constructor Description FileLog(DrawingFrame frame, DrawingModel model, DrawingController controller)FilePicture(DrawingFrame frame)
-