Main differences between V1.8 and V1.9 : Différence entre versions

De Wiki
Aller à : navigation, rechercher
(New GList and GListSelect widgets)
(New GList and GListSelect widgets)
Ligne 5 : Ligne 5 :
 
[{{PathCurrentJavaDoc}}/fr/cnes/genius/lowLevel/GList.html GList] and [{{PathCurrentJavaDoc}}/fr/cnes/genius/lowLevel/GListWithLabel.html GListWithLabel] widget has been added allowing to display a list of strings (a bit like [{{PathCurrentJavaDoc}}/fr/cnes/genius/lowLevel/GComboBox.html GComboBox]) but allowing selecting several elements.
 
[{{PathCurrentJavaDoc}}/fr/cnes/genius/lowLevel/GList.html GList] and [{{PathCurrentJavaDoc}}/fr/cnes/genius/lowLevel/GListWithLabel.html GListWithLabel] widget has been added allowing to display a list of strings (a bit like [{{PathCurrentJavaDoc}}/fr/cnes/genius/lowLevel/GComboBox.html GComboBox]) but allowing selecting several elements.
  
Moreover, a higher level [{{PathCurrentJavaDoc}}/fr/cnes/genius/highLevel/GList.html GListSelect] widget is also available allowing selecting elements of a list to copy/move them in another one.
+
Moreover, a higher level [{{PathCurrentJavaDoc}}/fr/cnes/genius/highLevel/GListSelect.html GListSelect] widget is also available allowing selecting elements of a list to copy/move them in another one.
  
 
== Finding and reading multiple data ==
 
== Finding and reading multiple data ==

Version du 20 août 2019 à 08:54

Some interesting evolutions and corrections have been implemented in this version. No incompatibilities has been identified versus V1.8 source code .

New GList and GListSelect widgets

GList and GListWithLabel widget has been added allowing to display a list of strings (a bit like GComboBox) but allowing selecting several elements.

Moreover, a higher level GListSelect widget is also available allowing selecting elements of a list to copy/move them in another one.

Finding and reading multiple data

TBW ...

New GTree widget

TBW ...

GplotPanel improvements

Symbol choice in GPlotPanel widget

TBW ...

Calendar date format in GPlotPanel widget

TBW ...

Possibility to plot several files in GPlotPanel widget

TBW ...

Availability of a tool based on GPlotPanel widget

TBW ...

New units

In previous versions, the unit symbol for a day was "j" (jour in French ...). Now, it is also available as "d". Moreover, two other units are available with "mo" for month (or mois in French ...) and "y" for a year (or "a" for année in French). Conversions are the following ones:

  • 1 year = 365.25 days
  • 12 months = 1 year
  • 1 day = 86400s

Indication when loading a configuration

Some configurations may be very long to be loaded because of the amount of data. In such a case, an indicator (a turning wheel) will show that the application is still running.

Better file suffix management for the GSaveResults widget

In previous versions, it was not possible to manage different suffixes for any kind of results files. Now, it is the case, using an additional API for the addSingleResultFile() method.

Minor improvements for GComponentList widget

  • adding the add(final int rank, final GComponent item) method to add a component to the list.
  • adding the remove(final int rank) method to remove an element in the list.
  • adding the setCurrentItemRank(final int rank) method to select the current element.

Anomaly corrections

  • Correction of the management of additional panels for the GPlotPanel widget.