Skip to content


Closed improve the way to bind a collection
nuiton / nuiton-utils #266 · created by Tony Chemit
Now we got a method *addCollectionBinder* on modelBuilder to do this. Note that previous way of doing it does not works any longer: adding a binder + adding a collection strategy are not possible. *...
updated
Closed Améliorer le support des générics pour supporter l'inférence de type
nuiton / nuiton-matrix #48 · created by Tony Chemit
Actuellement, pour utiliser une matrice, on doit faire trop de cast inutile:
List sem1 = (List)matrix.getSemantic(0);
l'ammélioration du support de l'inférence devrait permettre des choses comme: ...
updated
Closed Move all i18n api to project i18n
nuiton / nuiton-utils #20 · created by Tony Chemit
*(from redmine issue 347 created on 2010-03-07, closed on 2010-03-07, relates #343, relates #307)*
updated
Closed Integrates class org.nuiton.i18n.I18n from nuiton-utils
nuiton / i18n #5 · created by Tony Chemit
*(from redmine issue 343 created on 2010-03-07, closed on 2010-03-07, relates #347)*
updated
Closed Add RemoveablePropertyChangeListener class
nuiton / jaxx #1722 · created by Tony Chemit
this class just mark a PropertyChangeListener we want to remove when for example we reload a ui. *(from redmine issue 3439 created on 2014-08-15, closed on 2014-08-15)*
updated
Closed Use in AbstractApplicationTableModel the identifier propertyName as the default columnName
nuiton / jaxx #1721 · created by Tony Chemit
*(from redmine issue 3438 created on 2014-08-14, closed on 2014-08-14)*
updated
Closed Introduce JavaBeanObjectUtil class
nuiton / jaxx #1720 · created by Tony Chemit
We can add here some method to remove all listeners on a JavaBeanObject *(from redmine issue 3437 created on 2014-08-14, closed on 2014-08-14)*
updated
Closed When table model changed (fireTableDataChanged invocation), beans are not removed from validator
nuiton / jaxx #1719 · created by Tony Chemit
*(from redmine issue 3436 created on 2014-08-14, closed on 2014-08-14)*
updated
Closed Improve AbstractApplicationTableModel API
nuiton / jaxx #1718 · created by Tony Chemit
add getCellIndex, getCell method on it. add a generic SwingListValidatorDataLocator *(from redmine issue 3435 created on 2014-08-14, closed on 2014-08-14)*
updated
Closed When NumberCellEditor lost focus, the edition should be canceled
nuiton / jaxx #1717 · created by Tony Chemit
*(from redmine issue 3434 created on 2014-08-14, closed on 2014-08-14)*
updated
Open Number editor for "-0.3"
nuiton / jaxx #1716 · created by Tony Chemit
In numberEditor with pattern "-?\d{0,3}(\.\d{0,4})?" and useSigne = true, the set "-0.3" doesn't work. *(from redmine issue 3431 created on 2014-08-13)*
updated