Eclipse Platform
Release 3.0

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

Packages that use IContentType
org.eclipse.compare Provides support for performing structural and textual compare operations on arbitrary data and displaying the results.  
org.eclipse.core.runtime.content Provides core support for content types.  
 

Uses of IContentType in org.eclipse.compare
 

Methods in org.eclipse.compare with parameters of type IContentType
static IStreamMerger CompareUI.createStreamMerger(IContentType type)
          Creates a stream merger for the given content type.
 

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

Methods in org.eclipse.core.runtime.content that return IContentType
 IContentType IContentDescription.getContentType()
          Returns the content type detected.
 IContentType IContentType.getBaseType()
          Returns a reference to this content type's base type.
 IContentType IContentTypeManager.findContentTypeFor(InputStream contents, String fileName)
          Returns the preferred content type for the given contents and file name.
 IContentType IContentTypeManager.findContentTypeFor(String fileName)
          Returns the preferred content type for the given file name.
 IContentType[] IContentTypeManager.findContentTypesFor(InputStream contents, String fileName)
          Returns the content types associated to the given contents and file name.
 IContentType[] IContentTypeManager.findContentTypesFor(String fileName)
          Returns all content types known by the platform that are associated to the given file name.
 IContentType[] IContentTypeManager.getAllContentTypes()
          Returns all content types known by the platform.
 IContentType IContentTypeManager.getContentType(String contentTypeIdentifier)
          Returns the content type with the given identifier, or null if no such content type is known by the platform.
 IContentType IContentTypeManager.ContentTypeChangeEvent.getContentType()
          Return the content type object associated with this change event.
 

Methods in org.eclipse.core.runtime.content with parameters of type IContentType
 boolean IContentType.isKindOf(IContentType another)
          Returns whether this content type is a kind of the given content type.
 

Constructors in org.eclipse.core.runtime.content with parameters of type IContentType
IContentTypeManager.ContentTypeChangeEvent(IContentType source)
          Constructor for a new content type change event.
 


Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

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