Changes between Version 15 and Version 16 of mvc


Ignore:
Timestamp:
06/13/22 13:08:20 (2 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • mvc

    v15 v16  
    7878
    7979= Panels
    80 The panels model offers GUI components, aka Widgets, for use with the models. Currently there are the following panels:
     80The panels model offers JPanel GUI components, aka Widgets, for use with the models. Currently there are the following panels:
    8181||= Panel =||= Description =||
    8282||ComboBox||allows to make selections in SelectionModel||
    8383||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||
     84||ListViewPanel||Shows full scrollable view of list. User can select one item in the list and edit it. The list can NOT be changed, only the existing elements can be edited.||
    8485