| |
|
| org.eclipse.ui.internal.dialogs.ProductInfoDialog org.eclipse.ui.internal.dialogs.AboutDialog
Constructor Summary | |
public | AboutDialog(Shell parentShell) Create an instance of the AboutDialog for the given window. |
AboutDialog | public AboutDialog(Shell parentShell)(Code) | | Create an instance of the AboutDialog for the given window.
Parameters: parentShell - The parent of the dialog. |
buttonPressed | protected void buttonPressed(int buttonId)(Code) | | |
close | public boolean close()(Code) | | |
configureShell | protected void configureShell(Shell newShell)(Code) | | |
createButtonsForButtonBar | protected void createButtonsForButtonBar(Composite parent)(Code) | | Add buttons to the dialog's button bar.
Subclasses should override.
Parameters: parent - the button bar composite |
createDialogArea | protected Control createDialogArea(Composite parent)(Code) | | Creates and returns the contents of the upper part
of the dialog (above the button bar).
Subclasses should overide.
Parameters: parent - the parent composite to contain the dialog area the dialog area control |
|
|
|