Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

Uses of Class
oracle.javatools.ui.checklist.ContentElement

Packages that use ContentElement
oracle.javatools.ui.checklist   
 

Uses of ContentElement in oracle.javatools.ui.checklist
 

Methods in oracle.javatools.ui.checklist that return ContentElement
 ContentElement TaskContentProvider.addContentElement(java.lang.String id, ContentElement.Type type, java.lang.String label, javax.swing.Icon icon, java.lang.String target, java.lang.String hint)
          Add a ContentElement to the task.
 ContentElement ContentActionEvent.getContentElement()
          Returns the ContentElement this event is representing.
 ContentElement[] TaskContentProvider.getContentElements()
          Returns the array of all ContentElements for the task.
 

Methods in oracle.javatools.ui.checklist with parameters of type ContentElement
 void TaskContentProvider.addContentElement(ContentElement element)
          Add a ContentElement to the task.
protected  void TaskContent.fireContentActionPerformed(ContentElement elem)
          Fires ContentActionEvent to all registered listeners.
protected  void Checklist.fireContentActionPerformed(ContentElement elem)
          Fires ContentActionEvent on all registered listener for the specified ContentElement.
 void TaskContentProvider.removeContentElement(ContentElement elem)
          Remove the ContentElement from the task.
 

Constructors in oracle.javatools.ui.checklist with parameters of type ContentElement
ContentActionEvent(java.lang.Object source, ContentElement elem)
          Creates the ContentActionEvent on the specified source and ContentActionElement.
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

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