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

U

UNCERTAIN - Static variable in class dip.process.Tristate
 
UNDEFINED - Static variable in class dip.world.Coast
Constant indicated an Undefined coast
UNDEFINED - Static variable in class dip.world.Unit.Type
Constant representing an unknown type
UNORDERED - Static variable in class dip.gui.map.DefaultMapRenderer2
 
UTILS_RES_ERR_DLG_TEXT - Static variable in class dip.misc.Utils
 
UTILS_RES_ERR_DLG_TITLE - Static variable in class dip.misc.Utils
 
UTILS_RES_NOT_FOUND - Static variable in class dip.misc.Utils
 
UndoAddMultipleOrders - class dip.gui.undo.UndoAddMultipleOrders.
UndoAddMultipleOrders is created any time multiple orders are added.
UndoAddMultipleOrders(UndoRedoManager, Orderable[]) - Constructor for class dip.gui.undo.UndoAddMultipleOrders
 
UndoAddOrder - class dip.gui.undo.UndoAddOrder.
UndoAddOrder is created any time an order is entered.
UndoAddOrder(UndoRedoManager, Orderable) - Constructor for class dip.gui.undo.UndoAddOrder
 
UndoClearAll - class dip.gui.undo.UndoClearAll.
UndoClearAll Just a fancy name for a compound edit.
UndoClearAll() - Constructor for class dip.gui.undo.UndoClearAll
 
UndoClearSelected - class dip.gui.undo.UndoClearSelected.
UndoClearSelected Just a fancy name for a compound edit.
UndoClearSelected() - Constructor for class dip.gui.undo.UndoClearSelected
 
UndoDeleteMultipleOrders - class dip.gui.undo.UndoDeleteMultipleOrders.
UndoDeleteMultipleOrders is created any time multiple orders are deleted.
UndoDeleteMultipleOrders(UndoRedoManager, Orderable[]) - Constructor for class dip.gui.undo.UndoDeleteMultipleOrders
 
UndoDeleteOrder - class dip.gui.undo.UndoDeleteOrder.
UndoDeleteOrder is created any time an order is deleted.
UndoDeleteOrder(UndoRedoManager, Orderable) - Constructor for class dip.gui.undo.UndoDeleteOrder
 
UndoEditAddUnit - class dip.gui.undo.UndoEditAddUnit.
UndoEditAddUnit is created any time a unit is added in Edit mode.
UndoEditAddUnit(UndoRedoManager, Position, Province, Unit, boolean) - Constructor for class dip.gui.undo.UndoEditAddUnit
 
UndoEditRemoveUnit - class dip.gui.undo.UndoEditRemoveUnit.
UndoEditAddUnit is created any time a unit is added in Edit mode.
UndoEditRemoveUnit(UndoRedoManager, Position, Province, Unit, boolean) - Constructor for class dip.gui.undo.UndoEditRemoveUnit
 
UndoEditSCOwner - class dip.gui.undo.UndoEditSCOwner.
UndoEditSCOwner is created any time a supply center changes ownership.
UndoEditSCOwner(UndoRedoManager, Position, Province, Power, Power) - Constructor for class dip.gui.undo.UndoEditSCOwner
 
UndoRedoManager - class dip.gui.undo.UndoRedoManager.
Manages Undo/Redo events, and associated Edit menu items involving Undo and Redo.
UndoRedoManager(ClientFrame, OrderDisplayPanel) - Constructor for class dip.gui.undo.UndoRedoManager
Constructor
UndoResolve - class dip.gui.undo.UndoResolve.
UndoResolve is created when orders are resolved (adjudicated).
UndoResolve(UndoRedoManager, TurnState, TurnState) - Constructor for class dip.gui.undo.UndoResolve
Create an UndoResolve object.
Unit - class dip.world.Unit.
A Unit is an object that has an owner (power), a coast location, and a Type describing that unit.
Unit(Power, Unit.Type) - Constructor for class dip.world.Unit
Creates a new Unit
Unit.Type - class dip.world.Unit.Type.
A Type is the class of unit, for example, Army or Fleet.
Unit.Type(String) - Constructor for class dip.world.Unit.Type
Create a new Type
Utils - class dip.misc.Utils.
Various static utilities used by GUI and non-GUI classes.
undo() - Method in class dip.gui.undo.UndoAddMultipleOrders
 
undo() - Method in class dip.gui.undo.UndoAddOrder
 
undo() - Method in class dip.gui.undo.UndoDeleteMultipleOrders
 
undo() - Method in class dip.gui.undo.UndoDeleteOrder
 
undo() - Method in class dip.gui.undo.UndoEditAddUnit
 
undo() - Method in class dip.gui.undo.UndoEditRemoveUnit
 
undo() - Method in class dip.gui.undo.UndoEditSCOwner
 
undo() - Method in class dip.gui.undo.UndoRedoManager
Undo an UndoableEdit
undo() - Method in class dip.gui.undo.UndoResolve
 
undoOrRedo() - Method in class dip.gui.undo.UndoRedoManager
Undo or Redo
undoRedoManager - Variable in class dip.gui.undo.XAbstractUndoableEdit
 
unsyncDestroyAllOrders() - Method in class dip.gui.map.DefaultMapRenderer2
Makes sure that all orders have been removed from the order tree and have no associated SVGElement.
unsyncRecreateAllOrders() - Method in class dip.gui.map.DefaultMapRenderer2
Refresh and/or re-render all orders
unsyncRemoveAllOrdersFromDOM() - Method in class dip.gui.map.DefaultMapRenderer2
Removes ALL orders, for all powers, in all layers.
unsyncSetInfluenceMode(boolean) - Method in class dip.gui.map.DefaultMapRenderer2
Implements Influence mode.
unsyncSetVisiblePowers() - Method in class dip.gui.map.DefaultMapRenderer2
Uses the KEY_SHOW_ORDERS_FOR_POWERS value to determine which orders should be displayed.
unsyncUpdateAllProvinces() - Method in class dip.gui.map.DefaultMapRenderer2
Unsynchronized updater: Renders ALL provinces but NOT orders
unsyncUpdateDependentOrders(GUIOrder[]) - Method in class dip.gui.map.DefaultMapRenderer2
Find orders that are dependent, and call their updateDOM() method again for possible re-rendering.
unsyncUpdateProvince(Province, boolean) - Method in class dip.gui.map.DefaultMapRenderer2
Unsynchronized province updater, used in both update methods.
unsyncUpdateProvince(Province) - Method in class dip.gui.map.DefaultMapRenderer2
Convenience method: non-forced.
unsyncUpdateProvince(DefaultMapRenderer2.Tracker, Province, boolean) - Method in class dip.gui.map.DefaultMapRenderer2
Unsynchronized province updater, used in both update methods.
unsyncUpdateSC(Province) - Method in class dip.gui.map.DefaultMapRenderer2
Updates an SC element with new position information.
updateDOM(GUIOrder.MapInfo) - Method in class dip.gui.order.GUIBuild
Places a unit in the desired area.
updateDOM(GUIOrder.MapInfo) - Method in class dip.gui.order.GUIConvoy
Draws a dashed line to a triangle surrounding convoyed unit, and then a dashed line from convoyed unit to destination.
updateDOM(GUIOrder.MapInfo) - Method in class dip.gui.order.GUIDefineState
 
updateDOM(GUIOrder.MapInfo) - Method in class dip.gui.order.GUIDisband
Draws a circle with an X in it
updateDOM(GUIOrder.MapInfo) - Method in class dip.gui.order.GUIHold
 
updateDOM(GUIOrder.MapInfo) - Method in class dip.gui.order.GUIMove
Draws a line with an arrow.
updateDOM(GUIOrder.MapInfo) - Method in class dip.gui.order.GUIMoveExplicit
Draws a line with an arrow.
updateDOM(GUIOrder.MapInfo) - Method in interface dip.gui.order.GUIOrder
Updates the DOM, given the given parameters.
updateDOM(GUIOrder.MapInfo) - Method in class dip.gui.order.GUIRemove
Draws a circle with an X in it
updateDOM(GUIOrder.MapInfo) - Method in class dip.gui.order.GUIRetreat
Draws a line with an arrow.
updateDOM(GUIOrder.MapInfo) - Method in class dip.gui.order.GUISupport
For supported holds: draws a dashed line to a dashed octagon For supported moves: draws a dashed line to the supported unit, then draws a dashed circle around the unit, then draws a dashed line with arrow representing the move.
updateDOM(GUIOrder.MapInfo) - Method in class dip.gui.order.GUIWaive
Places a unit in the desired area.
updateProvince(Province) - Method in class dip.gui.map.MapPanel
Convenience method: updates the rendering of a province.
updateRecentFiles() - Method in class dip.gui.ClientMenu
Updates the recent file menu, if enabled.
updateTitle() - Method in class dip.gui.PersistenceManager
Force an update of the game name / title bar

A B C D E F G H I J K L M N O P R S T U V W X Y _
Copyright 2002-2004 Zachary DelProposto / jDip Development Team. All Rights Reserved.