|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectTrayDialog
org.eclipse.birt.core.ui.frameworks.taskwizard.BirtTitleAreaDialog
org.eclipse.birt.core.ui.frameworks.taskwizard.WizardBaseDialog
public class WizardBaseDialog
Provides Dialog for WizardBase
Field Summary | |
---|---|
protected WizardBase |
wizardBase
Comment for wizardBase |
Fields inherited from class org.eclipse.birt.core.ui.frameworks.taskwizard.BirtTitleAreaDialog |
---|
DLG_IMG_TITLE_BANNER, DLG_IMG_TITLE_ERROR, INFO_MESSAGE, WARNING_MESSAGE |
Constructor Summary | |
---|---|
WizardBaseDialog(WizardBase wizardBase,
Shell parentShell,
int iInitialWidth,
int iInitialHeight,
java.lang.String strTitle,
Image imgTitle)
|
Method Summary | |
---|---|
void |
addPageChangedListener(IPageChangedListener listener)
|
void |
attachPopup(java.lang.String sPopupTitle,
int iWidth,
int iHeight)
Attaches the popup window. |
protected void |
buttonPressed(int buttonId)
|
void |
controlMoved(ControlEvent e)
|
void |
controlResized(ControlEvent e)
|
void |
create()
|
protected void |
createButtonsForButtonBar(Composite parent)
|
protected Control |
createDialogArea(Composite parent)
Creates and returns the contents of the upper part of this dialog (above the button bar). |
Shell |
createPopupContainer()
|
void |
detachPopup()
|
Shell |
getPopupContainer()
|
java.lang.Object |
getSelectedPage()
|
protected void |
initializeBounds()
|
protected void |
okPressed()
|
void |
packWizard()
Packs the wizard to display enough size |
void |
removePageChangedListener(IPageChangedListener listener)
|
void |
setMinimumSize(int iWidth,
int iHeight)
Sets the minimum size of the wizard |
protected void |
setShellStyle(int newShellStyle)
|
void |
switchTask()
|
void |
widgetDefaultSelected(SelectionEvent e)
|
void |
widgetDisposed(DisposeEvent e)
|
void |
widgetSelected(SelectionEvent e)
|
Methods inherited from class org.eclipse.birt.core.ui.frameworks.taskwizard.BirtTitleAreaDialog |
---|
createContents, getInitialSize, getTitleArea, getTitleImageLabel, setErrorMessage, setMessage, setMessage, setTitle, setTitleAreaColor, setTitleImage |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final WizardBase wizardBase
wizardBase
Constructor Detail |
---|
public WizardBaseDialog(WizardBase wizardBase, Shell parentShell, int iInitialWidth, int iInitialHeight, java.lang.String strTitle, Image imgTitle)
Method Detail |
---|
protected void setShellStyle(int newShellStyle)
protected void initializeBounds()
public void create()
protected Control createDialogArea(Composite parent)
BirtTitleAreaDialog
The Dialog
implementation of this framework method creates
and returns a new Composite
with no margins and spacing.
Subclasses should override.
createDialogArea
in class BirtTitleAreaDialog
parent
- The parent composite to contain the dialog area
protected void createButtonsForButtonBar(Composite parent)
protected void buttonPressed(int buttonId)
public void switchTask()
protected void okPressed()
public void setMinimumSize(int iWidth, int iHeight)
iWidth
- width minimumiHeight
- height minimumpublic Shell createPopupContainer()
public Shell getPopupContainer()
public void attachPopup(java.lang.String sPopupTitle, int iWidth, int iHeight)
sPopupTitle
- '&' will be removed for accelerator key, if the popup
title is from the control text.public void detachPopup()
public void packWizard()
public void widgetDefaultSelected(SelectionEvent e)
public void widgetSelected(SelectionEvent e)
public void controlMoved(ControlEvent e)
public void controlResized(ControlEvent e)
public void widgetDisposed(DisposeEvent e)
public void addPageChangedListener(IPageChangedListener listener)
public java.lang.Object getSelectedPage()
public void removePageChangedListener(IPageChangedListener listener)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |