|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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) |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||