Uses of Interface
strategy.FileHandler
-
Packages that use FileHandler Package Description strategy -
-
Uses of FileHandler in strategy
Classes in strategy that implement FileHandler Modifier and Type Class Description class
FileDraw
Class that is responsible to save and open draw as serializable file.class
FileLog
Class that is responsible to save and parse log of executed commands.class
FileManager
Class that contains appropriateFileHandler
and call his methods.class
FilePicture
Class that is responsible to save draw as jpeg.Fields in strategy declared as FileHandler Modifier and Type Field Description private FileHandler
FileManager. fileHandler
Constructors in strategy with parameters of type FileHandler Constructor Description FileManager(FileHandler fileHandler)
-