Uses of Class
VASSAL.build.module.noteswindow.SecretNote
Package | Description |
---|---|
VASSAL.build.module.noteswindow |
Contains classes that may be added to a
NotesWindow . |
-
Uses of SecretNote in VASSAL.build.module.noteswindow
Methods in VASSAL.build.module.noteswindow that return SecretNote Modifier and Type Method Description SecretNote
AddSecretNoteCommand. getNote()
SecretNote
SecretNotesController. getNoteForName(String s)
Methods in VASSAL.build.module.noteswindow with parameters of type SecretNote Modifier and Type Method Description void
AddSecretNoteCommand.Interface. addSecretNote(SecretNote note)
void
SecretNotesController. addSecretNote(SecretNote note)
Constructors in VASSAL.build.module.noteswindow with parameters of type SecretNote Constructor Description AddSecretNoteCommand(AddSecretNoteCommand.Interface i, SecretNote note)