Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Swanson2003-08-12 03:54:25 +0000
committerDarin Swanson2003-08-12 03:54:25 +0000
commitf6302ccb0718e6ca8f477eeeb9cb84029d2d27aa (patch)
tree7c980a4d337c02d7d482a4f4d7e41a65050cf008 /org.eclipse.debug.core/schema/watchExpressionDelegates.exsd
parent00de9a151f587f781c18f9372f60c2a2317813b8 (diff)
downloadeclipse.platform.debug-f6302ccb0718e6ca8f477eeeb9cb84029d2d27aa.tar.gz
eclipse.platform.debug-f6302ccb0718e6ca8f477eeeb9cb84029d2d27aa.tar.xz
eclipse.platform.debug-f6302ccb0718e6ca8f477eeeb9cb84029d2d27aa.zip
Fixed up the API information for the delegateClass attributev20030811
Diffstat (limited to 'org.eclipse.debug.core/schema/watchExpressionDelegates.exsd')
-rw-r--r--org.eclipse.debug.core/schema/watchExpressionDelegates.exsd11
1 files changed, 10 insertions, 1 deletions
diff --git a/org.eclipse.debug.core/schema/watchExpressionDelegates.exsd b/org.eclipse.debug.core/schema/watchExpressionDelegates.exsd
index be1680a56..195044ca9 100644
--- a/org.eclipse.debug.core/schema/watchExpressionDelegates.exsd
+++ b/org.eclipse.debug.core/schema/watchExpressionDelegates.exsd
@@ -54,7 +54,7 @@
specifies a Java class which implements <samp>org.eclipse.debug.core.model.IWatchExpressionDelegate</samp>, which is used to evaluate the value of an expression.
</documentation>
<appInfo>
- <meta.attribute kind="java" basedOn="org.eclipse.debug.core.variables.IVariableExpander"/>
+ <meta.attribute kind="java" basedOn="org.eclipse.debug.core.model.IWatchExpressionDelegate"/>
</appInfo>
</annotation>
</attribute>
@@ -86,6 +86,15 @@ The following is the definition of a watch expression delegate for the com.examp
</documentation>
</annotation>
+ <annotation>
+ <appInfo>
+ <meta.section type="apiInfo"/>
+ </appInfo>
+ <documentation>
+ Value of the attribute &lt;b&gt;delegateClass&lt;/b&gt; must be a fully qualified name of a Java class that implements the interface &lt;b&gt;org.eclipse.debug.core.model.IWatchExpressionDelegate&lt;/b&gt;.
+ </documentation>
+ </annotation>
+
<annotation>
<appInfo>
<meta.section type="copyright"/>

Back to the top