Automatic user interface

Capsis provides a library to generate model dialog box
Added by Samuel Dufour-Kowalski over 14 years ago

Capsis is now able to generate automatically the graphical user interface for the model parameters
without writing specific java code.

Model parameters are displayed in a simple dialog box.
The following type are supported :

  • Integer
  • Float/Double
  • String
  • Filename (String)
  • Enumeration
  • List
  • ...

The generated dialog supports

  • Label translations.
  • Import/Export parameters from/to xml

Documentation is available on the capsis website : http://capsis.cirad.fr/capsis/documentation/autoui


Comments