Uses of Class
net.sf.freecol.client.gui.GUI

Packages that use GUI
net.sf.freecol.client This is the main client package. 
net.sf.freecol.client.gui Contains the GUI classes. 
 

Uses of GUI in net.sf.freecol.client
 

Methods in net.sf.freecol.client that return GUI
 GUI FreeColClient.getGUI()
          Gets the GUI that is being used to draw the map on the Canvas.
 

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

Methods in net.sf.freecol.client.gui that return GUI
 GUI Canvas.getColonyTileGUI()
           
 GUI Canvas.getGUI()
          Returns this Canvas's GUI.
 

Constructors in net.sf.freecol.client.gui with parameters of type GUI
Canvas(FreeColClient client, java.awt.Dimension size, GUI gui)
          The constructor to use.
CanvasMapEditorMouseListener(Canvas canvas, GUI g)
          The constructor to use.
CanvasMouseListener(Canvas canvas, GUI g)
          The constructor to use.
CanvasMouseMotionListener(Canvas canvas, GUI g, Map m)
          The constructor to use.
TilePopup(Tile tile, FreeColClient freeColClient, Canvas canvas, GUI gui)
          The constructor that will insert the MenuItems.
ViewMode(GUI gui)