public abstract class LineWizardPage
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
LineWizardPage.LineWizardButtonHandler |
| Modifier and Type | Field and Description |
|---|---|
protected javax.swing.JPanel |
pagePanel |
| Constructor and Description |
|---|
LineWizardPage(javax.swing.JComponent root) |
| Modifier and Type | Method and Description |
|---|---|
javax.swing.JPanel |
getPage() |
javax.swing.JComponent |
getRoot() |
protected abstract void |
initialize() |
abstract void |
onNextButtonPress() |
void |
setNextPage(LineWizardPage nextPage) |
protected void |
setWizardNextButton(javax.swing.JButton button)
Define the "next" button of this wizard page.
|
void |
showPage(boolean show) |
public final void setNextPage(LineWizardPage nextPage)
protected abstract void initialize()
protected final void setWizardNextButton(javax.swing.JButton button)
nextPage and execute additional
operations as defined in onNextButtonPress(). This method must
be called during initialization of the wizard page.public final javax.swing.JPanel getPage()
public void showPage(boolean show)
public abstract void onNextButtonPress()
public javax.swing.JComponent getRoot()