Uses of Package
VASSAL.command
| Package | Description |
|---|---|
| VASSAL.build |
Provides classes for building Java instances automatically from XML
files.
|
| VASSAL.build.module |
Contains classes that may be added to a
GameModule. |
| VASSAL.build.module.documentation |
Contains classes that may be added to a
Documentation. |
| VASSAL.build.module.map |
Contains classes that may be added to a
Map. |
| VASSAL.build.module.map.boardPicker |
Contains classes that may be added to a
BoardPicker. |
| VASSAL.build.module.map.boardPicker.board.mapgrid |
Contains classes that may be added to a
MapGrid. |
| VASSAL.build.module.noteswindow |
Contains classes that may be added to a
NotesWindow. |
| VASSAL.build.module.properties | |
| VASSAL.build.module.turn | |
| VASSAL.chat |
Contains classes for specifying a VASSAL server implementation that follows a chat-room paradigm.
|
| VASSAL.chat.jabber | |
| VASSAL.chat.node | |
| VASSAL.chat.peer2peer | |
| VASSAL.command |
Provides classes that implement the "Command" design pattern.
|
| VASSAL.counters |
Provides classes that define game pieces.
|
| VASSAL.launch | |
| VASSAL.property | |
| VASSAL.script |
-
Classes in VASSAL.command used by VASSAL.build Class Description Command Command is an abstract class that does something.CommandEncoder Translates aCommandto and from a string Although Commands can be linked into compound commands, each CommandEncoder need only handle single (not compound) commandsLogger -
Classes in VASSAL.command used by VASSAL.build.module Class Description Command Command is an abstract class that does something.CommandEncoder Translates aCommandto and from a string Although Commands can be linked into compound commands, each CommandEncoder need only handle single (not compound) commandsLogger -
Classes in VASSAL.command used by VASSAL.build.module.documentation Class Description Command Command is an abstract class that does something. -
Classes in VASSAL.command used by VASSAL.build.module.map Class Description AddPiece This Command adds aGamePieceto a game.Command Command is an abstract class that does something.CommandEncoder Translates aCommandto and from a string Although Commands can be linked into compound commands, each CommandEncoder need only handle single (not compound) commandsMovePiece Command that moves a piece to a new location and position within a stack. -
Classes in VASSAL.command used by VASSAL.build.module.map.boardPicker Class Description Command Command is an abstract class that does something. -
Classes in VASSAL.command used by VASSAL.build.module.map.boardPicker.board.mapgrid Class Description Command Command is an abstract class that does something. -
Classes in VASSAL.command used by VASSAL.build.module.noteswindow Class Description Command Command is an abstract class that does something.CommandEncoder Translates aCommandto and from a string Although Commands can be linked into compound commands, each CommandEncoder need only handle single (not compound) commands -
Classes in VASSAL.command used by VASSAL.build.module.properties Class Description Command Command is an abstract class that does something.CommandEncoder Translates aCommandto and from a string Although Commands can be linked into compound commands, each CommandEncoder need only handle single (not compound) commands -
Classes in VASSAL.command used by VASSAL.build.module.turn Class Description Command Command is an abstract class that does something.CommandEncoder Translates aCommandto and from a string Although Commands can be linked into compound commands, each CommandEncoder need only handle single (not compound) commands -
Classes in VASSAL.command used by VASSAL.chat Class Description Command Command is an abstract class that does something.CommandEncoder Translates aCommandto and from a string Although Commands can be linked into compound commands, each CommandEncoder need only handle single (not compound) commandsCommandFilter Remove sub-commands from a composite command -
Classes in VASSAL.command used by VASSAL.chat.jabber Class Description Command Command is an abstract class that does something.CommandEncoder Translates aCommandto and from a string Although Commands can be linked into compound commands, each CommandEncoder need only handle single (not compound) commands -
Classes in VASSAL.command used by VASSAL.chat.node Class Description Command Command is an abstract class that does something.CommandEncoder Translates aCommandto and from a string Although Commands can be linked into compound commands, each CommandEncoder need only handle single (not compound) commands -
Classes in VASSAL.command used by VASSAL.chat.peer2peer Class Description Command Command is an abstract class that does something.CommandEncoder Translates aCommandto and from a string Although Commands can be linked into compound commands, each CommandEncoder need only handle single (not compound) commands -
Classes in VASSAL.command used by VASSAL.command Class Description Command Command is an abstract class that does something.ConditionalCommand.Condition The class representing a condition that must be satisfied if the Command is to be executedPlayAudioClipCommand -
Classes in VASSAL.command used by VASSAL.counters Class Description Command Command is an abstract class that does something.CommandEncoder Translates aCommandto and from a string Although Commands can be linked into compound commands, each CommandEncoder need only handle single (not compound) commands -
Classes in VASSAL.command used by VASSAL.launch Class Description Command Command is an abstract class that does something.CommandEncoder Translates aCommandto and from a string Although Commands can be linked into compound commands, each CommandEncoder need only handle single (not compound) commands -
Classes in VASSAL.command used by VASSAL.property Class Description Command Command is an abstract class that does something. -
Classes in VASSAL.command used by VASSAL.script Class Description CommandEncoder Translates aCommandto and from a string Although Commands can be linked into compound commands, each CommandEncoder need only handle single (not compound) commands