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
protected  SOCHandPanel SOCPlayerInterface.boardResetRequester
          this other player has requested a board reset; voting is under way.
protected  SOCHandPanel SOCPlayerInterface.clientHand
          Tracks our own hand within hands[], if we are active in a game.
protected  SOCHandPanel[] SOCPlayerInterface.hands
          the display for the players' hands.
(package private)  SOCHandPanel TradeOfferPanel.hp
           
protected  SOCHandPanel SOCHandPanel.ResourceTradePopupMenu.hpan
           
(package private)  SOCHandPanel SquaresPanel.parentHand
           
 

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

Methods in soc.client with parameters of type SOCHandPanel
 void SOCHandPanel.ResourceTradeMenuItem.createBankTradeRequest(SOCHandPanel hp)
          Create a bank-trade-request, send to the server.
private  void SOCPlayerInterface.paintBordersHandColumn(java.awt.Graphics g, SOCHandPanel middlePanel)
          Paint the borders of one column of handpanels.
 void SOCPlayerInterface.setClientHand(SOCHandPanel h)
          Update the client player's SOCHandPanel interface, for joining or leaving a game.
 

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