| Package | Description |
|---|---|
| oracle.javatools.ui.checklist |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
ContentActionEvent(java.lang.Object source, ContentElement elem)
Creates the ContentActionEvent on the specified source and ContentActionElement.
|