summaryrefslogtreecommitdiffstats
path: root/org/madore/damlengine/TodoElement.java
Commit message (Collapse)AuthorAgeFilesLines
* Use static initializers correctly (I had forgotten the "static" keyword!).David A. Madore2010-04-161-4/+1
|
* Change dispatching approach: handlers are now part of todoItems.David A. Madore2010-04-151-15/+26
| | | | | | | Instead of dispatching the todo item in function of the DAML node's local name at todo-handling time, the appropriate todo handler subclass is now instantiated in the todo deque by dispatching the creation of the todo item to the appropriate constructor.
* Make handlers instances instead of using static methods.David A. Madore2010-04-141-22/+6
|
* Framework for handling attributes.David A. Madore2010-04-131-0/+55