|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Inteface between JOGRE application / applet and client panel.
Method Summary | |
void |
connectOK(ClientConnectionThread conn)
This method will be called when a client has connected sucessfully. |
ChatPrivateDialog |
getChatPrivateDialog(String usernameTo,
ClientConnectionThread conn)
Return a private chat dialog. |
JogreTableFrame |
getJogreTableFrame(TableConnectionThread conn)
Return the JOGRE table frame. |
void |
getPropertyDialog(ClientConnectionThread conn)
Return a property dialog. |
void |
getRulesDialog()
Return the rules dialog. |
void |
getUserDialog(User user)
Return a user information dialog. |
void |
setUITitle(String title)
Sets the user interfaces title. |
Method Detail |
public void connectOK(ClientConnectionThread conn)
conn
- Passes the successful connection.public JogreTableFrame getJogreTableFrame(TableConnectionThread conn)
conn
- Table connection to server.
public void setUITitle(String title)
title
- Title to set.public ChatPrivateDialog getChatPrivateDialog(String usernameTo, ClientConnectionThread conn)
usernameTo
- Username to talk to.conn
- Connection to the server.
public void getPropertyDialog(ClientConnectionThread conn)
conn
- Connection to server.public void getUserDialog(User user)
public void getRulesDialog()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |