Eclipse Platform
Release 3.1

Uses of Interface
org.eclipse.core.runtime.content.IContentDescription

Packages that use IContentDescription
org.eclipse.core.resources Provides basic support for managing a workspace and its resources.  
org.eclipse.core.runtime.content Provides core support for content types.  
org.eclipse.ui.ide APIs for the IDE-specific portion of the Eclipse Platform User Interface.  
 

Uses of IContentDescription in org.eclipse.core.resources
 

Methods in org.eclipse.core.resources that return IContentDescription
 IContentDescription IFile.getContentDescription()
          Returns a description for this file's current contents.
 

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

Methods in org.eclipse.core.runtime.content that return IContentDescription
 IContentDescription IContentTypeMatcher.getDescriptionFor(InputStream contents, String fileName, QualifiedName[] options)
          Tries to obtain a description for the given contents and file name.
 IContentDescription IContentTypeMatcher.getDescriptionFor(Reader contents, String fileName, QualifiedName[] options)
          Tries to obtain a description for the given contents and file name.
 IContentDescription IContentType.getDefaultDescription()
          Returns the default content description for this content type.
 IContentDescription IContentType.getDescriptionFor(InputStream contents, QualifiedName[] options)
          Tries to obtain a description for the given contents.
 IContentDescription IContentType.getDescriptionFor(Reader contents, QualifiedName[] options)
          Tries to obtain a description for the given contents.
 

Methods in org.eclipse.core.runtime.content with parameters of type IContentDescription
 int XMLRootElementContentDescriber.describe(InputStream contents, IContentDescription description)
           
 int XMLRootElementContentDescriber.describe(Reader contents, IContentDescription description)
           
 int ITextContentDescriber.describe(Reader contents, IContentDescription description)
          Tries to fill a description for the given contents.
 int IContentDescriber.describe(InputStream contents, IContentDescription description)
          Tries to fill a description for the given contents.
 int BinarySignatureDescriber.describe(InputStream contents, IContentDescription description)
           
 

Uses of IContentDescription in org.eclipse.ui.ide
 

Methods in org.eclipse.ui.ide with parameters of type IContentDescription
static String IDEEncoding.getByteOrderMarkLabel(IContentDescription description)
          Get the displayable string for the byte order marking from the supplied file description.
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.