num-codex / codex-feasibility-gui

Apache License 2.0
0 stars 2 forks source link

Display of comparator symbols >=, <=, <> #26

Closed BjoernKroll closed 3 years ago

BjoernKroll commented 3 years ago

In the class DisplayValueFilter the method getComparator() returns a string ">" for "greater or equals". Here we should either return and display the according unicode character or we should show an icon.

Similar for "less or equal" and "not equals"