Uses of Class
soc.client.SOCHandPanel

Packages that use SOCHandPanel
soc.client   
 

Uses of SOCHandPanel in soc.client
 

Fields in soc.client declared as SOCHandPanel
(package private)  SOCHandPanel TradeOfferPanel.hp
           
(package private)  SOCHandPanel SquaresPanel.parentHand
           
protected  SOCHandPanel[] SOCPlayerInterface.hands
          the display for the players' hands
protected  SOCHandPanel SOCPlayerInterface.clientHand
          Tracks our own hand within hands[], if we are active in a game.
protected  SOCHandPanel SOCPlayerInterface.boardResetRequester
          this other player has requested a board reset; voting is under way.
protected  SOCHandPanel SOCHandPanel.ResourceTradePopupMenu.hpan
           
 

Methods in soc.client that return SOCHandPanel
 SOCHandPanel SOCPlayerInterface.getPlayerHandPanel(int pn)
           
 SOCHandPanel SOCPlayerInterface.getClientHand()
          The client player's SOCHandPanel interface, if active in a game.
 

Methods in soc.client with parameters of type SOCHandPanel
 void SOCPlayerInterface.setClientHand(SOCHandPanel h)
          Update the client player's SOCHandPanel interface, for joining or leaving a game.
 void SOCHandPanel.ResourceTradeMenuItem.createBankTradeRequest(SOCHandPanel hp)
          Create a bank-trade-request, send to the server.
 

Constructors in soc.client with parameters of type SOCHandPanel
TradeOfferPanel(SOCHandPanel hp, int from)
          Creates a new TradeOfferPanel object.
SquaresPanel(boolean in, SOCHandPanel hand)
          Creates a new SquaresPanel object, as part of a SOCHandPanel.
SOCHandPanel.ResourceTradePopupMenu(SOCHandPanel hp, java.lang.String title)
           
SOCHandPanel.ResourceTradeTypeMenu(SOCHandPanel hp, int typeFrom, ColorSquare sq, int numFrom)
          Menu attached to a resource colorsquare in the client player's handpanel
SOCHandPanel.ResourceTradeTypeMenu(SOCHandPanel hp, int typeFrom, boolean forThree1)
          One-time-use menu for board popup menu.
SOCBoardPanel.ResourceTradeAllMenu(SOCBoardPanel bp, SOCHandPanel hp)
          Temporary menu for board popup menu