Uses of Interface
org.eclipse.ui.IWorkbenchPropertyPage
-
Packages that use IWorkbenchPropertyPage Package Description org.eclipse.ui.dialogs Classes for standard dialogs, wizards, and preference pages in the Eclipse Platform User Interface.org.eclipse.ui.preferences Classes for using the preferences support in org.eclipse.core.runtime.preferences -
-
Uses of IWorkbenchPropertyPage in org.eclipse.ui.dialogs
Classes in org.eclipse.ui.dialogs that implement IWorkbenchPropertyPage Modifier and Type Class Description class
PropertyPage
Abstract base implementation of a workbench property page (IWorkbenchPropertyPage
). -
Uses of IWorkbenchPropertyPage in org.eclipse.ui.preferences
Classes in org.eclipse.ui.preferences that implement IWorkbenchPropertyPage Modifier and Type Class Description class
WizardPropertyPage
The wizard property page can wrap a property page around a wizard.
-