public class InstalledSoftwarePage extends InstallationPage implements ICopyable
InstallationPageERROR, INFORMATION, NONE, WARNING| Constructor and Description |
|---|
InstalledSoftwarePage() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
buttonPressed(int buttonId)
Notifies that this page's button with the given id has been pressed.
|
void |
copyToClipboard(Control activeControl)
Copy text related to the active control to the clipboard.
|
void |
createControl(Composite parent)
Creates the top level control for this dialog
page under the given parent composite.
|
void |
createPageButtons(Composite parent)
Create the buttons that belong to this page using the specified parent.
|
void |
setProvisioningUI(ProvisioningUI value)
Set the provisioning UI to use with this page
|
createButton, getPageContainer, setMessage, setMessage, setPageContainerconvertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, dispose, getControl, getDescription, getDialogFontName, getErrorMessage, getFont, getImage, getMessage, getMessageType, getShell, getTitle, getToolTipText, initializeDialogUnits, isControlCreated, performHelp, setButtonLayoutData, setControl, setDescription, setErrorMessage, setImageDescriptor, setTitle, setVisiblepublic void createControl(Composite parent)
IDialogPage
Implementors are responsible for ensuring that
the created control can be accessed via getControl
createControl in interface IDialogPageparent - the parent compositepublic void createPageButtons(Composite parent)
InstallationPagecreatePageButtons in class InstallationPageparent - the parent to use for the buttons.InstallationPage.createButton(Composite, int, String),
InstallationPage.buttonPressed(int)public void copyToClipboard(Control activeControl)
ICopyablecopyToClipboard in interface ICopyableactiveControl - the active controlprotected void buttonPressed(int buttonId)
InstallationPageInstallationPage.createButton(Composite, int, String)buttonPressed in class InstallationPagebuttonId - the id of the button that was pressed (see
IDialogConstants.*_ID constants)public void setProvisioningUI(ProvisioningUI value)
value - the provisioning ui to use
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.