Uses of Class
dip.order.Support

Packages that use Support
dip.gui.order   
dip.order   
 

Uses of Support in dip.gui.order
 

Subclasses of Support in dip.gui.order
 class GUISupport
          GUIOrder subclass of Support order.
 

Methods in dip.gui.order that return Support
 Support GUIOrderFactory.createSupport(Power power, Location src, Unit.Type srcUnitType, Location supSrc, Power supPower, Unit.Type supUnitType)
          Creates a GUISupport order, to Support a unit staying in place.
 Support GUIOrderFactory.createSupport(Power power, Location src, Unit.Type srcUnitType, Location supSrc, Power supPower, Unit.Type supUnitType, Location supDest)
          Creates a GUISupport order, to Support a unit moving (or staying in place, if supDest == null)
 

Uses of Support in dip.order
 

Methods in dip.order that return Support
abstract  Support OrderFactory.createSupport(Power power, Location src, Unit.Type srcUnitType, Location supSrc, Power supPower, Unit.Type supUnitType)
          Creates a Support order, to Support a unit staying in place.
abstract  Support OrderFactory.createSupport(Power power, Location src, Unit.Type srcUnitType, Location supSrc, Power supPower, Unit.Type supUnitType, Location supDest)
          Creates a Support order, to Support a unit moving (or staying in place, if supDest == null)
 



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