Uses of Class
net.sf.freecol.client.gui.action.MapboardAction

Packages that use MapboardAction
net.sf.freecol.client.gui.action Contains the Actions used by the GUI in menus and other places. 
 

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

Subclasses of MapboardAction in net.sf.freecol.client.gui.action
 class AssignTradeRouteAction
          An action for assigning a trade route to the currently selected unit.
 class BuildColonyAction
          An action for using the active unit to build a colony.
 class CenterAction
          An action for centering the view on the active unit.
 class ChangeAction
          An action for changing the view.
 class ChangeWindowedModeAction
          An action for toggling between full-screen and windowed mode.
 class ClearOrdersAction
          An action for clearing the active unit's orders.
 class DeclareIndependenceAction
          An action for declaring independence.
 class DisbandUnitAction
          An action for disbanding the active unit.
 class DisplayBordersAction
          An action to toggle the display of national borders.
 class DisplayGridAction
          An action to toggle the display of the map grid.
 class DisplayTileTextAction
          Display text over tiles.
 class EndTurnAction
          An action for ending the turn.
 class EuropeAction
          An action for displaying the EuropePanel.
 class ExecuteGotoOrdersAction
          An action for executing goto orders immediately.
 class FindSettlementAction
          An action for finding a settlement on the map.
 class FortifyAction
          An action for fortifying the active unit.
 class GotoAction
          An action for making a unit move to a specific location.
 class GotoTileAction
          An action to make a unit go to a specific tile.
 class ImprovementAction
          An action for using the active unit to plow/clear a forest.
 class LoadAction
          An action for filling the holds of the currently selected unit.
 class MapControlsAction
          An action for displaying the map controls.
 class MiniMapZoomInAction
          An action for zooming in on the minimap.
 class MiniMapZoomOutAction
          An action for zooming out on the minimap.
 class MoveAction
          An action for chosing the next unit as the active unit.
 class NewEmptyMapAction
          Creates a new empty map.
 class RenameAction
          An action for renameing the active unit.
 class SelectableAction
          An action for selecting one of several options.
 class SentryAction
          An action to set sentry state to the active unit.
 class SkipUnitAction
          An action for skipping the active unit.
 class TilePopupAction
          An action for displaying a Tile Popup.
 class ToggleViewModeAction
          An action for changing view mode between move units mode and view terrain mode
 class TradeRouteAction
          An action for editing trade routes.
 class UnitAction
          Super class for all actions that should be disabled when no unit is selected.
 class UnloadAction
          An action for unloading the currently selected unit.
 class WaitAction
          An action for ordering the active unit to wait for further orders.