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 classFileDrawClass that is responsible to save and open draw as serializable file.classFileLogClass that is responsible to save and parse log of executed commands.classFileManagerClass that contains appropriateFileHandlerand call his methods.classFilePictureClass that is responsible to save draw as jpeg.Fields in strategy declared as FileHandler Modifier and Type Field Description private FileHandlerFileManager. fileHandlerConstructors in strategy with parameters of type FileHandler Constructor Description FileManager(FileHandler fileHandler)
-