Interface | Description |
---|---|
ToDoItem |
The
ToDoItem interface provides the API for dealing with ToDoItems. |
Class | Description |
---|---|
AbstractToDoItem |
A
AbstractToDoItem represents a task the user wants to track. |
ToDoManager |
The
ToDoManager coordinates the management of ToDoItem data
and the UI that displays it the ToDo window. |
Related Documentation
See Extending JDeveloper Using the Addin API for additional details.