summaryrefslogtreecommitdiffstats
path: root/org/madore/damlengine/TodoItem.java
Commit message (Collapse)AuthorAgeFilesLines
* Rename TodoContext class to Context. Usually call "ctx" its instances.David A. Madore2010-04-181-3/+3
|
* Use ad hoc classes rather than hashes for context and options.David A. Madore2010-04-171-0/+10
|
* Change dispatching approach: handlers are now part of todoItems.David A. Madore2010-04-151-1/+1
| | | | | | | 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.
* Instantiate TodoDeque rather than using static variables.David A. Madore2010-04-151-0/+2
| | | | Unfortunately, processing is now rather significantly slower.
* Framework for handling attributes.David A. Madore2010-04-131-49/+2
|
* Start writing a todo item handling framework.David A. Madore2010-04-131-3/+39
|
* Start writing code for a todo stack.David A. Madore2010-04-121-0/+18