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 SecretNoteAddSecretNoteCommand. getNote()SecretNoteSecretNotesController. getNoteForName(String s)Methods in VASSAL.build.module.noteswindow with parameters of type SecretNote Modifier and Type Method Description voidAddSecretNoteCommand.Interface. addSecretNote(SecretNote note)voidSecretNotesController. addSecretNote(SecretNote note)Constructors in VASSAL.build.module.noteswindow with parameters of type SecretNote Constructor Description AddSecretNoteCommand(AddSecretNoteCommand.Interface i, SecretNote note)