blob: c1d279612baaf5b66bdf208cfb8cb7450945a6fa [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML>
<HEAD>
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2005. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
<TITLE>Content types</TITLE>
<link rel="stylesheet" type="text/css" HREF="../book.css">
</HEAD>
<BODY BGCOLOR="#ffffff">
<h2>Content types</h2>
<p>The <b><a href="../reference/api/org/eclipse/core/runtime/content/package-summary.html">org.eclipse.core.runtime.content</a></b>
package provides support for detecting the content type for data streams. Content
types are used by several content-sensitive features of Eclipse, such as automatic
encoding determination, editor selection, and menu contributions. A central
content registry allows plug-ins to request content type detection and to find
out what content types are available and how they related to each other. The
content type registry is extensible so plug-ins can contribute new content type
definitions.</p>
</BODY>
</HTML>