A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

W

WAGON_TRAIN_PRIORITY - Static variable in class net.sf.freecol.server.ai.ColonyPlan
 
WaitAction - Class in net.sf.freecol.client.gui.action
An action for ordering the active unit to wait for further orders.
WANTED_GOODS_TAG_NAME - Static variable in class net.sf.freecol.common.model.IndianSettlement
 
WAREHOUSE_PRIORITY - Static variable in class net.sf.freecol.server.ai.ColonyPlan
 
WarehouseDialog - Class in net.sf.freecol.client.gui.panel
Asks the user if he's sure he wants to quit.
WarehouseDialog(Canvas, Colony) - Constructor for class net.sf.freecol.client.gui.panel.WarehouseDialog
The constructor that will add the items to this panel.
WarehouseDialog.WarehouseGoodsPanel - Class in net.sf.freecol.client.gui.panel
 
WarehouseDialog.WarehouseGoodsPanel(Colony, GoodsType) - Constructor for class net.sf.freecol.client.gui.panel.WarehouseDialog.WarehouseGoodsPanel
 
whyIllegal() - Method in enum net.sf.freecol.common.model.Unit.MoveType
 
win - Variable in class net.sf.freecol.common.model.CombatModel.CombatOdds
 
windowActivated(WindowEvent) - Method in class net.sf.freecol.client.gui.WindowedFrameListener
Invoked when the window gets activated.
windowClosed(WindowEvent) - Method in class net.sf.freecol.client.gui.WindowedFrameListener
Invoked when the window gets closed.
windowClosing(WindowEvent) - Method in class net.sf.freecol.client.gui.WindowedFrameListener
Invoked when the window is closing.
windowDeactivated(WindowEvent) - Method in class net.sf.freecol.client.gui.WindowedFrameListener
Invoked when the window gets deactivated.
windowDeiconified(WindowEvent) - Method in class net.sf.freecol.client.gui.WindowedFrameListener
Invoked when the window gets deiconified.
WindowedFrame - Class in net.sf.freecol.client.gui
The frame that contains everything.
WindowedFrame() - Constructor for class net.sf.freecol.client.gui.WindowedFrame
The constructor to use.
WindowedFrameListener - Class in net.sf.freecol.client.gui
The WindowListener for the WindowedFrame class.
WindowedFrameListener(Canvas) - Constructor for class net.sf.freecol.client.gui.WindowedFrameListener
Constructs this WindowListener.
windowIconified(WindowEvent) - Method in class net.sf.freecol.client.gui.WindowedFrameListener
Invoked when the window gets iconified.
windowOpened(WindowEvent) - Method in class net.sf.freecol.client.gui.WindowedFrameListener
Invoked when the window gets opened.
Wish - Class in net.sf.freecol.server.ai
Represents a need for something at a given Location.
Wish(AIMain, String) - Constructor for class net.sf.freecol.server.ai.Wish
Creates a new Wish.
Wish(AIMain, Element) - Constructor for class net.sf.freecol.server.ai.Wish
Creates a new Wish from the given XML-representation.
Wish(AIMain, XMLStreamReader) - Constructor for class net.sf.freecol.server.ai.Wish
Creates a new Wish from the given XML-representation.
WishRealizationMission - Class in net.sf.freecol.server.ai.mission
Mission for realizing a Wish.
WishRealizationMission(AIMain, AIUnit, Wish) - Constructor for class net.sf.freecol.server.ai.mission.WishRealizationMission
Creates a mission for the given AIUnit.
WishRealizationMission(AIMain, Element) - Constructor for class net.sf.freecol.server.ai.mission.WishRealizationMission
Loads a mission from the given element.
WishRealizationMission(AIMain, XMLStreamReader) - Constructor for class net.sf.freecol.server.ai.mission.WishRealizationMission
Creates a new WishRealizationMission and reads the given element.
withinRange(TileType.RangeType, int) - Method in class net.sf.freecol.common.model.TileType
 
work(Unit, WorkLocation) - Method in class net.sf.freecol.client.control.InGameController
Moves a Unit to a WorkLocation.
work(WorkLocation) - Method in class net.sf.freecol.common.model.Unit
Sets this Unit to work in the specified WorkLocation.
work(TileImprovement) - Method in class net.sf.freecol.common.model.Unit
Sets this Unit to work at this TileImprovement
worker - Variable in class net.sf.freecol.client.FreeColClient
 
Worker - Class in net.sf.freecol.client
The Worker Thread executes jobs one after another.
Worker() - Constructor for class net.sf.freecol.client.Worker
 
WorkerWish - Class in net.sf.freecol.server.ai
Represents the need for a worker within a Colony.
WorkerWish(AIMain, Location, int, UnitType, boolean) - Constructor for class net.sf.freecol.server.ai.WorkerWish
Creates a new WorkerWish.
WorkerWish(AIMain, Element) - Constructor for class net.sf.freecol.server.ai.WorkerWish
Creates a new WorkerWish from the given XML-representation.
WorkerWish(AIMain, String) - Constructor for class net.sf.freecol.server.ai.WorkerWish
Creates a new WorkerWish from the given XML-representation.
WorkerWish(AIMain, XMLStreamReader) - Constructor for class net.sf.freecol.server.ai.WorkerWish
Creates a new WorkerWish from the given XML-representation.
WorkInsideColonyMission - Class in net.sf.freecol.server.ai.mission
Mission for working inside a Colony.
WorkInsideColonyMission(AIMain, AIUnit, AIColony) - Constructor for class net.sf.freecol.server.ai.mission.WorkInsideColonyMission
Creates a mission for the given AIUnit.
WorkInsideColonyMission(AIMain, Element) - Constructor for class net.sf.freecol.server.ai.mission.WorkInsideColonyMission
Loads a mission from the given element.
WorkInsideColonyMission(AIMain, XMLStreamReader) - Constructor for class net.sf.freecol.server.ai.mission.WorkInsideColonyMission
Creates a new WorkInsideColonyMission and reads the given element.
WorkLocation - Interface in net.sf.freecol.common.model
This interface marks the locations where a Unit can work.
WorkLocationPlan - Class in net.sf.freecol.server.ai
Objects of this class contains AI-information for a single WorkLocation.
WorkLocationPlan(AIMain, WorkLocation, GoodsType) - Constructor for class net.sf.freecol.server.ai.WorkLocationPlan
Creates a new WorkLocationPlan.
WorkLocationPlan(AIMain, Element) - Constructor for class net.sf.freecol.server.ai.WorkLocationPlan
Creates a new WorkLocationPlan.
WorkProductionPanel - Class in net.sf.freecol.client.gui.panel
 
WorkProductionPanel(Canvas, Unit) - Constructor for class net.sf.freecol.client.gui.panel.WorkProductionPanel
 
writeAttribute(XMLStreamWriter, String, FreeColObject) - Method in class net.sf.freecol.common.model.FreeColObject
Write an ID attribute if object is not null.
writeAttributes(XMLStreamWriter) - Method in class net.sf.freecol.common.model.Ability
 
writeAttributes(XMLStreamWriter) - Method in class net.sf.freecol.common.model.Modifier
 
writeFreeColGameObject(FreeColGameObject, XMLStreamWriter, Player, boolean, boolean) - Method in class net.sf.freecol.common.model.FreeColObject
 

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z