| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.1) E67661-01  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
  
java.util.EventObject
      
oracle.javatools.ui.checklist.ChecklistModelEvent
public class ChecklistModelEvent
ChecklistModelEvent when ChecklistModel is added/removed.
| Nested Class Summary | |
|---|---|
static class | 
ChecklistModelEvent.TypeChecklistModelEvent types.  | 
| Field Summary | 
|---|
| Fields inherited from class java.util.EventObject | 
|---|
source | 
| Constructor Summary | |
|---|---|
ChecklistModelEvent(java.lang.Object source, Step step, int index, ChecklistModelEvent.Type type)Create a new ChecklistModelEvent.  | 
|
ChecklistModelEvent(java.lang.Object source, Step parent, Step step, int index, ChecklistModelEvent.Type type)Create a new ChecklistModelEvent.  | 
|
| Method Summary | |
|---|---|
 int | 
getIndex()Returns the index at which the step is added or removed.  | 
 Step | 
getParent()Returns the step's parent.  | 
 Step | 
getStep()Returns the step that is added or removed.  | 
 ChecklistModelEvent.Type | 
getType()Returns the type of ChecklistModel event.  | 
| Methods inherited from class java.util.EventObject | 
|---|
getSource, toString | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public ChecklistModelEvent(java.lang.Object source,
                           Step step,
                           int index,
                           ChecklistModelEvent.Type type)
public ChecklistModelEvent(java.lang.Object source,
                           Step parent,
                           Step step,
                           int index,
                           ChecklistModelEvent.Type type)
| Method Detail | 
|---|
public Step getStep()
public Step getParent()
public int getIndex()
public ChecklistModelEvent.Type getType()
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.1) E67661-01  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||