Uses of Interface
org.eclipse.core.runtime.IExecutableExtension

Packages that use IExecutableExtension
org.eclipse.core.runtime.content Provides core support for content types. 
org.eclipse.ercp.eworkbench   
org.eclipse.ercp.update.views   
org.eclipse.ui.part Classes for the creation of workbench parts that integrate with the Eclipse Platform User Interface. 
 

Uses of IExecutableExtension in org.eclipse.core.runtime.content
 

Classes in org.eclipse.core.runtime.content that implement IExecutableExtension
 class BinarySignatureDescriber
          A content describer for binary formats that present some simple signature at a known, fixed offset.
 class XMLRootElementContentDescriber
          Deprecated. Use XMLRootElementContentDescriber2 instead
 class XMLRootElementContentDescriber2
          A content describer for detecting the name of the top-level element, its namespace and the DTD system identifier in an XML file.
 

Uses of IExecutableExtension in org.eclipse.ercp.eworkbench
 

Classes in org.eclipse.ercp.eworkbench that implement IExecutableExtension
 class DefaultView
           
 class eWorkbench
          The "main program" for eRCP
 

Uses of IExecutableExtension in org.eclipse.ercp.update.views
 

Classes in org.eclipse.ercp.update.views that implement IExecutableExtension
 class NormalView
           
 

Uses of IExecutableExtension in org.eclipse.ui.part
 

Classes in org.eclipse.ui.part that implement IExecutableExtension
 class ViewPart
          Abstract base implementation of all workbench views.
 class WorkbenchPart
          Abstract base implementation of all workbench parts.