public class CmsWizardDialog extends LightweightDialog implements org.eclipse.jface.wizard.IWizardContainer2
CANCEL, OK| Constructor and Description |
|---|
CmsWizardDialog(org.eclipse.swt.widgets.Shell parentShell,
org.eclipse.jface.wizard.IWizard wizard) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
backPressed() |
protected org.eclipse.swt.widgets.Control |
createDialogArea(org.eclipse.swt.widgets.Composite parent) |
protected void |
finishPressed() |
org.eclipse.jface.wizard.IWizardPage |
getCurrentPage() |
org.eclipse.swt.widgets.Shell |
getShell() |
protected void |
nextPressed() |
protected boolean |
onCancel() |
void |
run(boolean fork,
boolean cancelable,
org.eclipse.jface.operation.IRunnableWithProgress runnable) |
void |
showPage(org.eclipse.jface.wizard.IWizardPage page) |
void |
updateButtons() |
void |
updateMessage() |
void |
updateSize() |
void |
updateTitleBar() |
void |
updateWindowTitle() |
closeShell, getBackgroundShell, getForegoundShell, getInitialSize, getReturnCode, handleException, open, pack, setBlockOnOpen, setTitlepublic CmsWizardDialog(org.eclipse.swt.widgets.Shell parentShell,
org.eclipse.jface.wizard.IWizard wizard)
protected org.eclipse.swt.widgets.Control createDialogArea(org.eclipse.swt.widgets.Composite parent)
createDialogArea in class LightweightDialogpublic org.eclipse.jface.wizard.IWizardPage getCurrentPage()
getCurrentPage in interface org.eclipse.jface.wizard.IWizardContainerpublic org.eclipse.swt.widgets.Shell getShell()
getShell in interface org.eclipse.jface.wizard.IWizardContainerpublic void showPage(org.eclipse.jface.wizard.IWizardPage page)
showPage in interface org.eclipse.jface.wizard.IWizardContainerpublic void updateButtons()
updateButtons in interface org.eclipse.jface.wizard.IWizardContainerpublic void updateMessage()
updateMessage in interface org.eclipse.jface.wizard.IWizardContainerpublic void updateTitleBar()
updateTitleBar in interface org.eclipse.jface.wizard.IWizardContainerpublic void updateWindowTitle()
updateWindowTitle in interface org.eclipse.jface.wizard.IWizardContainerpublic void run(boolean fork,
boolean cancelable,
org.eclipse.jface.operation.IRunnableWithProgress runnable)
throws java.lang.reflect.InvocationTargetException,
java.lang.InterruptedException
run in interface org.eclipse.jface.operation.IRunnableContextjava.lang.reflect.InvocationTargetExceptionjava.lang.InterruptedExceptionpublic void updateSize()
updateSize in interface org.eclipse.jface.wizard.IWizardContainer2protected boolean onCancel()
onCancel in class LightweightDialogprotected void nextPressed()
protected void backPressed()
protected void finishPressed()
Copyright © 2007–2020. All rights reserved.