-
Notifications
You must be signed in to change notification settings - Fork 22
Brainstorm
All ideas to-do on this project.
Well, to not forget, I'll store here some ideas to implement in this project.
TableModel iterable, make TableModel more like a Collection and make it iterable, and aply the Calculatores on it.
JTable footer, make a footer in JTable to show the result of the calculator to the column.
TableModel Special Column, show cells with values like "Diff between dates" and etc.
*Internationalize texts
*FieldAcessHandler acess fields hierarchy
-None
Mathematic operations in Expression, able use to mathematic functions like sqrt(x), sqr(x), pow(x,p), etc.. in expressions.
Calculators on collections, an way to make operations over collections like SUM, AVG, etc.
Fix the problem in Expression when two operatores are together like "2*-2"