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

E13403-03

oracle.javatools.ui.checklist
Class ChecklistModelEvent

java.lang.Object
  extended by java.util.EventObject
      extended by oracle.javatools.ui.checklist.ChecklistModelEvent
All Implemented Interfaces:
java.io.Serializable

public class ChecklistModelEvent
extends java.util.EventObject

ChecklistModelEvent when ChecklistModel is added/removed.

See Also:
Serialized Form

Nested Class Summary
static class ChecklistModelEvent.Type
          ChecklistModelEvent 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

ChecklistModelEvent

public ChecklistModelEvent(java.lang.Object source,
                           Step step,
                           int index,
                           ChecklistModelEvent.Type type)
Create a new ChecklistModelEvent.


ChecklistModelEvent

public ChecklistModelEvent(java.lang.Object source,
                           Step parent,
                           Step step,
                           int index,
                           ChecklistModelEvent.Type type)
Create a new ChecklistModelEvent.

Method Detail

getStep

public Step getStep()
Returns the step that is added or removed.


getParent

public Step getParent()
Returns the step's parent. This will return non-null value only for substeps.


getIndex

public int getIndex()
Returns the index at which the step is added or removed. This index will be the index in model for root steps and for substeps it will be the index inside the step's parent.


getType

public ChecklistModelEvent.Type getType()
Returns the type of ChecklistModel event.


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

E13403-03

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