|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SOCPlayerInterface | |
---|---|
soc.client | |
soc.client.stats |
Uses of SOCPlayerInterface in soc.client |
---|
Fields in soc.client declared as SOCPlayerInterface | |
---|---|
(package private) SOCPlayerInterface |
TradeOfferPanel.pi
|
private SOCPlayerInterface |
SOCSpecialItemDialog.pi
|
(package private) SOCPlayerInterface |
SOCPlayerInterface.ClientBridge.pi
|
private SOCPlayerInterface |
SOCPlayerInterface.PIWindowAdapter.pi
|
private SOCPlayerInterface |
SOCPlayerInterface.SOCPITextfieldListener.pi
|
private SOCPlayerInterface |
SOCPlayerInterface.SOCPIDiscardOrPickMsgTask.pi
|
(package private) SOCPlayerInterface |
SOCMonopolyDialog.pi
|
private SOCPlayerInterface |
SOCFaceButton.pi
|
(package private) SOCPlayerInterface |
SOCChoosePlayerDialog.pi
|
(package private) SOCPlayerInterface |
SOCBuildingPanel.pi
Our parent window |
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 |
protected SOCPlayerInterface |
SOCHandPanel.playerInterface
|
(package private) SOCPlayerInterface |
SOCDiscardOrGainResDialog.playerInterface
|
private SOCPlayerInterface |
SOCBoardPanel.playerInterface
the player interface that this board is a part of |
Fields in soc.client with type parameters of type SOCPlayerInterface | |
---|---|
private java.util.Map<java.lang.String,SOCPlayerInterface> |
SOCPlayerClient.GameAwtDisplay.playerInterfaces
the player interfaces for the games |
Methods in soc.client that return SOCPlayerInterface | |
---|---|
protected SOCPlayerInterface |
SOCPlayerClient.GameAwtDisplay.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.GameAwtDisplay cli,
SOCPlayerInterface gamePI)
Creates and shows a new SOCQuitConfirmDialog. |
protected void |
SOCHandPanel.creation(SOCPlayerInterface pi,
SOCPlayer pl,
boolean in)
Stuff to do when a SOCHandPanel is created. |
protected void |
SOCPlayerClient.GameAwtDisplay.printIgnoreList(SOCPlayerInterface pi)
Print the current chat ignorelist in a playerinterface. |
Constructors in soc.client with parameters of type SOCPlayerInterface | |
---|---|
AskDialog(SOCPlayerClient.GameAwtDisplay 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.GameAwtDisplay 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. |
|
FaceChooserFrame(SOCFaceButton fbutton,
SOCPlayerClient cli,
SOCPlayerInterface gamePI,
int pnum,
int faceID,
int faceWidth)
Creates a new FaceChooserFrame. |
|
SOCBoardPanel(SOCPlayerInterface pi)
create a new board panel in a game interface. |
|
SOCBuildingPanel(SOCPlayerInterface pi)
make a new building panel |
|
SOCChoosePlayerDialog(SOCPlayerInterface plInt,
int num,
int[] p,
boolean allowChooseNone)
Creates a new SOCChoosePlayerDialog object. |
|
SOCDiscardOrGainResDialog(SOCPlayerInterface pi,
int rnum,
boolean isDiscard)
Creates a new SOCDiscardOrGainResDialog popup. |
|
SOCFaceButton(SOCPlayerInterface pi,
FaceChooserFrame fcf,
int faceId)
create a new SOCFaceButton, for the FaceChooserFrame (bordered mode) |
|
SOCFaceButton(SOCPlayerInterface pi,
int pn)
create a new SOCFaceButton, for a player's handpanel (standard mode). |
|
SOCFaceButton(SOCPlayerInterface pi,
int pn,
java.awt.Color bgColor,
int width)
implement creation of a new SOCFaceButton (common to both modes) |
|
SOCHandPanel(SOCPlayerInterface pi,
SOCPlayer pl)
make a new hand panel |
|
SOCHandPanel(SOCPlayerInterface pi,
SOCPlayer pl,
boolean in)
make a new hand panel |
|
SOCMonopolyDialog(SOCPlayerInterface pi)
Creates a new SOCMonopolyDialog object. |
|
SOCPlayerInterface.ClientBridge(SOCPlayerInterface pi)
Create a new ClientBridge for this playerinterface and its SOCGame . |
|
SOCPlayerInterface.PIWindowAdapter(SOCPlayerClient.GameAwtDisplay gd,
SOCPlayerInterface spi)
|
|
SOCPlayerInterface.ResetBoardConfirmDialog(SOCPlayerClient.GameAwtDisplay cli,
SOCPlayerInterface gamePI)
Creates a new ResetBoardConfirmDialog. |
|
SOCPlayerInterface.ResetBoardVoteDialog(SOCPlayerClient.GameAwtDisplay cli,
SOCPlayerInterface gamePI,
java.lang.String requester,
boolean gameIsOver)
Creates a new ResetBoardVoteDialog. |
|
SOCPlayerInterface.SOCPIDiscardOrPickMsgTask(SOCPlayerInterface spi,
boolean forDiscard)
Create a new SOCPIDiscardOrPickMsgTask. |
|
SOCPlayerInterface.SOCPITextfieldListener(SOCPlayerInterface spi)
|
|
SOCPracticeAskDialog(SOCPlayerClient.GameAwtDisplay cli,
SOCPlayerInterface gamePI)
Creates a new SOCPracticeAskDialog. |
|
SOCQuitConfirmDialog(SOCPlayerClient.GameAwtDisplay cli,
SOCPlayerInterface gamePI,
boolean gameIsOver)
Creates a new SOCQuitConfirmDialog. |
|
SOCSpecialItemDialog(SOCPlayerInterface pi,
java.lang.String typeKey)
Creates a new SOCSpecialItemDialog object for known types of special items. |
Uses of SOCPlayerInterface in soc.client.stats |
---|
Fields in soc.client.stats declared as SOCPlayerInterface | |
---|---|
private SOCPlayerInterface |
GameStatisticsFrame.pi
|
Constructors in soc.client.stats with parameters of type SOCPlayerInterface | |
---|---|
GameStatisticsFrame(SOCPlayerInterface pi)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |