Uses of Interface
org.eclipse.ui.IWorkbenchPartDescriptor
-
Packages that use IWorkbenchPartDescriptor Package Description org.eclipse.ui Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface.org.eclipse.ui.views Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface.org.eclipse.ui.wizards Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface wizard support. -
-
Uses of IWorkbenchPartDescriptor in org.eclipse.ui
Subinterfaces of IWorkbenchPartDescriptor in org.eclipse.ui Modifier and Type Interface Description interface
IEditorDescriptor
Description of an editor in the workbench editor registry. -
Uses of IWorkbenchPartDescriptor in org.eclipse.ui.views
Subinterfaces of IWorkbenchPartDescriptor in org.eclipse.ui.views Modifier and Type Interface Description interface
IViewDescriptor
This is a view descriptor. -
Uses of IWorkbenchPartDescriptor in org.eclipse.ui.wizards
Subinterfaces of IWorkbenchPartDescriptor in org.eclipse.ui.wizards Modifier and Type Interface Description interface
IWizardDescriptor
Base interface for all wizards defined via workbench extension points.
-