|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mars_sim.msp.ui.standard.unit_window.UnitWindowFactory
public class UnitWindowFactory
The UnitWindowFactory is a factory for creating unit windows for units.
Method Summary | |
---|---|
static UnitWindow |
getUnitWindow(Unit unit,
MainDesktopPane desktop)
Gets a new unit window for a given unit. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static UnitWindow getUnitWindow(Unit unit, MainDesktopPane desktop)
unit
- the unit the window is for.desktop
- the main desktop.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |