Uses of Class
soc.client.SOCPlayerInterface

Packages that use SOCPlayerInterface
soc.client   
 

Uses of SOCPlayerInterface in soc.client
 

Fields in soc.client declared as SOCPlayerInterface
(package private)  SOCPlayerInterface TradeOfferPanel.pi
           
private  SOCPlayerInterface SOCPlayerInterface.MyWindowAdapter.pi
           
private  SOCPlayerInterface SOCPlayerInterface.SOCPITextfieldListener.pi
           
private  SOCPlayerInterface SOCPlayerInterface.SOCPIDiscardMsgTask.pi
           
(package private)  SOCPlayerInterface SOCMonopolyDialog.pi
           
protected  SOCPlayerInterface SOCHandPanel.playerInterface
           
private  SOCPlayerInterface SOCFaceButton.pi
           
private  SOCPlayerInterface SOCDiscoveryDialog.pi
           
(package private)  SOCPlayerInterface SOCDiscardDialog.playerInterface
           
(package private)  SOCPlayerInterface SOCChoosePlayerDialog.pi
           
(package private)  SOCPlayerInterface SOCBuildingPanel.pi
           
private  SOCPlayerInterface SOCBoardPanel.playerInterface
          the player interface that this board is a part of
protected  SOCPlayerInterface FaceChooserFrame.pi
          Player interface.
protected  SOCPlayerInterface AskDialog.pi
          Player interface; passed to constructor; may be null if the question is related to the entire client, and not to a specific game
 

Methods in soc.client that return SOCPlayerInterface
protected  SOCPlayerInterface SOCPlayerClient.findAnyActiveGame(boolean fromPracticeServer)
          Look for active games that we're playing
 SOCPlayerInterface SOCHandPanel.getPlayerInterface()
           
 

Methods in soc.client with parameters of type SOCPlayerInterface
static void SOCQuitConfirmDialog.createAndShow(SOCPlayerClient cli, SOCPlayerInterface gamePI)
          Creates and shows a new SOCQuitConfirmDialog.
protected  void SOCPlayerClient.printIgnoreList(SOCPlayerInterface pi)
          Print the current chat ignorelist in a playerinterface.
protected  void SOCHandPanel.creation(SOCPlayerInterface pi, SOCPlayer pl, boolean in)
          Stuff to do when a SOCHandPanel is created.
 

Constructors in soc.client with parameters of type SOCPlayerInterface
SOCQuitConfirmDialog(SOCPlayerClient cli, SOCPlayerInterface gamePI, boolean gameIsOver)
          Creates a new SOCQuitConfirmDialog.
SOCPracticeAskDialog(SOCPlayerClient cli, SOCPlayerInterface gamePI)
          Creates a new SOCPracticeAskDialog.
SOCPlayerInterface.ResetBoardVoteDialog(SOCPlayerClient cli, SOCPlayerInterface gamePI, java.lang.String requester, boolean gameIsOver)
          Creates a new ResetBoardVoteDialog.
SOCPlayerInterface.MyWindowAdapter(SOCPlayerInterface spi)
           
SOCPlayerInterface.SOCPITextfieldListener(SOCPlayerInterface spi)
           
SOCPlayerInterface.SOCPIDiscardMsgTask(SOCPlayerInterface spi)
           
SOCMonopolyDialog(SOCPlayerInterface pi)
          Creates a new SOCMonopolyDialog object.
SOCHandPanel(SOCPlayerInterface pi, SOCPlayer pl, boolean in)
          make a new hand panel
SOCHandPanel(SOCPlayerInterface pi, SOCPlayer pl)
          make a new hand panel
SOCFaceButton(SOCPlayerInterface pi, int pn)
          create a new SOCFaceButton, for a player's handpanel (standard mode).
SOCFaceButton(SOCPlayerInterface pi, FaceChooserFrame fcf, int faceId)
          create a new SOCFaceButton, for the FaceChooserFrame (bordered mode)
SOCFaceButton(SOCPlayerInterface pi, int pn, java.awt.Color bgColor, int width)
          implement creation of a new SOCFaceButton (common to both modes)
SOCDiscoveryDialog(SOCPlayerInterface pi)
          Creates a new SOCDiscoveryDialog object.
SOCDiscardDialog(SOCPlayerInterface pi, int rnum)
          Creates a new SOCDiscardDialog object.
SOCChoosePlayerDialog(SOCPlayerInterface plInt, int num, int[] p)
          Creates a new SOCChoosePlayerDialog object.
SOCBuildingPanel(SOCPlayerInterface pi)
          make a new building panel
SOCBoardPanel(SOCPlayerInterface pi)
          create a new board panel in an applet
FaceChooserFrame(SOCFaceButton fbutton, SOCPlayerClient cli, SOCPlayerInterface gamePI, int pnum, int faceID, int faceWidth)
          Creates a new FaceChooserFrame.
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, 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.