Uses of Class
org.mars_sim.msp.ui.standard.tool.monitor.UnitTableModel

Packages that use UnitTableModel
org.mars_sim.msp.ui.standard Contains classes for creating the standard user interface for a virtual Mars. 
org.mars_sim.msp.ui.standard.tool.monitor Contains classes for creating a monitor tool window. 
 

Uses of UnitTableModel in org.mars_sim.msp.ui.standard
 

Methods in org.mars_sim.msp.ui.standard with parameters of type UnitTableModel
 void MainDesktopPane.addModel(UnitTableModel model)
          Displays a new Unit model in the monitor window
 

Uses of UnitTableModel in org.mars_sim.msp.ui.standard.tool.monitor
 

Subclasses of UnitTableModel in org.mars_sim.msp.ui.standard.tool.monitor
 class PersonTableModel
          The PersonTableModel that maintains a list of Person objects.
 class SettlementTableModel
          The SettlementTableModel that maintains a list of Settlement objects.
 class VehicleTableModel
          The VehicleTableModel that maintains a list of Vehicle objects.
 

Methods in org.mars_sim.msp.ui.standard.tool.monitor with parameters of type UnitTableModel
 boolean MonitorWindow.containsModel(UnitTableModel model)
          Checks if a monitor tab contains this model.
 void MonitorWindow.displayModel(UnitTableModel model)
          This method add the specified Unit table as a new tab in the Monitor.
 int MonitorWindow.getModelIndex(UnitTableModel model)
          Gets the index of the monitor tab with the model.
 

Constructors in org.mars_sim.msp.ui.standard.tool.monitor with parameters of type UnitTableModel
UnitTab(UnitTableModel model, boolean mandatory)
          Constructor