Uses of Interface
org.eclipse.core.runtime.content.IContentDescription
Packages that use IContentDescription
Package
Description
Provides basic support for managing a workspace and
its resources.
Provides core support for content types.
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 IContentDescriptionModifier and TypeMethodDescriptionIFile.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 IContentDescriptionModifier and TypeMethodDescriptionIContentType.getDefaultDescription()
Returns the default content description for this content type.IContentType.getDescriptionFor
(InputStream contents, QualifiedName[] options) Tries to obtain a description for the given contents.IContentType.getDescriptionFor
(Reader contents, QualifiedName[] options) Tries to obtain a description for the given contents.IContentTypeMatcher.getDescriptionFor
(InputStream contents, String fileName, QualifiedName[] options) Tries to obtain a description for the given contents and file name.IContentTypeMatcher.getDescriptionFor
(Reader contents, String fileName, QualifiedName[] options) Tries to obtain a description for the given contents and file name.Methods in org.eclipse.core.runtime.content with parameters of type IContentDescriptionModifier and TypeMethodDescriptionint
BinarySignatureDescriber.describe
(InputStream contents, IContentDescription description) int
IContentDescriber.describe
(InputStream contents, IContentDescription description) Tries to fill a description for the given contents.int
ITextContentDescriber.describe
(Reader contents, IContentDescription description) Tries to fill a description for the given contents.int
XMLContentDescriber.describe
(InputStream input, IContentDescription description) int
XMLContentDescriber.describe
(Reader input, IContentDescription description) int
XMLRootElementContentDescriber.describe
(InputStream contents, IContentDescription description) Deprecated.int
XMLRootElementContentDescriber.describe
(InputStream contents, IContentDescription description, Map<String, Object> properties) Deprecated.int
XMLRootElementContentDescriber.describe
(Reader contents, IContentDescription description) Deprecated.int
XMLRootElementContentDescriber.describe
(Reader contents, IContentDescription description, Map<String, Object> properties) Deprecated.int
XMLRootElementContentDescriber2.describe
(InputStream contents, IContentDescription description) int
XMLRootElementContentDescriber2.describe
(InputStream contents, IContentDescription description, Map<String, Object> properties) int
XMLRootElementContentDescriber2.describe
(Reader contents, IContentDescription description) int
XMLRootElementContentDescriber2.describe
(Reader contents, IContentDescription description, Map<String, Object> properties) -
Uses of IContentDescription in org.eclipse.ui.ide
Methods in org.eclipse.ui.ide with parameters of type IContentDescriptionModifier and TypeMethodDescriptionstatic String
IDEEncoding.getByteOrderMarkLabel
(IContentDescription description) Get the displayable string for the byte order marking from the supplied file description.