summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom
diff options
context:
space:
mode:
authorCarolyn MacLeod <carolyn>2006-04-17 23:04:22 +0000
committerCarolyn MacLeod <carolyn>2006-04-17 23:04:22 +0000
commit71cb57a1f615096ab976b0ce4983b41018a4115b (patch)
tree923eb27f707d22c5133c829c652bce45c434defc /bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom
parentccb90edffcc42c11361511dc0ff9fdd8eab06003 (diff)
downloadeclipse.platform.swt-71cb57a1f615096ab976b0ce4983b41018a4115b.tar.gz
eclipse.platform.swt-71cb57a1f615096ab976b0ce4983b41018a4115b.tar.xz
eclipse.platform.swt-71cb57a1f615096ab976b0ce4983b41018a4115b.zip
bug 136890 - javadoc typos
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/Bullet.java2
-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/CCombo.java2
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolder.java2
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TableEditor.java2
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TableTree.java2
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TableTreeEditor.java4
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TreeEditor.java4
8 files changed, 10 insertions, 10 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/Bullet.java b/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/Bullet.java
index 76bc907f03..009b91624c 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/Bullet.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/Bullet.java
@@ -13,7 +13,7 @@ package org.eclipse.swt.custom;
import org.eclipse.swt.*;
/**
- * Instances of this class represent bullet in the <code>StyledText</code>.
+ * Instances of this class represent bullets in the <code>StyledText</code>.
* <p>
* The hashCode() method in this class uses the values of the public
* fields to compute the hash value. When storing instances of the
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 bd52ffb3b8..1a4e9cd47e 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
@@ -388,7 +388,7 @@ public void setBottom(Control control) {
* Sets the layout which is associated with the receiver to be
* the argument which may be null.
* <p>
- * Note : No Layout can be set on this Control because it already
+ * Note: No Layout can be set on this Control because it already
* manages the size and position of its children.
* </p>
*
diff --git a/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CCombo.java b/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CCombo.java
index 6e2a0c5742..65ad486b05 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CCombo.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CCombo.java
@@ -1196,7 +1196,7 @@ public void setItems (String [] items) {
* Sets the layout which is associated with the receiver to be
* the argument which may be null.
* <p>
- * Note : No Layout can be set on this Control because it already
+ * Note: No Layout can be set on this Control because it already
* manages the size and position of its children.
* </p>
*
diff --git a/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolder.java b/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolder.java
index 9436e4a878..ae6673033b 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolder.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolder.java
@@ -2960,7 +2960,7 @@ public void setMaximizeVisible(boolean visible) {
* Sets the layout which is associated with the receiver to be
* the argument which may be null.
* <p>
- * Note : No Layout can be set on this Control because it already
+ * Note: No Layout can be set on this Control because it already
* manages the size and position of its children.
* </p>
*
diff --git a/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TableEditor.java b/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TableEditor.java
index 6fd4e01916..48a74a5d6d 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TableEditor.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TableEditor.java
@@ -28,7 +28,7 @@ import org.eclipse.swt.widgets.*;
* final Table table = new Table(shell, SWT.FULL_SELECTION | SWT.HIDE_SELECTION);
* TableColumn column1 = new TableColumn(table, SWT.NONE);
* TableColumn column2 = new TableColumn(table, SWT.NONE);
-* for (int i = 0; i &lt 10; i++) {
+* for (int i = 0; i &lt; 10; i++) {
* TableItem item = new TableItem(table, SWT.NONE);
* item.setText(new String[] {"item " + i, "edit this value"});
* }
diff --git a/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TableTree.java b/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TableTree.java
index 2d8316a37c..c2dea006fd 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TableTree.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TableTree.java
@@ -661,7 +661,7 @@ public void removeSelectionListener (SelectionListener listener) {
/**
* Removes the listener from the collection of listeners who will
- * be notified when items in the receiver are expanded or collapsed..
+ * be notified when items in the receiver are expanded or collapsed.
*
* @param listener the listener which should no longer be notified
*
diff --git a/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TableTreeEditor.java b/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TableTreeEditor.java
index 22ca6cabaf..88c0ac073b 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TableTreeEditor.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TableTreeEditor.java
@@ -29,11 +29,11 @@ import org.eclipse.swt.events.*;
* final Table table = tableTree.getTable();
* TableColumn column1 = new TableColumn(table, SWT.NONE);
* TableColumn column2 = new TableColumn(table, SWT.NONE);
-* for (int i = 0; i &lt 10; i++) {
+* for (int i = 0; i &lt; 10; i++) {
* TableTreeItem item = new TableTreeItem(tableTree, SWT.NONE);
* item.setText(0, "item " + i);
* item.setText(1, "edit this value");
-* for (int j = 0; j &lt 3; j++) {
+* for (int j = 0; j &lt; 3; j++) {
* TableTreeItem subitem = new TableTreeItem(item, SWT.NONE);
* subitem.setText(0, "subitem " + i + " " + j);
* subitem.setText(1, "edit this value");
diff --git a/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TreeEditor.java b/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TreeEditor.java
index 49e3c2d45c..9a3bc73799 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TreeEditor.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TreeEditor.java
@@ -26,10 +26,10 @@ import org.eclipse.swt.widgets.*;
* <p> Here is an example of using a TreeEditor:
* <code><pre>
* final Tree tree = new Tree(shell, SWT.BORDER);
-* for (int i = 0; i &lt 3; i++) {
+* for (int i = 0; i &lt; 3; i++) {
* TreeItem item = new TreeItem(tree, SWT.NONE);
* item.setText("item " + i);
-* for (int j = 0; j &lt 3; j++) {
+* for (int j = 0; j &lt; 3; j++) {
* TreeItem subItem = new TreeItem(item, SWT.NONE);
* subItem.setText("item " + i + " " + j);
* }