summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT
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
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')
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Label.java6
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Link.java3
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/List.java2
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/MenuItem.java6
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/MessageBox.java2
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TabItem.java6
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java8
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ToolItem.java6
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ToolTip.java4
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tree.java6
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TreeItem.java2
11 files changed, 25 insertions, 26 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Label.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Label.java
index a4513a2689..8779ff705e 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Label.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Label.java
@@ -341,14 +341,14 @@ public void setImage (Image image) {
* the mnemonic character and line delimiters.
* </p>
* <p>
- * Mnemonics are indicated by an '&amp' that causes the next
+ * Mnemonics are indicated by an '&amp;' that causes the next
* character to be the mnemonic. When the user presses a
* key sequence that matches the mnemonic, focus is assigned
* to the control that follows the label. On most platforms,
* the mnemonic appears underlined but may be emphasised in a
* platform specific manner. The mnemonic indicator character
- *'&amp' can be escaped by doubling it in the string, causing
- * a single '&amp' to be displayed.
+ * '&amp;' can be escaped by doubling it in the string, causing
+ * a single '&amp;' to be displayed.
* </p>
*
* @param string the new text
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Link.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Link.java
index d19cadac56..f69e27b3f1 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Link.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Link.java
@@ -338,8 +338,7 @@ Rectangle [] getRectangles (int linkIndex) {
/**
* Returns the receiver's text, which will be an empty
- * string if it has never been set or if the receiver is
- * a <code>SEPARATOR</code> label.
+ * string if it has never been set.
*
* @return the receiver's text
*
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/List.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/List.java
index 57c2ecfb3f..78bf4c2c2d 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/List.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/List.java
@@ -19,7 +19,7 @@ import org.eclipse.swt.events.*;
/**
* Instances of this class represent a selectable user interface
* object that displays a list of strings and issues notification
- * when a string selected. A list may be single or multi select.
+ * when a string is selected. A list may be single or multi select.
* <p>
* <dl>
* <dt><b>Styles:</b></dt>
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/MenuItem.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/MenuItem.java
index 3edc5f0ce4..3aae9e86ee 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/MenuItem.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/MenuItem.java
@@ -923,14 +923,14 @@ public void setSelection (boolean selected) {
* Sets the receiver's text. The string may include
* the mnemonic character and accelerator text.
* <p>
- * Mnemonics are indicated by an '&amp' that causes the next
+ * Mnemonics are indicated by an '&amp;' that causes the next
* character to be the mnemonic. When the user presses a
* key sequence that matches the mnemonic, a selection
* event occurs. On most platforms, the mnemonic appears
* underlined but may be emphasised in a platform specific
- * manner. The mnemonic indicator character '&amp' can be
+ * manner. The mnemonic indicator character '&amp;' can be
* escaped by doubling it in the string, causing a single
- *'&amp' to be displayed.
+ * '&amp;' to be displayed.
* </p>
* <p>
* Accelerator text is indicated by the '\t' character.
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/MessageBox.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/MessageBox.java
index c74f4b3f81..c357585aef 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/MessageBox.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/MessageBox.java
@@ -15,7 +15,7 @@ import org.eclipse.swt.internal.win32.*;
import org.eclipse.swt.*;
/**
- * Instances of this class are used used to inform or warn the user.
+ * Instances of this class are used to inform or warn the user.
* <dl>
* <dt><b>Styles:</b></dt>
* <dd>ICON_ERROR, ICON_INFORMATION, ICON_QUESTION, ICON_WARNING, ICON_WORKING</dd>
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TabItem.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TabItem.java
index 6757a9b631..63e526ac44 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TabItem.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TabItem.java
@@ -247,14 +247,14 @@ public void setImage (Image image) {
* the mnemonic character.
* </p>
* <p>
- * Mnemonics are indicated by an '&amp' that causes the next
+ * Mnemonics are indicated by an '&amp;' that causes the next
* character to be the mnemonic. When the user presses a
* key sequence that matches the mnemonic, a selection
* event occurs. On most platforms, the mnemonic appears
* underlined but may be emphasised in a platform specific
- * manner. The mnemonic indicator character '&amp' can be
+ * manner. The mnemonic indicator character '&amp;' can be
* escaped by doubling it in the string, causing a single
- *'&amp' to be displayed.
+ * '&amp;' to be displayed.
* </p>
*
* @param string the new text
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java
index 20fc5517fc..423ead921a 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java
@@ -18,7 +18,7 @@ import org.eclipse.swt.events.*;
/**
* Instances of this class implement a selectable user interface
- * object that displays a list of images and strings and issue
+ * object that displays a list of images and strings and issues
* notification when selected.
* <p>
* The item children that may be added to instances of this class
@@ -685,7 +685,7 @@ public void clear (int index) {
/**
* Removes the items from the receiver which are between the given
* zero-relative start and end indices (inclusive). The text, icon
- * and other attribues of the items are set to their default values.
+ * and other attributes of the items are set to their default values.
* If the table was created with the SWT.VIRTUAL style, these attributes
* are requested again as needed.
*
@@ -759,7 +759,7 @@ public void clear (int start, int end) {
/**
* Clears the items at the given zero-relative indices in the receiver.
- * The text, icon and other attribues of the items are set to their default
+ * The text, icon and other attributes of the items are set to their default
* values. If the table was created with the SWT.VIRTUAL style, these
* attributes are requested again as needed.
*
@@ -830,7 +830,7 @@ public void clear (int [] indices) {
/**
* Clears all the items in the receiver. The text, icon and other
- * attribues of the items are set to their default values. If the
+ * attributes of the items are set to their default values. If the
* table was created with the SWT.VIRTUAL style, these attributes
* are requested again as needed.
*
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ToolItem.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ToolItem.java
index 0dc45535bd..ba16d7d69f 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ToolItem.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ToolItem.java
@@ -734,14 +734,14 @@ public void setSelection (boolean selected) {
* the mnemonic character.
* </p>
* <p>
- * Mnemonics are indicated by an '&amp' that causes the next
+ * Mnemonics are indicated by an '&amp;' that causes the next
* character to be the mnemonic. When the user presses a
* key sequence that matches the mnemonic, a selection
* event occurs. On most platforms, the mnemonic appears
* underlined but may be emphasised in a platform specific
- * manner. The mnemonic indicator character '&amp' can be
+ * manner. The mnemonic indicator character '&amp;' can be
* escaped by doubling it in the string, causing a single
- *'&amp' to be displayed.
+ * '&amp;' to be displayed.
* </p>
*
* @param string the new text
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ToolTip.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ToolTip.java
index 81919e74f3..5c75cbc004 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ToolTip.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ToolTip.java
@@ -18,7 +18,7 @@ import org.eclipse.swt.events.*;
/**
* Instances of this class represent popup windows that are used
- * used to inform or warn the user.
+ * to inform or warn the user.
*
* <dl>
* <dt><b>Styles:</b></dt>
@@ -314,7 +314,7 @@ public void setAutoHide (boolean autoHide) {
}
/**
- * Sets the location of the receiver, which must be a tooltips,
+ * Sets the location of the receiver, which must be a tooltip,
* to the point specified by the arguments which are relative
* to the display.
* <p>
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tree.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tree.java
index 6a967dd707..35c761875d 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tree.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tree.java
@@ -18,7 +18,7 @@ import org.eclipse.swt.events.*;
/**
* Instances of this class provide a selectable user interface object
- * that displays a hierarchy of items and issue notification when an
+ * that displays a hierarchy of items and issues notification when an
* item in the hierarchy is selected.
* <p>
* The item children that may be added to instances of this class
@@ -1428,7 +1428,7 @@ void clear (int hItem, TVITEM tvItem) {
/**
* Clears all the items in the receiver. The text, icon and other
- * attribues of the items are set to their default values. If the
+ * attributes of the items are set to their default values. If the
* tree was created with the SWT.VIRTUAL style, these attributes
* are requested again as needed.
*
@@ -3247,7 +3247,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/win32/org/eclipse/swt/widgets/TreeItem.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TreeItem.java
index 3595624f53..d5eca8cffc 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TreeItem.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TreeItem.java
@@ -286,7 +286,7 @@ public void clear (int index, boolean all) {
/**
* Clears all the items in the receiver. The text, icon and other
- * attribues of the items are set to their default values. If the
+ * attributes of the items are set to their default values. If the
* tree was created with the SWT.VIRTUAL style, these attributes
* are requested again as needed.
*