Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

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 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 IContentTypeMatcher. getDescriptionFor ( InputStream contents, String fileName, QualifiedName[] options)
          Tries to obtain a description for the given contents and file name.
  IContentDescription IContentType. getDescriptionFor ( Reader contents, QualifiedName[] options)
          Tries to obtain a description for the given contents.
  IContentDescription 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 IContentDescription
 int XMLRootElementContentDescriber. describe ( InputStream contents, IContentDescription description)
          Deprecated.  
 int BinarySignatureDescriber. describe ( InputStream contents, IContentDescription description)
           
 int XMLContentDescriber. describe ( InputStream input, IContentDescription description)
           
 int IContentDescriber. describe ( InputStream contents, IContentDescription description)
          Tries to fill a description for the given contents.
 int XMLRootElementContentDescriber2. describe ( InputStream contents, IContentDescription description)
           
 int XMLRootElementContentDescriber. describe ( Reader contents, IContentDescription description)
          Deprecated.  
 int XMLContentDescriber. describe ( Reader input, IContentDescription description)
           
 int ITextContentDescriber. describe ( Reader contents, IContentDescription description)
          Tries to fill a description for the given contents.
 int XMLRootElementContentDescriber2. describe ( Reader 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.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire