Uses of Class
net.sf.freecol.client.gui.panel.FreeColPanel

Packages that use FreeColPanel
net.sf.freecol.client.gui Contains the GUI classes. 
net.sf.freecol.client.gui.panel Contains the panels and dialogs. 
 

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

Methods in net.sf.freecol.client.gui with parameters of type FreeColPanel
 void Canvas.showPanel(FreeColPanel panel)
          Displays a FreeColPanel.
 void Canvas.showPanel(FreeColPanel panel, boolean centered)
          Displays a FreeColPanel.
 void Canvas.showSubPanel(FreeColPanel panel)
          Displays a FreeColPanel.
 

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

Subclasses of FreeColPanel in net.sf.freecol.client.gui.panel
 class AboutPanel
          This is the About panel
 class BuildQueuePanel
           
 class CaptureGoodsDialog
          Panel for choosing the goods to capture.
 class CargoPanel
          A panel that holds units and goods that represent Units and cargo that are on board the currently selected ship.
 class ChatPanel
          This is the panel that pops up when the user wants to send a message to the other players.
 class ChooseFoundingFatherDialog
          This panel displays the different founding fathers the player can work towards recruiting.
 class ClientOptionsDialog
          Dialog for changing the ClientOptions.
 class ColonyPanel
          This is a panel for the Colony display.
 class ColonyPanel.ColonyCargoPanel
          This panel shows the content of a carrier in the colony
 class ColonyPanel.TilePanel
          A panel that displays the tiles in the immediate area around the colony.
 class ColopediaPanel
          This panel displays the Colopedia.
 class CompactLabourReport
          This panel displays the Labour Report.
 class ConfirmDeclarationDialog
           
 class DeclarationDialog
          This panel displays the signing of the Declaration of Independence.
 class DumpCargoDialog
          This panel is used to show information about a tile.
 class EditSettlementDialog
          This dialog is used to edit an Indian settlement (map editor only).
 class EmigrationPanel
          The panel that allows a user to choose which unit will emigrate from Europe.
 class ErrorPanel
          This is the panel that pops up when an error needs to be reported.
 class EuropePanel
          This is a panel for the Europe display.
 class EuropePanel.EuropeCargoPanel
           
 class EventPanel
          This panel is displayed when an imporantant event in the game has happened.
 class FindSettlementDialog
          Centers the map on a known settlement or colony.
 class FreeColDialog<T>
          Superclass for all dialogs in FreeCol.
 class GameOptionsDialog
          Dialog for changing the GameOptions.
 class IndianSettlementPanel
          This panel is used to show information about an Indian settlement.
 class InfoPanel
          This is the panel that shows more details about the currently selected unit and the tile it stands on.
 class InformationDialog
           
 class LoadingSavegameDialog
          Dialog for setting some options when loading a game.
 class MainPanel
          A panel filled with 'main' items.
 class MapEditorTransformPanel
          A panel for choosing the current MapTransform.
 class MapGeneratorOptionsDialog
          Dialog for changing the MapGeneratorOptions.
 class MonarchPanel
          This panel is used to show information about a tile.
 class NegotiationDialog
          The panel that allows negotiations between players.
 class NewPanel
          A panel filled with 'new game' items.
 class PreCombatDialog
           
 class RecruitDialog
          The panel that allows a user to recruit people in Europe.
 class ReportCargoPanel
          This panel displays the Cargo Report.
 class ReportColonyPanel
          This panel displays the Colony Report.
 class ReportContinentalCongressPanel
          This panel displays the ContinentalCongress Report.
 class ReportExplorationPanel
          This panel displays the Foreign Affairs Report.
 class ReportForeignAffairPanel
          This panel displays the Foreign Affairs Report.
 class ReportHighScoresPanel
          This panel displays the Foreign Affairs Report.
 class ReportHistoryPanel
          This panel displays the History Report.
 class ReportIndianPanel
          This panel displays the Native Affairs Advisor.
 class ReportLabourDetailPanel
          This panel displays the Labour Report.
 class ReportLabourPanel
          This panel displays the Labour Report.
 class ReportMilitaryPanel
          This panel displays the Military Report.
 class ReportNavalPanel
          This panel displays the Naval Report.
 class ReportPanel
          This panel displays a report.
 class ReportProductionPanel
          This panel displays the ContinentalCongress Report.
 class ReportReligiousPanel
          This panel displays the Religious Report.
 class ReportRequirementsPanel
          This panel displays the Advanced Colony Report.
 class ReportTradePanel
          This panel displays the Trade Report.
 class ReportTurnPanel
          This panel displays the Turn Report.
 class RiverStylePanel
          A panel for adjusting the river style.
 class SelectAmountDialog
          The panel that allows a user to recruit people in Europe.
 class SelectDestinationDialog
          Centers the map on a known settlement or colony.
 class ServerListPanel
          This panel is used to display the information received from the meta-server.
 class StartGamePanel
          The panel where you choose your nation and color and connected players are shown.
 class StatisticsPanel
          This is the StatisticsPanel panel
 class StatusPanel
          A Panel for showing status information on screen.
 class TilePanel
          This panel is used to show information about a tile.
 class TradeRouteDialog
          Allows the user to edit trade routes.
 class TradeRouteInputDialog
          Allows the user to edit trade routes.
 class TrainDialog
          The panel that allows a user to train people in Europe.
 class VictoryPanel
          This panel gets displayed to the player who have won the game.
 class WarehouseDialog
          Asks the user if he's sure he wants to quit.
 class WorkProductionPanel
           
 

Constructors in net.sf.freecol.client.gui.panel with parameters of type FreeColPanel
DefaultTransferHandler(Canvas canvas, FreeColPanel parentPanel)
          The constructor to use.
DragListener(FreeColPanel parentPanel)
          The constructor to use.