Uses of Class
dip.gui.undo.UndoRedoManager

Packages that use UndoRedoManager
dip.gui   
dip.gui.undo   
dip.world   
 

Uses of UndoRedoManager in dip.gui
 

Methods in dip.gui that return UndoRedoManager
 UndoRedoManager ClientFrame.getUndoRedoManager()
          Get the UndoRedoManager component
 

Uses of UndoRedoManager in dip.gui.undo
 

Fields in dip.gui.undo declared as UndoRedoManager
protected  UndoRedoManager XAbstractUndoableEdit.undoRedoManager
           
 

Constructors in dip.gui.undo with parameters of type UndoRedoManager
XAbstractUndoableEdit(UndoRedoManager urm)
          Constructs an XAbstractUndoableEdit object.
UndoResolve(UndoRedoManager urm, TurnState resolved, TurnState next)
          Create an UndoResolve object.
UndoEditSCOwner(UndoRedoManager urm, Position position, Province province, Power oldPower, Power newPower)
           
UndoEditRemoveUnit(UndoRedoManager urm, Position position, Province province, Unit unit, boolean isDislodged)
           
UndoEditAddUnit(UndoRedoManager urm, Position position, Province province, Unit unit, boolean isDislodged)
           
UndoDeleteOrder(UndoRedoManager urm, Orderable order)
           
UndoDeleteMultipleOrders(UndoRedoManager urm, Orderable[] orders)
           
UndoAddOrder(UndoRedoManager urm, Orderable order)
           
UndoAddMultipleOrders(UndoRedoManager urm, Orderable[] orders)
           
 

Uses of UndoRedoManager in dip.world
 

Methods in dip.world that return UndoRedoManager
 UndoRedoManager World.getUndoRedoManager()
          Gets the UndoRedo manager that was saved.
 

Methods in dip.world with parameters of type UndoRedoManager
 void World.setUndoRedoManager(UndoRedoManager urm)
          Sets the UndoRedo manager to be saved.
 



Copyright 2002-2004 Zachary DelProposto / jDip Development Team. All Rights Reserved.