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 TypeMethodDescriptionintBinarySignatureDescriber.describe(InputStream contents, IContentDescription description) intIContentDescriber.describe(InputStream contents, IContentDescription description) Tries to fill a description for the given contents.intITextContentDescriber.describe(Reader contents, IContentDescription description) Tries to fill a description for the given contents.intXMLContentDescriber.describe(InputStream input, IContentDescription description) intXMLContentDescriber.describe(Reader input, IContentDescription description) intXMLRootElementContentDescriber.describe(InputStream contents, IContentDescription description) Deprecated.intXMLRootElementContentDescriber.describe(InputStream contents, IContentDescription description, Map<String, Object> properties) Deprecated.intXMLRootElementContentDescriber.describe(Reader contents, IContentDescription description) Deprecated.intXMLRootElementContentDescriber.describe(Reader contents, IContentDescription description, Map<String, Object> properties) Deprecated.intXMLRootElementContentDescriber2.describe(InputStream contents, IContentDescription description) intXMLRootElementContentDescriber2.describe(InputStream contents, IContentDescription description, Map<String, Object> properties) intXMLRootElementContentDescriber2.describe(Reader contents, IContentDescription description) intXMLRootElementContentDescriber2.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 StringIDEEncoding.getByteOrderMarkLabel(IContentDescription description) Get the displayable string for the byte order marking from the supplied file description.