| |
|
| org.eclipse.ui.internal.dialogs.ProductInfoDialog org.eclipse.ui.internal.dialogs.AboutFeaturesDialog
AboutFeaturesDialog | public class AboutFeaturesDialog extends ProductInfoDialog (Code) | | Displays information about the product plugins.
PRIVATE
This class is internal to the workbench and must not be called outside
the workbench.
|
AboutFeaturesDialog | public AboutFeaturesDialog(Shell parentShell, String productName, AboutBundleGroupData[] bundleGroupInfos)(Code) | | Constructor for AboutFeaturesDialog.
Parameters: parentShell - the parent shell Parameters: productName - the product name Parameters: bundleGroupInfos - the bundle info |
buttonPressed | protected void buttonPressed(int buttonId)(Code) | | |
close | public boolean close()(Code) | | See Also: Window.close |
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) | | Create the contents of the dialog (above the button bar).
Subclasses should overide.
Parameters: parent - the parent composite to contain the dialog area the dialog area control |
createInfoArea | protected void createInfoArea(Composite parent)(Code) | | Create the info area containing the image and text
|
createTable | protected void createTable(Composite parent)(Code) | | Create the table part of the dialog.
Parameters: parent - the parent composite to contain the dialog area |
setInitialSelection | public void setInitialSelection(AboutBundleGroupData info)(Code) | | Select the initial selection
Parameters: info - the info |
|
|
|