Uses of Class
soc.client.SOCPlayerClient

Packages that use SOCPlayerClient
soc.client   
 

Uses of SOCPlayerClient in soc.client
 

Fields in soc.client declared as SOCPlayerClient
protected  SOCPlayerClient SOCPlayerInterface.client
          the client that spawned us
private  SOCPlayerClient SOCPlayerClient.MyWindowAdapter.cli
           
protected  SOCPlayerClient SOCHandPanel.client
           
private  SOCPlayerClient SOCConnectOrPracticePanel.cl
           
protected  SOCPlayerClient FaceChooserFrame.pcli
          Player client.
(package private)  SOCPlayerClient ChannelFrame.cc
           
protected  SOCPlayerClient AskDialog.pcli
          Player client; passed to constructor, not null
 

Methods in soc.client that return SOCPlayerClient
 SOCPlayerClient SOCPlayerInterface.getClient()
           
 SOCPlayerClient SOCHandPanel.getClient()
           
 

Methods in soc.client with parameters of type SOCPlayerClient
static void SOCQuitConfirmDialog.createAndShow(SOCPlayerClient cli, SOCPlayerInterface gamePI)
          Creates and shows a new SOCQuitConfirmDialog.
static void SOCQuitAllConfirmDialog.createAndShow(SOCPlayerClient cli, java.awt.Frame gamePIOrSelf)
          Creates and shows a new SOCQuitAllConfirmDialog.
 void SOCBuildingPanel.clickBuildingButton(SOCGame game, SOCPlayerClient client, java.lang.String target, boolean doNotClearPopup)
          Handle a click on a building-panel button.
 

Constructors in soc.client with parameters of type SOCPlayerClient
SOCQuitConfirmDialog(SOCPlayerClient cli, SOCPlayerInterface gamePI, boolean gameIsOver)
          Creates a new SOCQuitConfirmDialog.
SOCQuitAllConfirmDialog(SOCPlayerClient cli, java.awt.Frame gamePIOrSelf, boolean hostedServerActive)
          Creates a new SOCQuitAllConfirmDialog.
SOCPracticeAskDialog(SOCPlayerClient cli, SOCPlayerInterface gamePI)
          Creates a new SOCPracticeAskDialog.
SOCPlayerInterface(java.lang.String title, SOCPlayerClient cl, SOCGame ga)
          create a new player interface
SOCPlayerInterface.ResetBoardVoteDialog(SOCPlayerClient cli, SOCPlayerInterface gamePI, java.lang.String requester, boolean gameIsOver)
          Creates a new ResetBoardVoteDialog.
SOCPlayerClient.MyWindowAdapter(SOCPlayerClient c)
           
SOCConnectOrPracticePanel(SOCPlayerClient cli)
          Creates a new SOCConnectOrPracticePanel.
FaceChooserFrame(SOCFaceButton fbutton, SOCPlayerClient cli, SOCPlayerInterface gamePI, int pnum, int faceID, int faceWidth)
          Creates a new FaceChooserFrame.
ChannelFrame(java.lang.String t, SOCPlayerClient ccp)
          build a frame with the given title, belonging to the given applet
AskDialog(SOCPlayerClient cli, SOCPlayerInterface gamePI, java.lang.String titlebar, java.lang.String prompt, java.lang.String choice1, java.lang.String choice2, boolean default1, boolean default2)
          Creates a new AskDialog with two buttons, about a specific game.
AskDialog(SOCPlayerClient cli, java.awt.Frame parentFr, java.lang.String titlebar, java.lang.String prompt, java.lang.String choice1, java.lang.String choice2, boolean default1, boolean default2)
          Creates a new AskDialog with two buttons, not about a specific game.
AskDialog(SOCPlayerClient cli, SOCPlayerInterface gamePI, java.lang.String titlebar, java.lang.String prompt, java.lang.String choice1, java.lang.String choice2, java.lang.String choice3, int defaultChoice)
          Creates a new AskDialog with three buttons, about a specific game.
AskDialog(SOCPlayerClient cli, java.awt.Frame parentFr, java.lang.String titlebar, java.lang.String prompt, java.lang.String choice1, java.lang.String choice2, java.lang.String choice3, int defaultChoice)
          Creates a new AskDialog with three buttons, not about a specific game.