Eclipse Platform
2.1

Uses of Interface
org.eclipse.ui.IEditorDescriptor

Packages that use IEditorDescriptor
org.eclipse.ui Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface. 
org.eclipse.ui.actions Classes for actions and operations used in a workbench window, page, or part in the Eclipse Platform User Interface. 
 

Uses of IEditorDescriptor in org.eclipse.ui
 

Methods in org.eclipse.ui that return IEditorDescriptor
 IEditorDescriptor IFileEditorMapping.getDefaultEditor()
          Returns the default editor registered for this type mapping.
 IEditorDescriptor[] IFileEditorMapping.getEditors()
          Returns the list of editors registered for this type mapping.
 IEditorDescriptor[] IFileEditorMapping.getDeletedEditors()
          Returns the list of editors formerly registered for this type mapping which have since been deleted.
 IEditorDescriptor IEditorRegistry.findEditor(String editorId)
          Finds and returns the descriptor of the editor with the given editor id.
 IEditorDescriptor IEditorRegistry.getDefaultEditor()
          Returns the default editor used for all unmapped resource types.
 IEditorDescriptor IEditorRegistry.getDefaultEditor(String fileName)
          Returns the default editor for a given file name.
 IEditorDescriptor IEditorRegistry.getDefaultEditor(IFile file)
          Returns the default editor for a given file.
 IEditorDescriptor[] IEditorRegistry.getEditors(String filename)
          Returns the list of file editors registered to work against the file with the given file name.
 IEditorDescriptor[] IEditorRegistry.getEditors(IFile file)
          Returns the list of file editors registered to work against the given file.
 

Uses of IEditorDescriptor in org.eclipse.ui.actions
 

Constructors in org.eclipse.ui.actions with parameters of type IEditorDescriptor
OpenFileAction(IWorkbenchPage page, IEditorDescriptor descriptor)
          Creates a new action that will open instances of the specified editor on the then-selected file resources.
 


Eclipse Platform
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.