Uses of Class
net.sf.freecol.client.FreeColClient

Packages that use FreeColClient
net.sf.freecol The main package of FreeCol. 
net.sf.freecol.client.control Contains the classes responsible for the control of the game. 
net.sf.freecol.client.gui Contains the GUI classes. 
net.sf.freecol.client.gui.action Contains the Actions used by the GUI in menus and other places. 
net.sf.freecol.client.gui.menu   
net.sf.freecol.client.gui.panel Contains the panels and dialogs. 
 

Uses of FreeColClient in net.sf.freecol
 

Methods in net.sf.freecol that return FreeColClient
static FreeColClient FreeCol.getFreeColClient()
          Gets the FreeColClient.
 

Uses of FreeColClient in net.sf.freecol.client.control
 

Constructors in net.sf.freecol.client.control with parameters of type FreeColClient
ClientModelController(FreeColClient freeColClient)
          Creates a new ClientModelController.
ConnectController(FreeColClient freeColClient)
          Creates a new ConnectController.
InGameController(FreeColClient freeColClient)
          The constructor to use.
InGameInputHandler(FreeColClient freeColClient)
          The constructor to use.
InputHandler(FreeColClient freeColClient)
          The constructor to use.
MapEditorController(FreeColClient freeColClient)
          Creates a new MapEditorController.
PreGameController(FreeColClient freeColClient)
          The constructor to use.
PreGameInputHandler(FreeColClient freeColClient)
          The constructor to use.
 

Uses of FreeColClient in net.sf.freecol.client.gui
 

Methods in net.sf.freecol.client.gui that return FreeColClient
 FreeColClient Canvas.getClient()
          Returns the freeColClient.
 

Constructors in net.sf.freecol.client.gui with parameters of type FreeColClient
Canvas(FreeColClient client, java.awt.Dimension size, GUI gui)
          The constructor to use.
GUI(FreeColClient freeColClient, java.awt.Dimension size, ImageLibrary lib)
          The constructor to use.
InGameMenuBar(FreeColClient f)
          Creates a new FreeColMenuBar.
MapEditorMenuBar(FreeColClient freeColClient)
          Creates a new MapEditorMenuBar.
TilePopup(Tile tile, FreeColClient freeColClient, Canvas canvas, GUI gui)
          The constructor that will insert the MenuItems.
 

Uses of FreeColClient in net.sf.freecol.client.gui.action
 

Constructors in net.sf.freecol.client.gui.action with parameters of type FreeColClient
ActionManager(FreeColClient freeColClient)
          Creates a new ActionManager.
ImprovementAction(FreeColClient freeColClient, ImprovementActionType iaType)
          Creates this action.
LoadAction(FreeColClient freeColClient)
          Creates this action.
ReportHighScoresAction(FreeColClient freeColClient)
          Creates this action.
SentryAction(FreeColClient freeColClient)
          Creates this action.
UnloadAction(FreeColClient freeColClient)
          Creates this action.
 

Uses of FreeColClient in net.sf.freecol.client.gui.menu
 

Constructors in net.sf.freecol.client.gui.menu with parameters of type FreeColClient
DebugMenu(FreeColClient fcc)
           
 

Uses of FreeColClient in net.sf.freecol.client.gui.panel
 

Methods in net.sf.freecol.client.gui.panel that return FreeColClient
 FreeColClient FreeColPanel.getClient()
          Describe getClient method here.
 

Constructors in net.sf.freecol.client.gui.panel with parameters of type FreeColClient
InfoPanel(FreeColClient freeColClient)
          The constructor that will add the items to this panel.
LabourData(FreeColClient client)
           
MapControls(FreeColClient freeColClient)
          The basic constructor.
MiniMap(FreeColClient freeColClient)
          The constructor that will initialize this component.