summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt
diff options
context:
space:
mode:
authorCarolyn MacLeod <carolyn>2011-03-08 17:10:01 +0000
committerCarolyn MacLeod <carolyn>2011-03-08 17:10:01 +0000
commit6d61146f287e5c9c8369556a88c3ede23fc8a809 (patch)
treecf4169c0aa48e64ad35436d34566abbd9309c519 /bundles/org.eclipse.swt
parent44e17d4c0d6ba74a35ca2345e4f827212aed22ce (diff)
downloadeclipse.platform.swt-6d61146f287e5c9c8369556a88c3ede23fc8a809.tar.gz
eclipse.platform.swt-6d61146f287e5c9c8369556a88c3ede23fc8a809.tar.xz
eclipse.platform.swt-6d61146f287e5c9c8369556a88c3ede23fc8a809.zip
remove API under construction warning
Diffstat (limited to 'bundles/org.eclipse.swt')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Shell.java3
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Shell.java3
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Shell.java3
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Shell.java3
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Shell.java3
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/qt/org/eclipse/swt/widgets/Shell.java3
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Shell.java3
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/wpf/org/eclipse/swt/widgets/Shell.java3
8 files changed, 0 insertions, 24 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Shell.java b/bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Shell.java
index 31c02090f9..eae0f2674f 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Shell.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Shell.java
@@ -991,9 +991,6 @@ float getThemeAlpha () {
}
/**
- * WARNING: API UNDER COSTRUCTION
- * This API should be considered experimental and subject to change before the final release.
- *
* Returns the instance of the ToolBar object representing the tool bar that can appear on the
* trim of the shell. This will return <code>null</code> if the platform does not support tool bars that
* not part of the content area of the shell, or if the style of the shell does not support a
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Shell.java b/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Shell.java
index 443c3d11e2..bf4e8677ea 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Shell.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Shell.java
@@ -1153,9 +1153,6 @@ float getThemeAlpha () {
}
/**
- * WARNING: API UNDER COSTRUCTION
- * This API should be considered experimental and subject to change before the final release.
- *
* Returns the instance of the ToolBar object representing the tool bar that can appear on the
* trim of the shell. This will return <code>null</code> if the platform does not support tool bars that
* not part of the content area of the shell, or if the style of the shell does not support a
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Shell.java b/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Shell.java
index 937396388f..f353a12681 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Shell.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Shell.java
@@ -771,9 +771,6 @@ Composite findDeferredControl () {
}
/**
- * WARNING: API UNDER COSTRUCTION
- * This API should be considered experimental and subject to change before the final release.
- *
* Returns the instance of the ToolBar object representing the tool bar that can appear on the
* trim of the shell. This will return <code>null</code> if the platform does not support tool bars that
* not part of the content area of the shell, or if the style of the shell does not support a
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Shell.java b/bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Shell.java
index 0f6d5d62a0..2a1530fb8e 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Shell.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Shell.java
@@ -1208,9 +1208,6 @@ public Point getSize () {
}
/**
- * WARNING: API UNDER COSTRUCTION
- * This API should be considered experimental and subject to change before the final release.
- *
* Returns the instance of the ToolBar object representing the tool bar that can appear on the
* trim of the shell. This will return <code>null</code> if the platform does not support tool bars that
* not part of the content area of the shell, or if the style of the shell does not support a
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Shell.java b/bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Shell.java
index 32c090e6ae..cedb935dcf 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Shell.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Shell.java
@@ -792,9 +792,6 @@ public Point getSize () {
}
/**
- * WARNING: API UNDER COSTRUCTION
- * This API should be considered experimental and subject to change before the final release.
- *
* Returns the instance of the ToolBar object representing the tool bar that can appear on the
* trim of the shell. This will return <code>null</code> if the platform does not support tool bars that
* not part of the content area of the shell, or if the style of the shell does not support a
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/qt/org/eclipse/swt/widgets/Shell.java b/bundles/org.eclipse.swt/Eclipse SWT/qt/org/eclipse/swt/widgets/Shell.java
index c26c92bd54..9011fa14dd 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/qt/org/eclipse/swt/widgets/Shell.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/qt/org/eclipse/swt/widgets/Shell.java
@@ -928,9 +928,6 @@ public class Shell extends Decorations {
}
/**
- * WARNING: API UNDER COSTRUCTION
- * This API should be considered experimental and subject to change before the final release.
- *
* Returns the instance of the ToolBar object representing the tool bar that can appear on the
* trim of the shell. This will return <code>null</code> if the platform does not support tool bars that
* not part of the content area of the shell, or if the style of the shell does not support a
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Shell.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Shell.java
index ecc3782533..525e18b59e 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Shell.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Shell.java
@@ -1135,9 +1135,6 @@ public Shell [] getShells () {
}
/**
- * WARNING: API UNDER COSTRUCTION
- * This API should be considered experimental and subject to change before the final release.
- *
* Returns the instance of the ToolBar object representing the tool bar that can appear on the
* trim of the shell. This will return <code>null</code> if the platform does not support tool bars that
* not part of the content area of the shell, or if the style of the shell does not support a
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/wpf/org/eclipse/swt/widgets/Shell.java b/bundles/org.eclipse.swt/Eclipse SWT/wpf/org/eclipse/swt/widgets/Shell.java
index 8d65c22b15..9e7b9549ed 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/wpf/org/eclipse/swt/widgets/Shell.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/wpf/org/eclipse/swt/widgets/Shell.java
@@ -842,9 +842,6 @@ public Shell getShell () {
}
/**
- * WARNING: API UNDER COSTRUCTION
- * This API should be considered experimental and subject to change before the final release.
- *
* Returns the instance of the ToolBar object representing the tool bar that can appear on the
* trim of the shell. This will return <code>null</code> if the platform does not support tool bars that
* not part of the content area of the shell, or if the style of the shell does not support a