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

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

See:
          Description

Class Summary
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.
BuildRoadAction An action for using the active unit to build a road.
ChangeAction An action for changing the view.
ChatAction An action for initiating chatting.
ClearOrdersAction An action for clearing the active unit's orders.
ColopediaBuildingAction  
ColopediaFatherAction  
ColopediaGoodsAction  
ColopediaSkillAction  
ColopediaTerrainAction  
ColopediaUnitAction  
DebugCrossBugAction  
DebugShowCoordinatesAction  
DeclareIndependenceAction An action for declaring independence.
DisbandUnitAction An action for disbanding the active unit.
DisplayGridAction  
DisplayTileNamesAction  
DisplayTileOwnersAction  
EndTurnAction An action for ending the turn.
EuropeAction An action for displaying the EuropePanel.
ExecuteGotoOrdersAction An action for chosing the next unit as the active unit.
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.
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.
NewAction  
OpenAction An action for declaring independence.
PlowAction An action for using the active unit to plow/clear a forest.
PreferencesAction An action for declaring independence.
QuitAction An action for chosing the next unit as the active unit.
ReconnectAction An action for declaring independence.
RenameAction An action for renameing the active unit.
ReportColonyAction  
ReportContinentalCongressAction  
ReportForeignAction  
ReportIndianAction  
ReportLabourAction  
ReportMilitaryAction  
ReportNavalAction  
ReportReligionAction  
ReportTradeAction  
ReportTurnAction Show turn messages in report panel.
SaveAction An action for declaring independence.
SelectableAction An action for displaying the map controls.
SentryAction An action to set sentry state to the active unit.
SkipUnitAction An action for skipping the active unit.
ToggleViewModeAction An action for changing view mode between move units mode and view terrain mode
TradeRouteAction An action for editing trade routes.
UnloadAction An action for unloading the currently selected unit.
WaitAction An action for chosing the next unit as the active unit.
 

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.