Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2003-03-20 22:33:20 +0000
committerDarin Wright2003-03-20 22:33:20 +0000
commitdf2879172823019e2a9479959e50c5de76a9b682 (patch)
tree8d7671e628b06a338aa87b2206060a69345bdefa /org.eclipse.debug.ui/ui/org/eclipse/debug/ui/AbstractDebugView.java
parent2148008b0694d655063bef0da886448741d69075 (diff)
downloadeclipse.platform.debug-df2879172823019e2a9479959e50c5de76a9b682.tar.gz
eclipse.platform.debug-df2879172823019e2a9479959e50c5de76a9b682.tar.xz
eclipse.platform.debug-df2879172823019e2a9479959e50c5de76a9b682.zip
javadoc
Diffstat (limited to 'org.eclipse.debug.ui/ui/org/eclipse/debug/ui/AbstractDebugView.java')
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/AbstractDebugView.java5
1 files changed, 4 insertions, 1 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/AbstractDebugView.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/AbstractDebugView.java
index dd4597053..d8e050eb2 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/AbstractDebugView.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/AbstractDebugView.java
@@ -59,7 +59,10 @@ import org.eclipse.ui.part.PageBookView;
import org.eclipse.ui.texteditor.IUpdate;
/**
- * Common function for debug related views:<ul>
+ * Common function for views related to debugging. Clients implementing
+ * views for a debugger should subclass this class. Common function
+ * includes:
+ * <ul>
* <li>Debug view adpater implementation - <code>IDebugView</code></li>
* <li>Action registry - actions can be stored in this view
* with a key. Actions that implement <code>IUpdate</code>

Back to the top