| org.eclipse.ui.internal.dialogs.ProductInfoDialog org.eclipse.ui.internal.dialogs.AboutPluginsDialog
AboutPluginsDialog | public class AboutPluginsDialog extends ProductInfoDialog (Code) | | Displays information about the product plugins.
PRIVATE
this class is internal to the ide
|
Inner Class :public class BundleTableLabelProvider extends LabelProvider implements ITableLabelProvider | |
AboutPluginsDialog | public AboutPluginsDialog(Shell parentShell, String productName)(Code) | | Constructor for AboutPluginsDialog.
Parameters: parentShell - the parent shell Parameters: productName - the product name |
AboutPluginsDialog | public AboutPluginsDialog(Shell parentShell, String productName, Bundle[] bundles, String title, String message, String helpContextId)(Code) | | Constructor for AboutPluginsDialog.
Parameters: parentShell - the parent shell Parameters: productName - must not be null Parameters: bundles - must not be null Parameters: title - the title Parameters: message - the message Parameters: helpContextId - the help context id |
buttonPressed | protected void buttonPressed(int buttonId)(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) | | 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 |
createTable | protected void createTable(Composite parent)(Code) | | Create the table part of the dialog.
Parameters: parent - the parent composite to contain the dialog area |
handleMoreInfoPressed | protected void handleMoreInfoPressed()(Code) | | The More Info button was pressed. Open a browser showing the license information
for the selected bundle or an error dialog if the browser cannot be opened.
|
|
|