|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eclipse.jface.dialogs.DialogPage org.eclipse.jface.wizard.WizardPage com.ibm.commons.swt.dialog.WizardPageExt
public abstract class WizardPageExt
Abstract class that must be used for any Wizard Page intended to be used in a LWPDOnePageDialog
com.ibm.commons.swt.dialog.WizardExt} {@link com.ibm.commons.swt.data.dialog.LWPDOnePageDialog}
Field Summary | |
---|---|
protected java.lang.String |
helpContext
The context id for the help for the current wizard page |
Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider |
---|
ERROR, INFORMATION, NONE, WARNING |
Constructor Summary | |
---|---|
WizardPageExt(java.lang.String pageName)
Constructs a new instance of this wizard page. |
|
WizardPageExt(java.lang.String pageName,
java.lang.String title,
org.eclipse.jface.resource.ImageDescriptor titleImage)
Constructs a new instance of the wizard page. |
Method Summary | |
---|---|
protected boolean |
findFinishButton(org.eclipse.swt.widgets.Control c)
Return the Finish button for the current dialog |
protected org.eclipse.jface.wizard.IWizardContainer |
getContainer()
|
protected java.lang.String |
getInfoHelp()
|
protected void |
hookListenerToControl(org.eclipse.swt.widgets.Control parent)
|
boolean |
isDirty()
Returns whether or not the user has made any changes in the dialog since it first appeared. |
protected void |
loadInfoHelp(java.lang.String infoHelp)
Sets the context help id on the current wizard page. |
void |
performHelp()
When the Help has been closed, Dialogs need a push to reopen the Help. |
void |
setDirty(boolean bSet)
|
void |
setMessage(java.lang.String newMessage)
|
void |
setMessage(java.lang.String newMessage,
int newType)
|
void |
setWizardContainer(org.eclipse.jface.wizard.IWizardContainer wizardContainer)
Sets the wizard container for the current page. |
Methods inherited from class org.eclipse.jface.wizard.WizardPage |
---|
canFlipToNextPage, getDialogSettings, getImage, getName, getNextPage, getPreviousPage, getShell, getWizard, isCurrentPage, isPageComplete, setDescription, setErrorMessage, setImageDescriptor, setPageComplete, setPreviousPage, setTitle, setWizard, toString |
Methods inherited from class org.eclipse.jface.dialogs.DialogPage |
---|
convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, dispose, getControl, getDescription, getDialogFontName, getErrorMessage, getFont, getMessage, getMessageType, getTitle, getToolTipText, initializeDialogUnits, isControlCreated, setButtonLayoutData, setControl, setVisible |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.ibm.commons.swt.dialog.IDialogPageExt |
---|
performDialogOperation, validatePage |
Methods inherited from interface org.eclipse.jface.dialogs.IDialogPage |
---|
createControl, dispose, getControl, getDescription, getErrorMessage, getMessage, getTitle, setVisible |
Field Detail |
---|
protected java.lang.String helpContext
Constructor Detail |
---|
public WizardPageExt(java.lang.String pageName)
pageName
- an id for the wizard pagepublic WizardPageExt(java.lang.String pageName, java.lang.String title, org.eclipse.jface.resource.ImageDescriptor titleImage)
pageName
- an id for the wizard pagetitle
- the title for this pagetitleImage
- the image for the title of the pageMethod Detail |
---|
protected org.eclipse.jface.wizard.IWizardContainer getContainer()
getContainer
in class org.eclipse.jface.wizard.WizardPage
public void setWizardContainer(org.eclipse.jface.wizard.IWizardContainer wizardContainer)
IDialogPageExt
setWizardContainer
in interface IDialogPageExt
protected void hookListenerToControl(org.eclipse.swt.widgets.Control parent)
public void setMessage(java.lang.String newMessage)
setMessage
in class org.eclipse.jface.dialogs.DialogPage
public void setMessage(java.lang.String newMessage, int newType)
setMessage
in class org.eclipse.jface.wizard.WizardPage
protected java.lang.String getInfoHelp()
public void performHelp()
performHelp
in interface org.eclipse.jface.dialogs.IDialogPage
performHelp
in class org.eclipse.jface.dialogs.DialogPage
protected void loadInfoHelp(java.lang.String infoHelp)
infoHelp
- the context help to loadpublic boolean isDirty()
public void setDirty(boolean bSet)
bSet
- protected boolean findFinishButton(org.eclipse.swt.widgets.Control c)
c
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |