Changes between Version 19 and Version 20 of mvc
- Timestamp:
- 06/13/22 14:27:21 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
mvc
v19 v20 80 80 The panels model offers JPanel GUI components, aka Widgets, for use with the models. Currently there are the following panels: 81 81 ||= 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|| 82 84 ||ComboBox||allows to make selections in SelectionModel|| 83 85 ||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||