|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
echopoint.wizard.WizardNavigationEvent
public class WizardNavigationEvent
The class provides the event that will be raised when navigation within a WizardPane takes place.
Field Summary | |
---|---|
static int |
CANCEL
the user wants to cancel the wizard steps |
static int |
FINISH
the user wants to finish the wizard steps |
static int |
NEXT
the user wants the previous component |
static int |
PREVIOUS
the user wants the next component |
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
WizardNavigationEvent(java.lang.Object source,
int type,
Component fromComponent,
Component toComponent,
int fromIndex,
int toIndex)
WizardNavigationEvent constructor. |
Method Summary | |
---|---|
Component |
getFromComponent()
Returns the component navigated from. |
int |
getFromIndex()
Returns the index of the component navigated from. |
Component |
getToComponent()
Returns the component navigated to. |
int |
getToIndex()
Returns the index of the component navigated to. |
int |
getType()
Returns the type of Wizard Navigation that has occurred. |
WizardPane |
getWizardPane()
Returns the WizardPane associated with this 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 |
Field Detail |
---|
public static final int PREVIOUS
public static final int NEXT
public static final int CANCEL
public static final int FINISH
Constructor Detail |
---|
public WizardNavigationEvent(java.lang.Object source, int type, Component fromComponent, Component toComponent, int fromIndex, int toIndex)
Method Detail |
---|
public Component getFromComponent()
public int getFromIndex()
public Component getToComponent()
public int getToIndex()
public int getType()
public WizardPane getWizardPane()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |