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 class
JabberPlayer
-
Uses of SimplePlayer in VASSAL.chat.node
Subclasses of SimplePlayer in VASSAL.chat.node Modifier and Type Class Description class
NodePlayer
ASimplePlayer
subclass 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 class
P2PPlayer
-
Uses of SimplePlayer in VASSAL.chat.ui
Methods in VASSAL.chat.ui with parameters of type SimplePlayer Modifier and Type Method Description JPopupMenu
CurrentRoomActions. buildPopupForPlayer(SimplePlayer p, JTree tree)
JPopupMenu
RoomInteractionControlsInitializer. buildPopupForPlayer(SimplePlayer target, JTree tree)
Action
PlayerActionFactory. 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)