Uses of Class
soc.client.SOCPlayerClient.GameAwtDisplay

Packages that use SOCPlayerClient.GameAwtDisplay
soc.client   
 

Uses of SOCPlayerClient.GameAwtDisplay in soc.client
 

Fields in soc.client declared as SOCPlayerClient.GameAwtDisplay
(package private)  SOCPlayerClient.GameAwtDisplay ChannelFrame.cc
           
private  SOCPlayerClient.GameAwtDisplay SOCPlayerClient.ClientWindowAdapter.cli
           
protected  SOCPlayerClient.GameAwtDisplay SOCPlayerInterface.gameDisplay
          the display that spawned us
(package private)  SOCPlayerClient.GameAwtDisplay SOCApplet.gameDisplay
           
private  SOCPlayerClient.GameAwtDisplay NewGameOptionsFrame.gameDisplay
           
private  SOCPlayerClient.GameAwtDisplay SOCPlayerInterface.PIWindowAdapter.gd
           
private  SOCPlayerClient.GameAwtDisplay SOCConnectOrPracticePanel.gd
           
 SOCPlayerClient.GameAwtDisplay SOCPlayerClient.GameOptionsTimeoutTask.pcli
           
 SOCPlayerClient.GameAwtDisplay SOCPlayerClient.GameOptionDefaultsTimeoutTask.pcli
           
protected  SOCPlayerClient.GameAwtDisplay AskDialog.pcli
          Player client; passed to constructor, not null; used for actions in subclasses when dialog buttons are chosen
 

Methods in soc.client that return SOCPlayerClient.GameAwtDisplay
 SOCPlayerClient.GameAwtDisplay SOCPlayerInterface.getGameDisplay()
           
 

Methods in soc.client with parameters of type SOCPlayerClient.GameAwtDisplay
static void SOCQuitAllConfirmDialog.createAndShow(SOCPlayerClient.GameAwtDisplay cli, java.awt.Frame gamePIOrSelf)
          Creates and shows a new SOCQuitAllConfirmDialog.
static void NotifyDialog.createAndShow(SOCPlayerClient.GameAwtDisplay cli, java.awt.Frame gamePI, java.lang.String promptText, java.lang.String btnText, boolean hasDefault)
          Creates and shows a new NotifyDialog.
static void SOCQuitConfirmDialog.createAndShow(SOCPlayerClient.GameAwtDisplay cli, SOCPlayerInterface gamePI)
          Creates and shows a new SOCQuitConfirmDialog.
static NewGameOptionsFrame NewGameOptionsFrame.createAndShow(SOCPlayerClient.GameAwtDisplay cli, java.lang.String gaName, java.util.Map<java.lang.String,SOCGameOption> opts, boolean forPractice, boolean readOnly)
          Creates and shows a new NewGameOptionsFrame.
static void NewGameOptionsFrame.showScenarioInfoDialog(SOCGame ga, SOCPlayerClient.GameAwtDisplay cli, java.awt.Frame parent)
          Show a popup window with this game's scenario's description, special rules, and number of victory points to win.
static void NewGameOptionsFrame.showScenarioInfoDialog(SOCScenario sc, java.util.Map<java.lang.String,SOCGameOption> gameOpts, int vpWinner, SOCPlayerClient.GameAwtDisplay cli, java.awt.Frame parent)
          Show a popup window with this scenario's description, special rules, and number of victory points to win.
 

Constructors in soc.client with parameters of type SOCPlayerClient.GameAwtDisplay
AskDialog(SOCPlayerClient.GameAwtDisplay cli, java.awt.Frame parentFr, java.lang.String titlebar, java.lang.String prompt, java.lang.String btnText, boolean hasDefault)
          Creates a new AskDialog with one button, not about a specific game.
AskDialog(SOCPlayerClient.GameAwtDisplay 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.GameAwtDisplay 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 one, two, or three buttons, not 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, 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.
ChannelFrame(java.lang.String t, SOCPlayerClient.GameAwtDisplay ccp)
          Build a frame with the given title, belonging to the given frame/applet
NewGameOptionsFrame(SOCPlayerClient.GameAwtDisplay gd, java.lang.String gaName, java.util.Map<java.lang.String,SOCGameOption> opts, boolean forPractice, boolean readOnly)
          Creates a new NewGameOptionsFrame.
NotifyDialog(SOCPlayerClient.GameAwtDisplay cli, java.awt.Frame gamePI, java.lang.String promptText, java.lang.String btnText, boolean hasDefault)
          Creates a new NotifyDialog.
SOCConnectOrPracticePanel(SOCPlayerClient.GameAwtDisplay gd)
          Creates a new SOCConnectOrPracticePanel.
SOCPlayerClient.ClientWindowAdapter(SOCPlayerClient.GameAwtDisplay c)
           
SOCPlayerClient.GameOptionDefaultsTimeoutTask(SOCPlayerClient.GameAwtDisplay c, ServerGametypeInfo opts, boolean forPractice)
           
SOCPlayerClient.GameOptionsTimeoutTask(SOCPlayerClient.GameAwtDisplay c, ServerGametypeInfo opts)
           
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(java.lang.String title, SOCPlayerClient.GameAwtDisplay gd, SOCGame ga)
          Create and show a new player interface.
SOCPracticeAskDialog(SOCPlayerClient.GameAwtDisplay cli, SOCPlayerInterface gamePI)
          Creates a new SOCPracticeAskDialog.
SOCQuitAllConfirmDialog(SOCPlayerClient.GameAwtDisplay cli, java.awt.Frame gamePIOrSelf, boolean hostedServerActive)
          Creates a new SOCQuitAllConfirmDialog.
SOCQuitConfirmDialog(SOCPlayerClient.GameAwtDisplay cli, SOCPlayerInterface gamePI, boolean gameIsOver)
          Creates a new SOCQuitConfirmDialog.