|
EGF Engine Release 0.1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectWizardPage
org.eclipse.egf.common.ui.wizard.page.AbstractWizardPage
public abstract class AbstractWizardPage
Base class to implement wizard pages.
Constructor Summary | |
---|---|
AbstractWizardPage(String pageName_p)
Constructor. |
|
AbstractWizardPage(String pageName_p,
String title_p,
ImageDescriptor titleImage_p)
Constructor. |
Method Summary | |
---|---|
void |
createControl(Composite parent_p)
|
protected abstract void |
createPageArea(Composite parent_p)
Create the page content. |
protected abstract boolean |
getCompleteStatus()
Check conditions to get the page completed |
protected int |
getContentNumColumn()
Get the number of columns to be displayed in the content. |
protected String |
getHelpContextId()
Return the Help context id if any. |
protected abstract String |
getPageDescription()
Get the page description. |
protected abstract String |
getPageTitle()
Get the page title. |
protected void |
handlePageLayout(Composite parent_p)
Handle the layout of this page. |
protected void |
initialize()
Initialize fields. |
boolean |
isPageComplete()
|
protected abstract boolean |
isReadOnly()
Handle page read only mode. |
void |
performHelp()
|
void |
updateButtons()
Update page buttons according data status. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractWizardPage(String pageName_p)
pageName_p
- public AbstractWizardPage(String pageName_p, String title_p, ImageDescriptor titleImage_p)
pageName_p
- title_p
- titleImage_p
- Method Detail |
---|
protected void initialize()
public void createControl(Composite parent_p)
org.eclipse.jface.dialogs.IDialogPage#createControl(org.eclipse.swt.widgets.Composite)
protected abstract boolean isReadOnly()
public final void updateButtons()
public boolean isPageComplete()
org.eclipse.jface.wizard.WizardPage#isPageComplete()
protected abstract boolean getCompleteStatus()
protected abstract void createPageArea(Composite parent_p)
parent_p
- protected void handlePageLayout(Composite parent_p)
parent_p
- protected int getContentNumColumn()
protected abstract String getPageTitle()
protected abstract String getPageDescription()
protected String getHelpContextId()
null
.
public void performHelp()
org.eclipse.jface.dialogs.DialogPage#performHelp()
|
EGF Engine Release 0.1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) Thales Corporate Services S.A.S, 2009.
This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.