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

Packages that use IContentType
org.eclipse.core.runtime.content Provides core support for content types. 
 

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

Methods in org.eclipse.core.runtime.content that return IContentType
 IContentType IContentTypeMatcher.findContentTypeFor(java.io.InputStream contents, java.lang.String fileName)
          Returns the preferred content type for the given contents and file name.
 IContentType IContentTypeMatcher.findContentTypeFor(java.lang.String fileName)
          Returns the preferred content type for the given file name.
 IContentType[] IContentTypeMatcher.findContentTypesFor(java.io.InputStream contents, java.lang.String fileName)
          Returns the content types associated to the given contents and file name.
 IContentType[] IContentTypeMatcher.findContentTypesFor(java.lang.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 IContentType.getBaseType()
          Returns a reference to this content type's base type.
 IContentType IContentTypeManager.ContentTypeChangeEvent.getContentType()
          Return the content type object associated with this change event.
 IContentType IContentDescription.getContentType()
          Returns the content type detected.
 IContentType IContentTypeManager.getContentType(java.lang.String contentTypeIdentifier)
          Returns the content type with the given identifier, or null if no such content type is known by the platform.
 IContentType[] IContentTypeManager.ISelectionPolicy.select(IContentType[] candidates, boolean fileName, boolean content)
          Returns a subset of the given content types sorted by using a custom criterion.
 

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.
 IContentType[] IContentTypeManager.ISelectionPolicy.select(IContentType[] candidates, boolean fileName, boolean content)
          Returns a subset of the given content types sorted by using a custom criterion.
 

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