All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.netobjects.nfx.wizard.WizardEvent

java.lang.Object
   |
   +----com.netobjects.nfx.wizard.WizardEvent

public class WizardEvent
extends Object
Base event class to facilitate communication between wizard pages.

Version:
1.0
Author:
Scott Cinnamond

Variable Index

 o dmType
 o TYPE_PAGE_COMPLETE
 o TYPE_PAGE_MODIFIED
 o TYPE_SELECTION_CHANGED

Constructor Index

 o WizardEvent(int)

Method Index

 o getType()

Variables

 o TYPE_PAGE_COMPLETE
 public static final int TYPE_PAGE_COMPLETE
 o TYPE_PAGE_MODIFIED
 public static final int TYPE_PAGE_MODIFIED
 o TYPE_SELECTION_CHANGED
 public static final int TYPE_SELECTION_CHANGED
 o dmType
 private int dmType

Constructors

 o WizardEvent
 public WizardEvent(int type)

Methods

 o getType
 public final int getType()

All Packages  Class Hierarchy  This Package  Previous  Next  Index