Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Maetzel2004-06-23 13:01:54 +0000
committerKai Maetzel2004-06-23 13:01:54 +0000
commitcab0475aa15fc739d1b600205c0efca2717633d0 (patch)
treed3f9e8eae30cc6365957b95e96426d281fb95167
parent74181f9bae83384cd6207d81542f1a22a8c53ab8 (diff)
downloadeclipse.platform.text-cab0475aa15fc739d1b600205c0efca2717633d0.tar.gz
eclipse.platform.text-cab0475aa15fc739d1b600205c0efca2717633d0.tar.xz
eclipse.platform.text-cab0475aa15fc739d1b600205c0efca2717633d0.zip
updated Javadoc
-rw-r--r--org.eclipse.core.filebuffers/src/org/eclipse/core/filebuffers/package.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/org.eclipse.core.filebuffers/src/org/eclipse/core/filebuffers/package.html b/org.eclipse.core.filebuffers/src/org/eclipse/core/filebuffers/package.html
new file mode 100644
index 00000000000..419fe478093
--- /dev/null
+++ b/org.eclipse.core.filebuffers/src/org/eclipse/core/filebuffers/package.html
@@ -0,0 +1,17 @@
+<!DOCTYPE html PUBLIC "-//w3c//dtd html 4.0 transitional//en">
+<html><head>
+ <meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
+ <meta content="IBM" name="Author">
+ <meta content="Mozilla/4.75 [en] (Windows NT 5.0; U) [Netscape]" name="GENERATOR"><title>text infrastructure</title></head>
+
+<body>
+<p>Provides the API for accessing file buffers.</p>
+<h3>Package Specification</h3>
+<p>File buffers represent a file that is being edited. Text file buffers are
+ specific for text files. They represent the content of a text file in form of
+ an <tt>IDocument</tt> and and associated <tt>IAnnotationModel</tt>. File buffers are managed by
+ a file buffer manager. The <tt>org.eclipse.core.filebuffers</tt> plug-in provides a default
+ file buffer manager that can be obtained by calling <tt>FileBuffers.getTextFileBufferManager()</tt>.
+ The file buffer manager supports listeners, <tt>IFileBufferListener</tt>, that are informed about all relevant
+ state changes of file buffers as well as their creation and disposal.</p>
+</body></html> \ No newline at end of file

Back to the top