org.eclipse.jface.text.source.ProjectionViewer
を参照してください。
拡張ではオプションで、Java エディターの設定ページに表示される、設定ブロックを提供できます。
<!ELEMENT extension (provider)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT provider EMPTY>
<!ATTLIST provider
id CDATA #REQUIRED
name CDATA #IMPLIED
class CDATA #REQUIRED
preferencesClass CDATA #IMPLIED>
org.eclipse.jdt.internal.ui.text.folding.DefaultJavaFoldingStructureProvider
を参照してください。
org.eclipse.jdt.internal.ui.text.folding.DefaultJavaFoldingStructureProvider
は、Java エディターのデフォルトの折りたたみ構造を提供します。
org.eclipse.jdt.internal.ui.text.folding.DefaultJavaFoldingPreferenceBlock
は、デフォルトの構造プロバイダーの設定ブロックを提供します。
Copyright (c) 2001, 2004 IBM Corporation and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html