Class SecretNotesController
java.lang.Object
VASSAL.build.module.noteswindow.SecretNotesController
- All Implemented Interfaces:
GameComponent,AddSecretNoteCommand.Interface,CommandEncoder
public class SecretNotesController
extends Object
implements GameComponent, CommandEncoder, AddSecretNoteCommand.Interface
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final Stringstatic final DateFormatDeprecated, for removal: This API element is subject to removal in a future version.static final DateFormatDeprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddSecretNote(SecretNote note) voidTranslate a String into aCommandTranslate aCommandinto a StringWhen saving a game, each GameComponent should return aCommandthat, when executed, restores the GameComponent to its state when the game was saved If this component has no persistent state, return nullvoidsave()voidsetup(boolean gameStarting) Notify the GameComponent that a game has started/ended
-
Field Details
-
COMMAND_PREFIX
- See Also:
-
COL_HANDLE
public static final int COL_HANDLE- See Also:
-
COL_DTM
public static final int COL_DTM- See Also:
-
COL_NAME
public static final int COL_NAME- See Also:
-
COL_REVEALED
public static final int COL_REVEALED- See Also:
-
INTERNAL_DATE_FORMATTER
@Deprecated(since="2023-02-27", forRemoval=true) public static final DateFormat INTERNAL_DATE_FORMATTERDeprecated, for removal: This API element is subject to removal in a future version.Date formatter to save and restore date/times in the save file. Not thread-safe! -
LOCAL_DATE_FORMATTER
@Deprecated(since="2023-02-27", forRemoval=true) public static final DateFormat LOCAL_DATE_FORMATTERDeprecated, for removal: This API element is subject to removal in a future version.Date formatter to display date/time to the player. Not thread-safe!
-
-
Constructor Details
-
SecretNotesController
public SecretNotesController()
-
-
Method Details
-
getRestoreCommand
Description copied from interface:GameComponentWhen saving a game, each GameComponent should return aCommandthat, when executed, restores the GameComponent to its state when the game was saved If this component has no persistent state, return null- Specified by:
getRestoreCommandin interfaceGameComponent
-
setup
public void setup(boolean gameStarting) Description copied from interface:GameComponentNotify the GameComponent that a game has started/ended- Specified by:
setupin interfaceGameComponent- Parameters:
gameStarting- if true, a game is starting. If false, then a game is ending
-
decode
Description copied from interface:CommandEncoderTranslate a String into aCommand- Specified by:
decodein interfaceCommandEncoder
-
encode
Description copied from interface:CommandEncoderTranslate aCommandinto a String- Specified by:
encodein interfaceCommandEncoder
-
addSecretNote
- Specified by:
addSecretNotein interfaceAddSecretNoteCommand.Interface
-
getControls
-
save
-
captureState
public void captureState() -
restoreState
public void restoreState() -
getNoteForName
-