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

T

TEMPERATURE - Static variable in class net.sf.freecol.server.generator.MapGeneratorOptions
Option for setting the temperature of the map.
TEMPERATURE_CHILLY - Static variable in class net.sf.freecol.server.generator.MapGeneratorOptions
One of the settings used by MapGeneratorOptions.TEMPERATURE.
TEMPERATURE_COLD - Static variable in class net.sf.freecol.server.generator.MapGeneratorOptions
One of the settings used by MapGeneratorOptions.TEMPERATURE.
TEMPERATURE_HOT - Static variable in class net.sf.freecol.server.generator.MapGeneratorOptions
One of the settings used by MapGeneratorOptions.TEMPERATURE.
TEMPERATURE_TEMPERATE - Static variable in class net.sf.freecol.server.generator.MapGeneratorOptions
One of the settings used by MapGeneratorOptions.TEMPERATURE.
TEMPERATURE_WARM - Static variable in class net.sf.freecol.server.generator.MapGeneratorOptions
One of the settings used by MapGeneratorOptions.TEMPERATURE.
Tension - Class in net.sf.freecol.common.model
 
Tension() - Constructor for class net.sf.freecol.common.model.Tension
Constructor.
Tension(int) - Constructor for class net.sf.freecol.common.model.Tension
 
Tension.Level - Enum in net.sf.freecol.common.model
Constants for describing alarm levels.
TENSION_ADD_CAPITAL_ATTACKED - Static variable in class net.sf.freecol.common.model.Tension
 
TENSION_ADD_DECLARE_WAR_FROM_CEASE_FIRE - Static variable in class net.sf.freecol.common.model.Tension
Tension modification to be used when war is declared from a cease fire.
TENSION_ADD_DECLARE_WAR_FROM_PEACE - Static variable in class net.sf.freecol.common.model.Tension
Tension modification to be used when war is declared from a peaceful state.
TENSION_ADD_LAND_TAKEN - Static variable in class net.sf.freecol.common.model.Tension
 
TENSION_ADD_MAJOR - Static variable in class net.sf.freecol.common.model.Tension
 
TENSION_ADD_MINOR - Static variable in class net.sf.freecol.common.model.Tension
Constants for adding to the tension levels.
TENSION_ADD_NORMAL - Static variable in class net.sf.freecol.common.model.Tension
 
TENSION_ADD_SETTLEMENT_ATTACKED - Static variable in class net.sf.freecol.common.model.Tension
 
TENSION_ADD_UNIT_DESTROYED - Static variable in class net.sf.freecol.common.model.Tension
 
TerrainCursor - Class in net.sf.freecol.client.gui
 
TerrainCursor() - Constructor for class net.sf.freecol.client.gui.TerrainCursor
Creates a new Cursor instance.
TerrainGenerator - Class in net.sf.freecol.server.generator
Class for making a Map based upon a land map.
TerrainGenerator(MapGeneratorOptions, Random) - Constructor for class net.sf.freecol.server.generator.TerrainGenerator
Creates a new TerrainGenerator.
TEXT_OFFSET_X - Static variable in class net.sf.freecol.client.gui.GUI
 
TEXT_OFFSET_Y - Static variable in class net.sf.freecol.client.gui.GUI
 
Tile - Class in net.sf.freecol.common.model
Represents a single tile on the Map.
Tile(Game, TileType, int, int) - Constructor for class net.sf.freecol.common.model.Tile
A constructor to use.
Tile(Game, XMLStreamReader) - Constructor for class net.sf.freecol.common.model.Tile
Initialize this object from an XML-representation of this object.
Tile(Game, Element) - Constructor for class net.sf.freecol.common.model.Tile
Initialize this object from an XML-representation of this object.
Tile(Game, String) - Constructor for class net.sf.freecol.common.model.Tile
Initiates a new Tile with the given ID.
TILE_OWNED_BY_INDIANS - Static variable in class net.sf.freecol.client.gui.ImageLibrary
 
TILE_TAKEN - Static variable in class net.sf.freecol.client.gui.ImageLibrary
 
TileImprovement - Class in net.sf.freecol.common.model
Represents a tile improvement, such as a river or road.
TileImprovement(Game, Tile, TileImprovementType) - Constructor for class net.sf.freecol.common.model.TileImprovement
Creates a standard TileImprovement-instance.
TileImprovement(Game, XMLStreamReader) - Constructor for class net.sf.freecol.common.model.TileImprovement
 
TileImprovement(Game, Element) - Constructor for class net.sf.freecol.common.model.TileImprovement
 
TileImprovement(Game, String) - Constructor for class net.sf.freecol.common.model.TileImprovement
Initiates a new TileImprovement with the given ID.
tileImprovementFinished(Unit, TileImprovement) - Method in class net.sf.freecol.client.control.ClientModelController
Tells the ModelController that a tile improvement was finished
tileImprovementFinished(Unit, TileImprovement) - Method in interface net.sf.freecol.common.model.ModelController
Tells the ModelController that a tile improvement was finished
tileImprovementFinished(Unit, TileImprovement) - Method in class net.sf.freecol.server.control.ServerModelController
Tells the ModelController that a tile improvement was finished
TileImprovementPlan - Class in net.sf.freecol.server.ai
Represents a Tile which should be improved in some way.
TileImprovementPlan(AIMain, Tile, TileImprovementType, int) - Constructor for class net.sf.freecol.server.ai.TileImprovementPlan
Creates a new TileImprovementPlan.
TileImprovementPlan(AIMain, Element) - Constructor for class net.sf.freecol.server.ai.TileImprovementPlan
Creates a new TileImprovementPlan from the given XML-representation.
TileImprovementPlan(AIMain, XMLStreamReader) - Constructor for class net.sf.freecol.server.ai.TileImprovementPlan
Creates a new TileImprovementPlan from the given XML-representation.
TileImprovementPlan(AIMain, String) - Constructor for class net.sf.freecol.server.ai.TileImprovementPlan
Creates a new TileImprovementPlan from the given XML-representation.
TileImprovementType - Class in net.sf.freecol.common.model
 
TileImprovementType(int) - Constructor for class net.sf.freecol.common.model.TileImprovementType
 
TileItem - Class in net.sf.freecol.common.model
Represents a TileItem item on a Tile.
TileItem(Game, Tile) - Constructor for class net.sf.freecol.common.model.TileItem
Creates a new TileItem.
TileItem(Game, XMLStreamReader) - Constructor for class net.sf.freecol.common.model.TileItem
Initiates a new TileItem from an Element.
TileItem(Game, Element) - Constructor for class net.sf.freecol.common.model.TileItem
Initiates a new TileItem from an Element.
TileItem(Game, String) - Constructor for class net.sf.freecol.common.model.TileItem
Initiates a new TileItem with the given ID.
TileItemContainer - Class in net.sf.freecol.common.model
Contains TileItems and can be used by a Tile to make certain tasks easier.
TileItemContainer(Game, Tile) - Constructor for class net.sf.freecol.common.model.TileItemContainer
Creates an empty TileItemContainer.
TileItemContainer(Game, Tile, XMLStreamReader) - Constructor for class net.sf.freecol.common.model.TileItemContainer
Initiates a new TileItemContainer from an Element.
TileItemContainer(Game, Tile, Element) - Constructor for class net.sf.freecol.common.model.TileItemContainer
Initiates a new TileItemContainer from an Element.
TilePanel - Class in net.sf.freecol.client.gui.panel
This panel is used to show information about a tile.
TilePanel(Canvas, Tile) - Constructor for class net.sf.freecol.client.gui.panel.TilePanel
The constructor that will add the items to this panel.
TilePopup - Class in net.sf.freecol.client.gui
Allows the user to obtain more info about a certain tile or to activate a specific unit on the tile.
TilePopup(Tile, FreeColClient, Canvas, GUI) - Constructor for class net.sf.freecol.client.gui.TilePopup
The constructor that will insert the MenuItems.
TilePopupAction - Class in net.sf.freecol.client.gui.action
An action for displaying a Tile Popup.
TileType - Class in net.sf.freecol.common.model
 
TileType(int) - Constructor for class net.sf.freecol.common.model.TileType
 
TileType.RangeType - Enum in net.sf.freecol.common.model
 
TOBACCO - Static variable in class net.sf.freecol.common.model.Goods
Need to change various classes to use the specification in order to remove reliance on these static quick links.
toEquip(boolean) - Method in class net.sf.freecol.client.gui.panel.GoodsLabel
 
toEquip(boolean) - Method in class net.sf.freecol.client.gui.panel.MarketLabel
 
toggleViewMode() - Method in class net.sf.freecol.client.gui.ViewMode
 
ToggleViewModeAction - Class in net.sf.freecol.client.gui.action
An action for changing view mode between move units mode and view terrain mode
TOOLS - Static variable in class net.sf.freecol.common.model.Goods
Need to change various classes to use the specification in order to remove reliance on these static quick links.
TOOLS_FOR_BUILDING - Static variable in class net.sf.freecol.server.ai.AIGoods
The extra priority value added to the base value of AIGoods.TOOLS_FOR_COLONY_PRIORITY if a building is lacking tools.
TOOLS_FOR_COLONY_PRIORITY - Static variable in class net.sf.freecol.server.ai.AIGoods
The priority of tools intended for a Colony with none stored at the present (and with no special needs).
TOOLS_FOR_IMPROVEMENT - Static variable in class net.sf.freecol.server.ai.AIGoods
The extra priority value added to the base value of AIGoods.TOOLS_FOR_COLONY_PRIORITY for each ColonyTile needing a terrain improvement.
TOOLS_FOR_PIONEER - Static variable in class net.sf.freecol.server.ai.AIGoods
The extra priority value added to the base value of AIGoods.TOOLS_FOR_COLONY_PRIORITY if a Pioneer is lacking tools
TOPCELLBORDER - Static variable in class net.sf.freecol.client.gui.panel.FreeColPanel
 
TOPLEFTCELLBORDER - Static variable in class net.sf.freecol.client.gui.panel.FreeColPanel
 
toSavedXML(XMLStreamWriter) - Method in class net.sf.freecol.common.model.FreeColGameObject
This method writes an XML-representation of this object to the given stream for the purpose of storing this object as a part of a saved game.
toSaveGameString() - Method in class net.sf.freecol.common.model.Turn
Returns a string representation of this turn suitable for savegame files.
toServerAdditionElement(XMLStreamWriter) - Method in interface net.sf.freecol.server.model.ServerModelObject
 
toServerAdditionElement(XMLStreamWriter) - Method in class net.sf.freecol.server.model.ServerPlayer
 
toString() - Method in class net.sf.freecol.client.gui.action.FreeColAction
Returns a textual representation of this object.
toString() - Method in class net.sf.freecol.client.gui.panel.ChoiceItem
Gets a textual presentation of this object.
toString() - Method in class net.sf.freecol.client.gui.panel.FileList.FileListEntry
Gets a string representation of the file.
toString() - Method in class net.sf.freecol.common.io.FreeColModFile.ModInfo
Gets the name of this mod.
toString() - Method in class net.sf.freecol.common.model.Ability
 
toString() - Method in class net.sf.freecol.common.model.AbstractGoods
 
toString() - Method in class net.sf.freecol.common.model.AbstractUnit
 
toString() - Method in class net.sf.freecol.common.model.Building
 
toString() - Method in class net.sf.freecol.common.model.Colony
Gets a string representation of the Colony.
toString() - Method in class net.sf.freecol.common.model.ColonyTile
Will return the position of the tile and the name of the colony in addition to the FreeColObject.toString().
toString() - Method in class net.sf.freecol.common.model.Europe
Returns a suitable name.
toString() - Method in class net.sf.freecol.common.model.FreeColGameObject
Returns a string representation of the object.
toString() - Method in class net.sf.freecol.common.model.FreeColGameObjectType
Use only for debugging purposes! A human-readable and localized name is returned by getName().
toString() - Method in class net.sf.freecol.common.model.Goods
Returns a textual representation of this object.
toString(Goods) - Static method in class net.sf.freecol.common.model.Goods
 
toString(GoodsType, int) - Static method in class net.sf.freecol.common.model.Goods
 
toString() - Method in class net.sf.freecol.common.model.GoodsContainer
Creates a String representation of this GoodsContainer.
toString() - Method in class net.sf.freecol.common.model.HistoryEvent
 
toString() - Method in class net.sf.freecol.common.model.IndianSettlement
 
toString() - Method in class net.sf.freecol.common.model.Map.Position
Returns a string representation of the object.
toString() - Method in class net.sf.freecol.common.model.ModelMessage
 
toString() - Method in class net.sf.freecol.common.model.Modifier
 
toString() - Method in class net.sf.freecol.common.model.NationOptions
 
toString() - Method in class net.sf.freecol.common.model.PathNode
Debug helper.
toString() - Method in class net.sf.freecol.common.model.Player
Returns the name of this player.
toString() - Method in class net.sf.freecol.common.model.Region
 
toString() - Method in class net.sf.freecol.common.model.Resource
Returns a textual representation of this object.
toString() - Method in class net.sf.freecol.common.model.Tension
Returns the current tension level as a string.
toString() - Method in class net.sf.freecol.common.model.Tile
Returns a String representation of this Tile.
toString() - Method in class net.sf.freecol.common.model.TileImprovement
Returns a textual representation of this object.
toString() - Method in class net.sf.freecol.common.model.TileItemContainer
Creates a String representation of this TileItemContainer.
toString() - Method in class net.sf.freecol.common.model.TradeRoute.Stop
 
toString() - Method in class net.sf.freecol.common.model.TradeRoute
 
toString() - Method in class net.sf.freecol.common.model.TradeRouteStop
 
toString() - Method in class net.sf.freecol.common.model.Turn
Returns a string representation of this turn.
toString(int) - Static method in class net.sf.freecol.common.model.Turn
Returns a string representation of the given turn.
toString() - Method in class net.sf.freecol.common.model.Unit
Returns a String representation of this Unit.
toString() - Method in class net.sf.freecol.common.networking.Connection
Override the default and return socket details.
toString() - Method in class net.sf.freecol.common.networking.Message
Returns the String representation of the message.
toString() - Method in class net.sf.freecol.common.option.AbstractOption
Returns a textual representation of this object.
toString() - Method in class net.sf.freecol.common.option.AudioMixerOption.MixerWrapper
 
toString() - Method in class net.sf.freecol.common.option.LanguageOption.Language
 
toString(T) - Method in interface net.sf.freecol.common.option.ListOptionSelector
Returns a human readable presentation of the given object.
toString() - Method in interface net.sf.freecol.common.option.Option
Returns a textual representation of this object.
toString() - Method in class net.sf.freecol.common.ServerInfo
Returns a String representation of this object for debugging purposes.
toString(Document) - Static method in class net.sf.freecol.common.util.Xml
 
toString() - Method in class net.sf.freecol.server.ai.AIGoods
Returns a String-representation of this object.
toString() - Method in class net.sf.freecol.server.ai.ColonyPlan
Creates a String representation of this plan.
toString() - Method in class net.sf.freecol.server.ai.GoodsWish
 
toString() - Method in class net.sf.freecol.server.ai.mission.TransportMission
Creates a String representation of this mission to be used for debugging purposes.
toString() - Method in class net.sf.freecol.server.ai.ProductionCache.Entry
 
toString() - Method in class net.sf.freecol.server.ai.TileImprovementPlan
 
toString() - Method in class net.sf.freecol.server.ai.WorkerWish
 
toString() - Method in class net.sf.freecol.server.model.ServerPlayer
 
toString() - Method in class net.sf.freecol.server.networking.DummyConnection
Return a human-readable string with the dummy connection name.
TOWN_HALL_PRIORITY - Static variable in class net.sf.freecol.server.ai.ColonyPlan
 
toXML(XMLStreamWriter) - Method in class net.sf.freecol.client.gui.action.FreeColAction
This method writes an XML-representation of this object to the given stream.
toXML(XMLStreamWriter, Player, boolean, boolean) - Method in class net.sf.freecol.common.model.FreeColGameObject
This method writes an XML-representation of this object to the given stream.
toXML(XMLStreamWriter, Player, boolean, boolean) - Method in class net.sf.freecol.common.model.FreeColObject
This method writes an XML-representation of this object to the given stream.
toXML(XMLStreamWriter, Player) - Method in class net.sf.freecol.common.model.FreeColObject
This method writes an XML-representation of this object to the given stream.
toXML(XMLStreamWriter) - Method in class net.sf.freecol.common.model.FreeColObject
This method writes an XML-representation of this object to the given stream.
toXML(XMLStreamWriter, Player, boolean, boolean, PlayerExploredTile) - Method in class net.sf.freecol.common.model.TileItemContainer
 
toXML(XMLStreamWriter) - Method in interface net.sf.freecol.common.option.Option
Makes an XML-representation of this object.
toXML(XMLStreamWriter) - Method in class net.sf.freecol.common.option.OptionMap
This method writes an XML-representation of this object to the given stream.
toXMLElement(Document) - Method in class net.sf.freecol.client.gui.action.FreeColAction
This method writes an XML-representation of this object to the given stream.
toXMLElement(Document) - Method in class net.sf.freecol.common.model.FreeColObject
This method writes an XML-representation of this object to the given stream.
toXMLElement(Player, Document) - Method in class net.sf.freecol.common.model.FreeColObject
This method writes an XML-representation of this object to the given stream.
toXMLElement(Player, Document, boolean, boolean) - Method in class net.sf.freecol.common.model.FreeColObject
This method writes an XML-representation of this object to the given stream.
toXMLElement(Player, Document, boolean, boolean, String[]) - Method in class net.sf.freecol.common.model.FreeColObject
This method writes an XML-representation of this object to the given stream.
toXMLElement() - Method in class net.sf.freecol.common.networking.BuildColonyMessage
Convert this BuildColonyMessage to XML.
toXMLElement() - Method in class net.sf.freecol.common.networking.BuyMessage
Convert this BuyMessage to XML.
toXMLElement() - Method in class net.sf.freecol.common.networking.BuyPropositionMessage
Convert this BuyPropositionMessage to XML.
toXMLElement() - Method in class net.sf.freecol.common.networking.CashInTreasureTrainMessage
Convert this CashInTreasureTrainMessage to XML.
toXMLElement() - Method in class net.sf.freecol.common.networking.ChatMessage
Convert this ChatMessage to XML.
toXMLElement() - Method in class net.sf.freecol.common.networking.ClaimLandMessage
Convert this ClaimLandMessage to XML.
toXMLElement() - Method in class net.sf.freecol.common.networking.CloseTransactionMessage
Convert this CloseTransactionMessage to XML.
toXMLElement() - Method in class net.sf.freecol.common.networking.DebugForeignColonyMessage
Convert this DebugForeignColonyMessage to XML.
toXMLElement() - Method in class net.sf.freecol.common.networking.DeclareIndependenceMessage
Convert this DeclareIndependenceMessage to XML.
toXMLElement() - Method in class net.sf.freecol.common.networking.DeliverGiftMessage
Convert this DeliverGiftMessage to XML.
toXMLElement() - Method in class net.sf.freecol.common.networking.DiplomacyMessage
Convert this DiplomacyMessage to XML.
toXMLElement() - Method in class net.sf.freecol.common.networking.DisembarkMessage
Convert this DisembarkMessage to XML.
toXMLElement() - Method in class net.sf.freecol.common.networking.EmigrateUnitMessage
Convert this EmigrateUnitMessage to XML.
toXMLElement() - Method in class net.sf.freecol.common.networking.GetTransactionMessage
Convert this GetTransactionMessage to XML.
toXMLElement() - Method in class net.sf.freecol.common.networking.GiveIndependenceMessage
Convert this GiveIndependenceMessage to XML.
toXMLElement() - Method in class net.sf.freecol.common.networking.GoodsForSaleMessage
Convert this GoodsForSaleMessage to XML.
toXMLElement() - Method in class net.sf.freecol.common.networking.JoinColonyMessage
Convert this JoinColonyMessage to XML.
toXMLElement() - Method in class net.sf.freecol.common.networking.Message
 
toXMLElement() - Method in class net.sf.freecol.common.networking.RenameMessage
Convert this RenameMessage to XML.
toXMLElement() - Method in class net.sf.freecol.common.networking.SellMessage
Convert this SellMessage to XML.
toXMLElement() - Method in class net.sf.freecol.common.networking.SellPropositionMessage
Convert this SellPropositionMessage to XML.
toXMLElement() - Method in class net.sf.freecol.common.networking.SetDestinationMessage
Convert this SetDestinationMessage to XML.
toXMLElement() - Method in class net.sf.freecol.common.networking.SpySettlementMessage
Convert this SpySettlementMessage to XML.
toXMLElement() - Method in class net.sf.freecol.common.networking.StatisticsMessage
 
toXMLElement() - Method in class net.sf.freecol.common.networking.UpdateCurrentStopMessage
Convert this UpdateCurrentStopMessage to XML.
toXMLElement(Document) - Method in interface net.sf.freecol.common.option.Option
Makes an XML-representation of this object.
toXMLElement(Document) - Method in class net.sf.freecol.common.ServerInfo
Creates an XML-representation of this object.
toXMLElement(Document) - Method in class net.sf.freecol.server.ai.ColonyPlan
Creates an XML-representation of this object.
toXMLElement(Document) - Method in class net.sf.freecol.server.ai.WorkLocationPlan
Creates an XML-representation of this object.
toXMLElementPartial(Document, String...) - Method in class net.sf.freecol.common.model.FreeColObject
This method writes a partial XML-representation of this object to an element using only the mandatory and specified fields.
toXMLImpl(XMLStreamWriter) - Method in class net.sf.freecol.common.model.Ability
This method writes an XML-representation of this object to the given stream.
toXMLImpl(XMLStreamWriter) - Method in class net.sf.freecol.common.model.AbstractGoods
This method writes an XML-representation of this object to the given stream.
toXMLImpl(XMLStreamWriter) - Method in class net.sf.freecol.common.model.AbstractUnit
This method writes an XML-representation of this object to the given stream.
toXMLImpl(XMLStreamWriter) - Method in class net.sf.freecol.common.model.ColonyTradeItem
This method writes an XML-representation of this object to the given stream.
toXMLImpl(XMLStreamWriter) - Method in class net.sf.freecol.common.model.DiplomaticTrade
This method writes an XML-representation of this object to the given stream.
toXMLImpl(XMLStreamWriter) - Method in class net.sf.freecol.common.model.GoldTradeItem
This method writes an XML-representation of this object to the given stream.
toXMLImpl(XMLStreamWriter) - Method in class net.sf.freecol.common.model.Goods
This method writes an XML-representation of this object to the given stream.
toXMLImpl(XMLStreamWriter) - Method in class net.sf.freecol.common.model.GoodsTradeItem
This method writes an XML-representation of this object to the given stream.
toXMLImpl(XMLStreamWriter) - Method in class net.sf.freecol.common.model.ModelMessage
 
toXMLImpl(XMLStreamWriter) - Method in class net.sf.freecol.common.model.Modifier
This method writes an XML-representation of this object to the given stream.
toXMLImpl(XMLStreamWriter) - Method in class net.sf.freecol.common.model.NationOptions
This method writes an XML-representation of this object to the given stream.
toXMLImpl(XMLStreamWriter, Player, boolean, boolean) - Method in class net.sf.freecol.common.model.PlayerExploredTile
This method writes an XML-representation of this object to the given stream.
toXMLImpl(XMLStreamWriter) - Method in class net.sf.freecol.common.model.Scope
This method writes an XML-representation of this object to the given stream.
toXMLImpl(XMLStreamWriter) - Method in class net.sf.freecol.common.model.StanceTradeItem
This method writes an XML-representation of this object to the given stream.
toXMLImpl(XMLStreamWriter) - Method in class net.sf.freecol.common.model.TradeItem
This method writes an XML-representation of this object to the given stream.
toXMLImpl(XMLStreamWriter) - Method in class net.sf.freecol.common.model.TradeRoute.Stop
 
toXMLImpl(XMLStreamWriter) - Method in class net.sf.freecol.common.model.TradeRouteStop
 
toXMLImpl(XMLStreamWriter) - Method in class net.sf.freecol.common.model.UnitTradeItem
This method writes an XML-representation of this object to the given stream.
toXMLMinimal(XMLStreamWriter) - Method in class net.sf.freecol.common.model.Tile
 
TRADEGOODS - Static variable in class net.sf.freecol.common.model.Goods
Need to change various classes to use the specification in order to remove reliance on these static quick links.
tradeGoodsWithSetlement(IndianSettlement) - Method in class net.sf.freecol.common.model.IndianSettlement
Allows spread of horses and arms between settlements
TradeItem - Class in net.sf.freecol.common.model
One of the items a DiplomaticTrade consists of.
TradeItem(Game, String, Player, Player) - Constructor for class net.sf.freecol.common.model.TradeItem
Creates a new TradeItem instance.
TradeItem(Game, XMLStreamReader) - Constructor for class net.sf.freecol.common.model.TradeItem
Creates a new TradeItem instance.
tradeProposition(Unit, Settlement, Goods, int) - Method in class net.sf.freecol.server.ai.AIPlayer
Called when another Player proposes a trade.
tradeProposition(Unit, Settlement, Goods, int) - Method in class net.sf.freecol.server.ai.ColonialAIPlayer
Called when another Player proposes a trade.
tradeProposition(Unit, Settlement, Goods, int) - Method in class net.sf.freecol.server.ai.EuropeanAIPlayer
Deprecated. Called when another Player proposes a trade.
tradeProposition(Unit, Settlement, Goods, int) - Method in class net.sf.freecol.server.ai.IndianAIPlayer
Deprecated. Called when another Player proposes a trade.
tradeProposition(Unit, Settlement, Goods, int) - Method in class net.sf.freecol.server.ai.StandardAIPlayer
Called when another Player proposes a trade.
TradeRoute - Class in net.sf.freecol.common.model
A TradeRoute holds all information for a unit to follow along a trade route.
TradeRoute(Game, String, Player) - Constructor for class net.sf.freecol.common.model.TradeRoute
Creates a new TradeRoute instance.
TradeRoute(Game, XMLStreamReader) - Constructor for class net.sf.freecol.common.model.TradeRoute
Creates a new TradeRoute instance.
TradeRoute(Game, Element) - Constructor for class net.sf.freecol.common.model.TradeRoute
Creates a new TradeRoute instance.
TradeRoute.Stop - Class in net.sf.freecol.common.model
 
TradeRoute.Stop(Location) - Constructor for class net.sf.freecol.common.model.TradeRoute.Stop
 
TradeRouteAction - Class in net.sf.freecol.client.gui.action
An action for editing trade routes.
TradeRouteDialog - Class in net.sf.freecol.client.gui.panel
Allows the user to edit trade routes.
TradeRouteDialog(Canvas, TradeRoute) - Constructor for class net.sf.freecol.client.gui.panel.TradeRouteDialog
The constructor that will add the items to this panel.
TradeRouteInputDialog - Class in net.sf.freecol.client.gui.panel
Allows the user to edit trade routes.
TradeRouteInputDialog(Canvas, TradeRoute) - Constructor for class net.sf.freecol.client.gui.panel.TradeRouteInputDialog
The constructor that will add the items to this panel.
TradeRouteInputDialog.CargoHandler - Class in net.sf.freecol.client.gui.panel
TransferHandler for CargoLabels.
TradeRouteInputDialog.CargoHandler() - Constructor for class net.sf.freecol.client.gui.panel.TradeRouteInputDialog.CargoHandler
 
TradeRouteInputDialog.CargoLabel - Class in net.sf.freecol.client.gui.panel
Special label for goods type.
TradeRouteInputDialog.CargoLabel(GoodsType) - Constructor for class net.sf.freecol.client.gui.panel.TradeRouteInputDialog.CargoLabel
 
TradeRouteInputDialog.CargoPanel - Class in net.sf.freecol.client.gui.panel
Panel for the cargo the carrier is supposed to take on board at a certain stop.
TradeRouteInputDialog.CargoPanel() - Constructor for class net.sf.freecol.client.gui.panel.TradeRouteInputDialog.CargoPanel
 
TradeRouteInputDialog.GoodsPanel - Class in net.sf.freecol.client.gui.panel
Panel for all types of goods that can be loaded onto a carrier.
TradeRouteInputDialog.GoodsPanel() - Constructor for class net.sf.freecol.client.gui.panel.TradeRouteInputDialog.GoodsPanel
 
TradeRouteStop - Class in net.sf.freecol.common.model
 
TradeRouteStop(Location) - Constructor for class net.sf.freecol.common.model.TradeRouteStop
Creates a new TradeRouteStop instance.
train(Unit) - Method in class net.sf.freecol.common.model.Europe
Train or purchase a unit in Europe.
train() - Method in class net.sf.freecol.common.model.Unit
Train the current unit in the job of its teacher.
trainAIUnitInEurope(UnitType) - Method in class net.sf.freecol.server.ai.AIPlayer
Helper function for server communication - Ask the server to train a unit in Europe on behalf of the AIPlayer.
trainAIUnitInEurope(UnitType) - Method in class net.sf.freecol.server.ai.EuropeanAIPlayer
Deprecated. Ask the server to train a unit in Europe on behalf of the AIPlayer
TrainDialog - Class in net.sf.freecol.client.gui.panel
The panel that allows a user to train people in Europe.
TrainDialog(Canvas, EuropePanel.EuropeAction) - Constructor for class net.sf.freecol.client.gui.panel.TrainDialog
The constructor to use.
trainUnitInEurope(UnitType) - Method in class net.sf.freecol.client.control.InGameController
Trains a unit of a specified type in Europe.
TransactionListener - Interface in net.sf.freecol.common.model
Interface for classes which listen to transactions in market
transform(Tile) - Method in class net.sf.freecol.client.control.MapEditorController
Transforms the given Tile using the current MapTransform.
transform(Tile) - Method in class net.sf.freecol.client.gui.panel.MapEditorTransformPanel.MapTransform
Applies this transformation to the given tile.
transform(Tile) - Method in class net.sf.freecol.client.gui.panel.MapEditorTransformPanel.TileTypeTransform
 
TranslationReport - Class in net.sf.freecol.tools
 
TranslationReport() - Constructor for class net.sf.freecol.tools.TranslationReport
 
Transportable - Interface in net.sf.freecol.server.ai
A single item in a carrier's transport list.
TransportMission - Class in net.sf.freecol.server.ai.mission
Mission for transporting units and goods on a carrier.
TransportMission(AIMain, AIUnit) - Constructor for class net.sf.freecol.server.ai.mission.TransportMission
Creates a mission for the given AIUnit.
TransportMission(AIMain, Element) - Constructor for class net.sf.freecol.server.ai.mission.TransportMission
Loads a TransportMission from the given element.
TransportMission(AIMain, XMLStreamReader) - Constructor for class net.sf.freecol.server.ai.mission.TransportMission
Creates a new TransportMission and reads the given element.
Turn - Class in net.sf.freecol.common.model
Represents a given turn in the game.
Turn(int) - Constructor for class net.sf.freecol.common.model.Turn
 
TURNS_PER_TRIBUTE - Static variable in class net.sf.freecol.common.model.IndianSettlement
 
TURNS_TO_SAIL - Static variable in class net.sf.freecol.common.model.Unit
The number of turns required to sail between Europe and the New World.
type - Variable in class net.sf.freecol.common.model.CombatModel.CombatResult
 
TypeCountMap<T extends FreeColGameObjectType> - Class in net.sf.freecol.common.model
 
TypeCountMap() - Constructor for class net.sf.freecol.common.model.TypeCountMap
 
Typed<T extends FreeColGameObjectType> - Interface in net.sf.freecol.common.model
An object, in particular a FreeColGameObject, that has a FreeColGameObjectType.

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