Uses of Class
VASSAL.build.module.Chatter
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.chat |
Contains classes for specifying a VASSAL server implementation that follows a chat-room paradigm.
|
VASSAL.configure |
Provides classes for building "Edit Property" dialogs, and for editing
GameModule 's and ModuleExtension 's. |
VASSAL.launch |
-
Uses of Chatter in VASSAL.build
Fields in VASSAL.build declared as Chatter Modifier and Type Field Description protected Chatter
GameModule. chat
Methods in VASSAL.build that return Chatter Modifier and Type Method Description Chatter
GameModule. getChatter()
Methods in VASSAL.build with parameters of type Chatter Modifier and Type Method Description void
GameModule. setChatter(Chatter c)
Set the object that displays chat text. -
Uses of Chatter in VASSAL.build.module
Constructors in VASSAL.build.module with parameters of type Chatter Constructor Description DisplayText(Chatter c, String s)
-
Uses of Chatter in VASSAL.chat
Subclasses of Chatter in VASSAL.chat Modifier and Type Class Description class
PrivateChatter
A window for private messages between the user and another player; -
Uses of Chatter in VASSAL.configure
Fields in VASSAL.configure declared as Chatter Modifier and Type Field Description protected static Chatter
ConfigureTree. chatter
-
Uses of Chatter in VASSAL.launch
Methods in VASSAL.launch with parameters of type Chatter Modifier and Type Method Description void
PlayerWindow. addChatter(Chatter chatter)