summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVeronika Irvine <veronika>2005-06-22 11:53:35 +0000
committerVeronika Irvine <veronika>2005-06-22 11:53:35 +0000
commit781ff857136b259aed620f3b9db96fb4620c2d3b (patch)
tree9f5ca79599cc1cb447aa32f51b4d91435676985e
parenta6cdc4224be40247932a58ad002933daf84881ff (diff)
downloadeclipse.platform.swt-781ff857136b259aed620f3b9db96fb4620c2d3b.tar.gz
eclipse.platform.swt-781ff857136b259aed620f3b9db96fb4620c2d3b.tar.xz
eclipse.platform.swt-781ff857136b259aed620f3b9db96fb4620c2d3b.zip
javadoc
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CBanner.java2
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/ViewForm.java8
2 files changed, 5 insertions, 5 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CBanner.java b/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CBanner.java
index 3864f39aed..6fd57d119e 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CBanner.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CBanner.java
@@ -21,7 +21,7 @@ import org.eclipse.swt.*;
* a separator between the left and right children which can be dragged
* to resize the right control.
* CBanner is used in the workbench to layout the toolbar area and
- * perspective switching toolbar at the top of the workbench.
+ * perspective switching toolbar.
* <p>
* Note that although this class is a subclass of <code>Composite</code>,
* it does not make sense to set a layout on it.
diff --git a/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/ViewForm.java b/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/ViewForm.java
index 832c777bfd..80985ef80e 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/ViewForm.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/ViewForm.java
@@ -16,10 +16,10 @@ import org.eclipse.swt.widgets.*;
import org.eclipse.swt.*;
/**
- * Instances of this class implement a Composite that lays out three
- * children horizontally and allows programmatic control of layout and
- * border parameters. ViewForm is used in the workbench to implement a
- * view's label/menu/toolbar local bar.
+ * Instances of this class implement a Composite that positions and sizes
+ * children and allows programmatic control of layout and border parameters.
+ * ViewForm is used in the workbench to lay out a view's label/menu/toolbar
+ * local bar.
* <p>
* Note that although this class is a subclass of <code>Composite</code>,
* it does not make sense to set a layout on it.