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 Details

    • COMMAND_PREFIX

      public static final String COMMAND_PREFIX
      See Also:
      Constant Field Values
    • COL_HANDLE

      public static final int COL_HANDLE
      See Also:
      Constant Field Values
    • COL_DTM

      public static final int COL_DTM
      See Also:
      Constant Field Values
    • COL_NAME

      public static final int COL_NAME
      See Also:
      Constant Field Values
    • COL_REVEALED

      public static final int COL_REVEALED
      See Also:
      Constant Field Values
    • INTERNAL_DATE_FORMATTER

      public static final DateFormat INTERNAL_DATE_FORMATTER
      Date formatter to save and restore date/times in the save file. Not thread-safe!
    • LOCAL_DATE_FORMATTER

      public static final DateFormat LOCAL_DATE_FORMATTER
      Date formatter to display date/time to the player. Not thread-safe!
  • Constructor Details

    • SecretNotesController

      public SecretNotesController()
  • Method Details