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

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

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

Subclasses of UnitAction 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 ClearOrdersAction
          An action for clearing the active unit's orders.
 class DisbandUnitAction
          An action for disbanding the active unit.
 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 RenameAction
          An action for renameing the active unit.
 class SentryAction
          An action to set sentry state to the active unit.
 class SkipUnitAction
          An action for skipping the active unit.
 class UnloadAction
          An action for unloading the currently selected unit.
 class WaitAction
          An action for ordering the active unit to wait for further orders.