<!ELEMENT extension (breakpointOrganizer+)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT breakpointOrganizer EMPTY>
<!ATTLIST breakpointOrganizer
id CDATA #REQUIRED
class CDATA #REQUIRED
label CDATA #REQUIRED
icon CDATA #IMPLIED
othersLabel CDATA #IMPLIED>
org.eclipse.debug.ui.IBreakpointOrganizerDelegate
の実装。上記の例では、指定されたファクトリーがブレークポイントのグループ化用オプション・リストに追加されます (「グループ化 (Group By)」 > 「オーガナイザー例 (Example Organizer)」)。 この属性が選択されている場合は、関連するオーガナイザーを使用してブレークポイントをカテゴリー化します。<extension point=
"org.eclipse.debug.ui.breakpointOrganizers"
>
<breakpointOrganizer class=
"com.example.BreakpointOrganizer"
id=
"com.example.BreakpointOrganizer"
label=
"Example Organizer"
icon=
"icons/full/obj16/example_org.gif"
/>
</extension>
Copyright (c) 2005 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