Uses of Class
org.eclipse.ui.about.InstallationPage
-
Packages that use InstallationPage Package Description org.eclipse.equinox.p2.ui Provides provisioning user interface classes that can be used for assembling a provisioning UI.org.eclipse.ui.about Application programming interfaces for interaction with and extension of the Eclipse Platform About dialog. -
-
Uses of InstallationPage in org.eclipse.equinox.p2.ui
Subclasses of InstallationPage in org.eclipse.equinox.p2.ui Modifier and Type Class Description class
InstalledSoftwarePage
InstalledSoftwarePage displays a profile's IInstallableUnits in an Installation Page.class
RevertProfilePage
RevertProfilePage displays a profile's configuration history in an Installation Page. -
Uses of InstallationPage in org.eclipse.ui.about
Methods in org.eclipse.ui.about with parameters of type InstallationPage Modifier and Type Method Description void
IInstallationPageContainer. registerPageButton(InstallationPage page, Button button)
Register a button as belonging to a particular page in the container.
-