Simple Machine

Package GraphicalUI

Implements the graphical user interface by instantiating the AbstractUI defined in the Simulator class.

See:
          Description

Interface Summary
View.SelectionListener Selection listeners receive upcall each time the model's selelection status may have changed due to cell being selected, edited or de-selected.
View.SizeChangedListener  
 

Class Summary
OSXAdapter  
UI  
ValueView  
View  
ViewCheckBox  
ViewFormat  
ViewLabel  
ViewModel TableModel built around a subrange of a DataModel, optionally grouping rows of the DataModel into a single row of the TableModel and supplying new names for the revised columns.
ViewPane  
ViewTextField  
 

Exception Summary
ViewFormat.FormatException  
 

Package GraphicalUI Description

Implements the graphical user interface by instantiating the AbstractUI defined in the Simulator class.


Simple Machine