public interface WizardStep
Modifier and Type | Field and Description |
---|---|
static int |
BUTTON_BACK |
static int |
BUTTON_CANCEL |
static int |
BUTTON_DONE |
static int |
BUTTON_NEXT |
Modifier and Type | Method and Description |
---|---|
WizardStep |
back() |
Object |
createDataObject(Object obj) |
int[] |
getButtons() |
JPanel |
getContent(WizardHandler handler) |
String |
getDoneBtnText() |
String |
getTitle() |
boolean |
isSingleStep() |
boolean |
isValid() |
WizardStep |
next() |
static final int BUTTON_NEXT
static final int BUTTON_DONE
static final int BUTTON_BACK
static final int BUTTON_CANCEL
int[] getButtons()
String getTitle()
JPanel getContent(WizardHandler handler)
WizardStep next()
WizardStep back()
boolean isValid()
String getDoneBtnText()
boolean isSingleStep()
TV-Browser 2.7.6, Copyright (C) 04-2003 Martin Oberhauser (martin@tvbrowser.org)