|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openbp.swing.components.wizard.WizardEvent
public class WizardEvent
Wizard event.
| Field Summary | |
|---|---|
static int |
BACK
Event type: 'Back' button pressed |
boolean |
cancel
Cancel flag |
static int |
CANCEL
Event type: 'Cancel' button pressed |
static int |
CLOSE
Event type: 'Close' button pressed |
int |
eventType
Event type (see the constants of this class) |
static int |
FINISH
Event type: 'Finish' button pressed |
static int |
FIRST
Event type: First page displayed |
static int |
NEXT
Event type: 'Next' button pressed |
static int |
SHOW
Event type: Page is being shown |
Wizard |
wizard
Wizard that caused the event |
| Constructor Summary | |
|---|---|
WizardEvent(Wizard wizard,
int eventType)
Default constructor. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int SHOW
public static final int CANCEL
public static final int FINISH
public static final int NEXT
public static final int BACK
public static final int FIRST
public static final int CLOSE
public Wizard wizard
public int eventType
public boolean cancel
| Constructor Detail |
|---|
public WizardEvent(Wizard wizard,
int eventType)
wizard - Wizard that caused the eventeventType - Event type (see the constants of this class)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||