Changes between Version 19 and Version 20 of mvc


Ignore:
Timestamp:
06/13/22 14:27:21 (2 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • mvc

    v19 v20  
    8080The panels model offers JPanel GUI components, aka Widgets, for use with the models. Currently there are the following panels:
    8181||= Panel =||= Description =||
     82||StringPanel||A panel allowing the user to enter an arbitrary text||
     83||NumberPanelpanel allowing the user to enter an arbitrary (decimal) number with a Text field. Spinners and sliders are not good to enter general numbers because we don't have a min/max or #decimal places||
    8284||ComboBox||allows to make selections in SelectionModel||
    8385||MapPanel||showing a MapModel as table with 2 columns. The left column shows the keys, the right column shows the values. All fields are editable. Editors for the models in the MapModel are generated using the PanelFactory. MapPanel is therefore limited to built-in models||