A B C D E G H I J L M N O P R S T U V W

A

acceptConnection(PictionaryServer.ClientConnection) - Method in class pictionary.pictionaryserver.PictionaryServer
Adds a connection to PictionaryServer.clientConnections, adds the client's name to PictionaryServer.illegalUsernames and informs all connected clients that someone connected to the server.
aClientConnected(String) - Method in interface pictionary.pictionaryclient.IPictionaryClientCallback
This method is called when a new client has connected to the server.
aClientConnected(String) - Method in class pictionary.pictionaryclient.PictionaryClientGUI
 
aClientDisconnected(String) - Method in interface pictionary.pictionaryclient.IPictionaryClientCallback
This method is called when a client has disconnected from the server.
aClientDisconnected(String) - Method in class pictionary.pictionaryclient.PictionaryClientGUI
 
actionPerformed(ActionEvent) - Method in class pictionary.pictionaryclient.PictionaryClientGUI.ConnectButtonListener
 
actionPerformed(ActionEvent) - Method in class pictionary.pictionaryclient.PictionaryClientGUI.JoinGameButtonListener
 
actionPerformed(ActionEvent) - Method in class pictionary.pictionaryclient.PictionaryClientGUI.SendButtonListener
 
actionPerformed(ActionEvent) - Method in class pictionary.pictionaryserver.PictionaryServer.ConnectButtonListener
Starts or stops the server.
addPoint(Point) - Method in class pictionary.pictionaryclient.PictionaryClientGUI.Paper
Adds a point to PictionaryClientGUI.Paper.hs, thus displaying it to the user.
addPointAndSend(Point) - Method in class pictionary.pictionaryclient.PictionaryClientGUI.Paper
Similar to PictionaryClientGUI.Paper.addPoint(Point), but also sends the point using PictionaryClient.broadcastDraw(Point).

A B C D E G H I J L M N O P R S T U V W