Package net.sf.freecol.client.gui.action

Contains the Actions used by the GUI in menus and other places.

See:
          Description

Class Summary
AboutAction An action for displaying an about box with version numbers.
ActionManager Stores the actions.
AssignTradeRouteAction An action for assigning a trade route to the currently selected unit.
BuildColonyAction An action for using the active unit to build a colony.
CenterAction An action for centering the view on the active unit.
ChangeAction An action for changing the view.
ChangeWindowedModeAction An action for toggling between full-screen and windowed mode.
ChatAction An action for initiating chatting.
ClearOrdersAction An action for clearing the active unit's orders.
ColopediaAction Displays a section of the Colopedia.
DebugAction Toggle debug mode.
DeclareIndependenceAction An action for declaring independence.
DetermineHighSeasAction An action for determining the high seas tiles.
DisbandUnitAction An action for disbanding the active unit.
DisplayBordersAction An action to toggle the display of national borders.
DisplayGridAction An action to toggle the display of the map grid.
DisplayTileTextAction Display text over tiles.
EndTurnAction An action for ending the turn.
EuropeAction An action for displaying the EuropePanel.
ExecuteGotoOrdersAction An action for executing goto orders immediately.
FindSettlementAction An action for finding a settlement on the map.
FortifyAction An action for fortifying the active unit.
FreeColAction The super class of all actions in FreeCol.
GotoAction An action for making a unit move to a specific location.
GotoTileAction An action to make a unit go to a specific tile.
ImprovementAction An action for using the active unit to plow/clear a forest.
ImprovementActionType A storage class for ImprovementActionType used to create ImprovementActions.
LoadAction An action for filling the holds of the currently selected unit.
MapboardAction Super class for all actions that should be disabled when the mapboard is not selected.
MapControlsAction An action for displaying the map controls.
MiniMapZoomInAction An action for zooming in on the minimap.
MiniMapZoomOutAction An action for zooming out on the minimap.
MoveAction An action for chosing the next unit as the active unit.
NewAction An action for starting a new game.
NewEmptyMapAction Creates a new empty map.
OpenAction An action for loading a game or map.
PreferencesAction An action for editing user preferences.
QuitAction An action for quitting the game.
ReconnectAction An action for reconnecting to the server.
RenameAction An action for renameing the active unit.
ReportCargoAction An action for displaying a Cargo Report.
ReportColonyAction An action for displaying a Colony Report.
ReportContinentalCongressAction An action for display a Congress Report.
ReportExplorationAction An action for displaying an Exploration Report.
ReportForeignAction  
ReportHighScoresAction An action for displaying a High Score Report.
ReportHistoryAction Show history messages in report panel.
ReportIndianAction An action for displaying an Indian Relations Report.
ReportLabourAction An action for displaying a Labour Report.
ReportMilitaryAction An action for displaying a Military Report.
ReportNavalAction An action for displaying a Naval Report.
ReportProductionAction An action for displaying a Production Report.
ReportReligionAction An action for displaying the Religion Report.
ReportRequirementsAction An action for displaying a Requirements Report.
ReportTradeAction An action for displaying a Trade Report.
ReportTurnAction Show turn messages in report panel.
RetireAction An action for retiring from the game.
SaveAction An action for saving the game.
SaveAndQuitAction An action for prompting the user to save before quitting the game.
ScaleMapAction An action for scaling a map.
SelectableAction An action for selecting one of several options.
SentryAction An action to set sentry state to the active unit.
ShowMainAction Returns to the MainPanel.
SkipUnitAction An action for skipping the active unit.
TilePopupAction An action for displaying a Tile Popup.
ToggleViewModeAction An action for changing view mode between move units mode and view terrain mode
TradeRouteAction An action for editing trade routes.
UnitAction Super class for all actions that should be disabled when no unit is selected.
UnloadAction An action for unloading the currently selected unit.
WaitAction An action for ordering the active unit to wait for further orders.
ZoomInAction An action for zooming in on the main map.
ZoomOutAction An action for zooming out on the main map.
 

Enum Summary
DisplayTileTextAction.DisplayText  
 

Package net.sf.freecol.client.gui.action Description

Contains the Actions used by the GUI in menus and other places.

The actions are stored by the ActionManager and are all subclasses of FreeColAction.