public class RevertProfilePage extends InstallationPage implements ICopyable
InstallationPage
ERROR, INFORMATION, NONE, WARNING
Constructor and Description |
---|
RevertProfilePage() |
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.
|
protected IStructuredSelection |
getSelection() |
protected void |
handleSelectionChanged(IStructuredSelection selection) |
void |
setProvisioningUI(ProvisioningUI value)
Set the provisioning UI to use with this page
|
createButton, getPageContainer, setMessage, setMessage, setPageContainer
convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, dispose, getControl, getDescription, getDialogFontName, getErrorMessage, getFont, getImage, getMessage, getMessageType, getShell, getTitle, getToolTipText, initializeDialogUnits, isControlCreated, performHelp, setButtonLayoutData, setControl, setDescription, setErrorMessage, setImageDescriptor, setTitle, setVisible
public void createPageButtons(Composite parent)
InstallationPage
createPageButtons
in class InstallationPage
parent
- the parent to use for the buttons.InstallationPage.createButton(Composite, int, String)
,
InstallationPage.buttonPressed(int)
public void createControl(Composite parent)
IDialogPage
Implementors are responsible for ensuring that
the created control can be accessed via getControl
createControl
in interface IDialogPage
parent
- the parent compositeprotected void buttonPressed(int buttonId)
InstallationPage
InstallationPage.createButton(Composite, int, String)
buttonPressed
in class InstallationPage
buttonId
- the id of the button that was pressed (see
IDialogConstants.*_ID
constants)protected void handleSelectionChanged(IStructuredSelection selection)
public void copyToClipboard(Control activeControl)
ICopyable
copyToClipboard
in interface ICopyable
activeControl
- the active controlprotected IStructuredSelection getSelection()
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.