public abstract class WizardPage extends Object
| Constructor and Description | 
|---|
| WizardPage(String name,
          String description) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | canGoBack() | 
| String | getDescription() | 
| String | getName() | 
| abstract boolean | init()Initialize the page. | 
| abstract boolean | run() | 
public String getName()
public String getDescription()
public boolean canGoBack()
public abstract boolean init()
                      throws Exception
ExceptionCopyright © 2019. All Rights Reserved.