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

Packages that use ImprovementActionType
net.sf.freecol.client.gui.action Contains the Actions used by the GUI in menus and other places. 
net.sf.freecol.common Contains classes in use by both the server and the client. 
 

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

Fields in net.sf.freecol.client.gui.action declared as ImprovementActionType
 ImprovementActionType ImprovementAction.iaType
           
 

Constructors in net.sf.freecol.client.gui.action with parameters of type ImprovementActionType
ImprovementAction(FreeColClient freeColClient, ImprovementActionType iaType)
          Creates this action.
 

Uses of ImprovementActionType in net.sf.freecol.common
 

Methods in net.sf.freecol.common that return ImprovementActionType
 ImprovementActionType Specification.getImprovementActionType(java.lang.String id)
           
 

Methods in net.sf.freecol.common that return types with arguments of type ImprovementActionType
 java.util.List<ImprovementActionType> Specification.getImprovementActionTypeList()