|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.2.0) E17493-03 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ToDoItem | |
|---|---|
| oracle.ide.todo | Contains API classes for the To Do Item feature. |
| Uses of ToDoItem in oracle.ide.todo |
|---|
| Classes in oracle.ide.todo that implement ToDoItem | |
|---|---|
class |
AbstractToDoItemA AbstractToDoItem represents a task the user wants to track. |
| Methods in oracle.ide.todo that return ToDoItem | |
|---|---|
abstract ToDoItem |
ToDoManager.createToDoItem(java.lang.String description, int priorityId, java.util.Date date)Creates a ToDoItem. |
| Methods in oracle.ide.todo with parameters of type ToDoItem | |
|---|---|
abstract void |
ToDoManager.add(ToDoItem[] items)Adds an array of ToDoItems to the list of items |
abstract void |
ToDoManager.remove(ToDoItem[] items)Removes an array of ToDoItems from the list of items |
| Method parameters in oracle.ide.todo with type arguments of type ToDoItem | |
|---|---|
abstract void |
ToDoManager.add(java.util.List<ToDoItem> items)Adds an List of ToDoItems to the list of items |
abstract void |
ToDoManager.remove(java.util.List<ToDoItem> items)Removes an List of ToDoItems from the list of items |
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.2.0) E17493-03 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||