Uses of Class
VASSAL.chat.SimplePlayer
| Package | Description |
|---|---|
| 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.chat.ui |
-
Uses of SimplePlayer in VASSAL.chat
Constructors in VASSAL.chat with parameters of type SimplePlayer Constructor Description PlayerInfoWindow(Frame f, SimplePlayer p) -
Uses of SimplePlayer in VASSAL.chat.jabber
Subclasses of SimplePlayer in VASSAL.chat.jabber Modifier and Type Class Description classJabberPlayer -
Uses of SimplePlayer in VASSAL.chat.node
Subclasses of SimplePlayer in VASSAL.chat.node Modifier and Type Class Description classNodePlayerASimplePlayersubclass used in clients of the hierarchical server -
Uses of SimplePlayer in VASSAL.chat.peer2peer
Subclasses of SimplePlayer in VASSAL.chat.peer2peer Modifier and Type Class Description classP2PPlayer -
Uses of SimplePlayer in VASSAL.chat.ui
Methods in VASSAL.chat.ui with parameters of type SimplePlayer Modifier and Type Method Description JPopupMenuCurrentRoomActions. buildPopupForPlayer(SimplePlayer p, JTree tree)JPopupMenuRoomInteractionControlsInitializer. buildPopupForPlayer(SimplePlayer target, JTree tree)ActionPlayerActionFactory. getAction(SimplePlayer p, JTree tree)Constructors in VASSAL.chat.ui with parameters of type SimplePlayer Constructor Description InviteAction(LockableChatServerConnection client, SimplePlayer target)KickAction(LockableChatServerConnection client, SimplePlayer target)ShowProfileAction(SimplePlayer p, Frame f)