summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java
diff options
context:
space:
mode:
authorCarolyn MacLeod <carolyn>2011-03-08 16:47:25 +0000
committerCarolyn MacLeod <carolyn>2011-03-08 16:47:25 +0000
commit44e17d4c0d6ba74a35ca2345e4f827212aed22ce (patch)
tree9f7a4eed26c83302a7a9bfc6529083b5fb294a26 /bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java
parent35ca9dbf25bf10c1953079f4874936bea4e9121d (diff)
downloadeclipse.platform.swt-44e17d4c0d6ba74a35ca2345e4f827212aed22ce.tar.gz
eclipse.platform.swt-44e17d4c0d6ba74a35ca2345e4f827212aed22ce.tar.xz
eclipse.platform.swt-44e17d4c0d6ba74a35ca2345e4f827212aed22ce.zip
javadoc for menu ID constants
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java')
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java14
1 files changed, 7 insertions, 7 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java b/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java
index c4c04c14ae..f7202bca4c 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java
@@ -3984,7 +3984,7 @@ public class SWT {
public static final int ALL = 1 << 0;
/**
- * ID for the About menu item
+ * ID for the About menu item (value is -1).
*
* @see org.eclipse.swt.widgets.MenuItem#setID(int)
* @see org.eclipse.swt.widgets.MenuItem#getID()
@@ -3994,7 +3994,7 @@ public class SWT {
public static final int ID_ABOUT = -1;
/**
- * ID for the Preferences menu item
+ * ID for the Preferences menu item (value is -2).
*
* @see org.eclipse.swt.widgets.MenuItem#setID(int)
* @see org.eclipse.swt.widgets.MenuItem#getID()
@@ -4004,7 +4004,7 @@ public class SWT {
public static final int ID_PREFERENCES = -2;
/**
- * ID for the Hide menu item
+ * ID for the Hide menu item (value is -3).
*
* @see org.eclipse.swt.widgets.MenuItem#setID(int)
* @see org.eclipse.swt.widgets.MenuItem#getID()
@@ -4014,7 +4014,7 @@ public class SWT {
public static final int ID_HIDE = -3;
/**
- * ID for the Hide Others menu item
+ * ID for the Hide Others menu item (value is -4).
*
* @see org.eclipse.swt.widgets.MenuItem#setID(int)
* @see org.eclipse.swt.widgets.MenuItem#getID()
@@ -4024,17 +4024,17 @@ public class SWT {
public static final int ID_HIDE_OTHERS = -4;
/**
- * ID for the Show All menu item
+ * ID for the Show All menu item (value is -5).
*
* @see org.eclipse.swt.widgets.MenuItem#setID(int)
* @see org.eclipse.swt.widgets.MenuItem#getID()
*
* @since 3.7
*/
- public static final int ID_SHOW_ALL= -5;
+ public static final int ID_SHOW_ALL = -5;
/**
- * ID for the Quit menu item
+ * ID for the Quit menu item (value is -6).
*
* @see org.eclipse.swt.widgets.MenuItem#setID(int)
* @see org.eclipse.swt.widgets.MenuItem#getID()