Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2005-02-07 19:34:48 +0000
committerDarin Wright2005-02-07 19:34:48 +0000
commite315cf6a75e1b054d20d4f1ee8659f87f240962c (patch)
tree9119967a1d75127a1acb705b1a1bd2bc534c3713 /org.eclipse.debug.ui/schema
parent1b8ab7a3d6f222eaccc9f1766f54111cad522d8a (diff)
downloadeclipse.platform.debug-e315cf6a75e1b054d20d4f1ee8659f87f240962c.tar.gz
eclipse.platform.debug-e315cf6a75e1b054d20d4f1ee8659f87f240962c.tar.xz
eclipse.platform.debug-e315cf6a75e1b054d20d4f1ee8659f87f240962c.zip
Bug 84605 - update javadoc for IDebugModelPresentation
Diffstat (limited to 'org.eclipse.debug.ui/schema')
-rw-r--r--org.eclipse.debug.ui/schema/debugModelPresentations.exsd4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.debug.ui/schema/debugModelPresentations.exsd b/org.eclipse.debug.ui/schema/debugModelPresentations.exsd
index ef653b68f..8c8cb0ca2 100644
--- a/org.eclipse.debug.ui/schema/debugModelPresentations.exsd
+++ b/org.eclipse.debug.ui/schema/debugModelPresentations.exsd
@@ -50,7 +50,7 @@ in a specific debug model.
<documentation>
fully qualifed name of a Java class that implements the
&lt;code&gt;org.eclipse.debug.ui.IDebugModelPresentation&lt;/code&gt;
-interface.
+interface. Since 3.1, debug model presentations may optionally implement &lt;code&gt;IColorProvider&lt;/code&gt; and &lt;code&gt;IFontProvider&lt;/code&gt; to override default fonts and colors for debug elements.
</documentation>
<appInfo>
<meta.attribute kind="java" basedOn="org.eclipse.debug.ui.IDebugModelPresentation"/>
@@ -106,7 +106,7 @@ from the debug model identified by
<documentation>
Value of the action attribute &lt;samp&gt;class&lt;/samp&gt; must be a fully
qualified class name of a Java class that implements
-&lt;samp&gt;org.eclipse.debug.ui.IDebugModelPresentation&lt;/samp&gt;.
+&lt;samp&gt;org.eclipse.debug.ui.IDebugModelPresentation&lt;/samp&gt;. Since 3.1, debug model presentations may optionally implement &lt;code&gt;IColorProvider&lt;/code&gt; and &lt;code&gt;IFontProvider&lt;/code&gt; to override default fonts and colors for debug elements.
</documentation>
</annotation>

Back to the top