|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jface.dialogs.DialogPage
org.eclipse.ui.about.InstallationPage
org.eclipse.equinox.p2.ui.InstalledSoftwarePage
public class InstalledSoftwarePage
InstalledSoftwarePage displays a profile's IInstallableUnits in an Installation Page. Clients can use this class as the implementation class for an installationPages extension.
InstallationPage
Field Summary |
---|
Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider |
---|
ERROR, INFORMATION, NONE, WARNING |
Constructor Summary | |
---|---|
InstalledSoftwarePage()
|
Method Summary | |
---|---|
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. |
Methods inherited from class org.eclipse.ui.about.InstallationPage |
---|
createButton, getPageContainer, setMessage, setMessage, setPageContainer |
Methods inherited from class org.eclipse.jface.dialogs.DialogPage |
---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InstalledSoftwarePage()
Method Detail |
---|
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 compositepublic 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 copyToClipboard(Control activeControl)
ICopyable
copyToClipboard
in interface ICopyable
activeControl
- the active controlprotected 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)
|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.