org.eclpse.ui.editors

メモ
エディターは、オブジェクト (しばしばファイル) の編集が可能なワークベンチの一部分です。
IEditorInputと連動

拡張ポイント

org.eclipse.ui.editors
contentTypeBinding

実装クラス

EditorPart < TextEditor
IEditorActionBarContributor

アウトライン(eclilpse.ui.views)

getAdapterのオーバーライド
(途中)

サンプルコード

Changelog

関連クラス

IDocumentProvider provider = editor.getDocumentProvider();
IDocument document = provider.getDocument(editor.getEditorInput());

http://pop-club.hp.infoseek.co.jp/emacs/changelog.html