|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.webcodepro.applecommander.ui.swt.wizard.Wizard
public abstract class Wizard
A framework for displaying a wizard-like user interface.
Constructor Summary | |
---|---|
Wizard(org.eclipse.swt.widgets.Shell parent,
org.eclipse.swt.graphics.Image logo,
java.lang.String title)
Constructor for Wizard. |
Method Summary | |
---|---|
abstract WizardPane |
createInitialWizardPane()
Create the initial display used in the wizard. |
void |
dispose()
Dispose of all panels and resources. |
void |
enableFinishButton(boolean state)
Enable/disable the finish button. |
void |
enableNextButton(boolean state)
Enable/disable the next button. |
protected org.eclipse.swt.widgets.Button |
getBackButton()
|
protected org.eclipse.swt.widgets.Composite |
getContentPane()
Get the content pane. |
org.eclipse.swt.widgets.Shell |
getDialog()
Get the Wizard dialog Shell object. |
protected java.util.Stack |
getWizardPanes()
|
boolean |
isWizardCompleted()
Indicates if the wizard was completed. |
void |
open()
Open and display the dialog. |
protected void |
setWizardCompleted(boolean wizardCompleted)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Wizard(org.eclipse.swt.widgets.Shell parent, org.eclipse.swt.graphics.Image logo, java.lang.String title)
Method Detail |
---|
public abstract WizardPane createInitialWizardPane()
public void open()
public void dispose()
public boolean isWizardCompleted()
public void enableNextButton(boolean state)
public void enableFinishButton(boolean state)
protected org.eclipse.swt.widgets.Composite getContentPane()
public org.eclipse.swt.widgets.Shell getDialog()
protected org.eclipse.swt.widgets.Button getBackButton()
protected java.util.Stack getWizardPanes()
protected void setWizardCompleted(boolean wizardCompleted)
wizardCompleted
- The wizardCompleted to set.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |