Uses of Class
soc.client.ColorSquare

Packages that use ColorSquare
soc.client   
 

Uses of ColorSquare in soc.client
 

Subclasses of ColorSquare in soc.client
 class ColorSquareLarger
          This is a larger square box with a background color and possibly a number or X in it.
 

Fields in soc.client declared as ColorSquare
private  ColorSquare[] SquaresPanel.give
          To change its value, each ColorSquare handles its own mouse events.
private  ColorSquare[] SquaresPanel.get
          To change its value, each ColorSquare handles its own mouse events.
protected  ColorSquare SOCHandPanel.vpSq
           
protected  ColorSquare SOCHandPanel.claySq
           
protected  ColorSquare SOCHandPanel.oreSq
           
protected  ColorSquare SOCHandPanel.sheepSq
           
protected  ColorSquare SOCHandPanel.wheatSq
           
protected  ColorSquare SOCHandPanel.woodSq
           
protected  ColorSquare SOCHandPanel.settlementSq
           
protected  ColorSquare SOCHandPanel.citySq
           
protected  ColorSquare SOCHandPanel.roadSq
           
protected  ColorSquare SOCHandPanel.resourceSq
           
protected  ColorSquare SOCHandPanel.developmentSq
           
protected  ColorSquare SOCHandPanel.knightsSq
           
protected  ColorSquare[] SOCHandPanel.playerSend
          Checkboxes to send to the other three players.
private  ColorSquare SOCHandPanel.ResourceTradeTypeMenu.resSq
           
private  ColorSquare[] SOCDiscoveryDialog.rsrc
           
(package private)  ColorSquare[] SOCDiscardDialog.keep
           
(package private)  ColorSquare[] SOCDiscardDialog.disc
           
(package private)  ColorSquare SOCBuildingPanel.roadWood
           
(package private)  ColorSquare SOCBuildingPanel.roadClay
           
(package private)  ColorSquare SOCBuildingPanel.settlementWood
           
(package private)  ColorSquare SOCBuildingPanel.settlementClay
           
(package private)  ColorSquare SOCBuildingPanel.settlementWheat
           
(package private)  ColorSquare SOCBuildingPanel.settlementSheep
           
(package private)  ColorSquare SOCBuildingPanel.cityWheat
           
(package private)  ColorSquare SOCBuildingPanel.cityOre
           
(package private)  ColorSquare SOCBuildingPanel.cardWheat
           
(package private)  ColorSquare SOCBuildingPanel.cardSheep
           
(package private)  ColorSquare SOCBuildingPanel.cardOre
           
(package private)  ColorSquare SOCBuildingPanel.cardCount
           
 

Methods in soc.client with parameters of type ColorSquare
 void SquaresPanel.squareChanged(ColorSquare sq, int oldValue, int newValue)
          Called by colorsquare when clicked; if we're part of a HandPanel, could enable/disable its buttons based on new value.
private  void SOCHandPanel.ResourceTradeTypeMenu.init(int typeFrom, ColorSquare sq, int numFrom, boolean forThree1)
          Common to both constructors
 void SOCDiscoveryDialog.squareChanged(ColorSquare sq, int oldValue, int newValue)
          Called by colorsquare when clicked; potentially enable/disable Done button, based on new value.
 void ColorSquareListener.squareChanged(ColorSquare sq, int oldValue, int newValue)
          Called by ColorSquare when clicked and value changes.
 

Constructors in soc.client with parameters of type ColorSquare
SOCHandPanel.ResourceTradeTypeMenu(SOCHandPanel hp, int typeFrom, ColorSquare sq, int numFrom)
          Menu attached to a resource colorsquare in the client player's handpanel