Uses of Enum Class
VASSAL.build.GameModule.GameFileMode
Packages that use GameModule.GameFileMode
Package
Description
Provides classes for building Java instances automatically from XML
files.
-
Uses of GameModule.GameFileMode in VASSAL.build
Methods in VASSAL.build that return GameModule.GameFileModeModifier and TypeMethodDescriptionGameModule.getGameFileMode()static GameModule.GameFileModeReturns the enum constant of this class with the specified name.static GameModule.GameFileMode[]GameModule.GameFileMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in VASSAL.build with parameters of type GameModule.GameFileModeModifier and TypeMethodDescriptionvoidGameModule.setGameFile(String gameFile, GameModule.GameFileMode mode) Sets the most recent .VSAV / .VLOG file saved, loaded, or logged to, along with the type of action taken with that file.voidGameModule.setGameFileMode(GameModule.GameFileMode mode) Sets the type of interaction we most recently had with saving/loading/replaying/logging, for managing title bars of windows.