Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Uses of Interface
oracle.ide.todo.ToDoItem

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 AbstractToDoItem
          A 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

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Copyright © 1997, 2012, Oracle. All rights reserved.