summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT OpenGL
diff options
context:
space:
mode:
authorCarolyn MacLeod <carolyn>2007-05-31 20:34:20 +0000
committerCarolyn MacLeod <carolyn>2007-05-31 20:34:20 +0000
commit20a3f2c29e1d6bada2326bd04dcead2e1ae22ad9 (patch)
tree39bd3703cea1020d3f848e884fffd09cef858c42 /bundles/org.eclipse.swt/Eclipse SWT OpenGL
parent29ed0b9d892e5929f54e524e3dc1c92d73ee99db (diff)
downloadeclipse.platform.swt-20a3f2c29e1d6bada2326bd04dcead2e1ae22ad9.tar.gz
eclipse.platform.swt-20a3f2c29e1d6bada2326bd04dcead2e1ae22ad9.tar.xz
eclipse.platform.swt-20a3f2c29e1d6bada2326bd04dcead2e1ae22ad9.zip
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT OpenGL')
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT OpenGL/carbon/org/eclipse/swt/opengl/GLCanvas.java22
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT OpenGL/emulated/org/eclipse/swt/opengl/GLCanvas.java22
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT OpenGL/gtk/org/eclipse/swt/opengl/GLCanvas.java22
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT OpenGL/motif/org/eclipse/swt/opengl/GLCanvas.java22
4 files changed, 0 insertions, 88 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT OpenGL/carbon/org/eclipse/swt/opengl/GLCanvas.java b/bundles/org.eclipse.swt/Eclipse SWT OpenGL/carbon/org/eclipse/swt/opengl/GLCanvas.java
index dc2f53b065..b7751894ae 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT OpenGL/carbon/org/eclipse/swt/opengl/GLCanvas.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT OpenGL/carbon/org/eclipse/swt/opengl/GLCanvas.java
@@ -19,8 +19,6 @@ import org.eclipse.swt.internal.opengl.carbon.*;
/**
* GLCanvas is a widget capable of displaying OpenGL content.
*
- * WARNING API STILL UNDER CONSTRUCTION AND SUBJECT TO CHANGE
- *
* @since 3.2
*/
@@ -42,10 +40,6 @@ public class GLCanvas extends Canvas {
* <ul><li>ERROR_NULL_ARGUMENT when the data is null
* <li>ERROR_UNSUPPORTED_DEPTH when the requested attributes cannot be provided</ul>
* </ul>
- *
- * WARNING API STILL UNDER CONSTRUCTION AND SUBJECT TO CHANGE
- *
- * @since 3.2
*/
public GLCanvas (Composite parent, int style, GLData data) {
super (parent, style);
@@ -175,10 +169,6 @@ void fixBounds () {
* <li>ERROR_WIDGET_DISPOSED - if the receiver has been disposed</li>
* <li>ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver</li>
* </ul>
- *
- * WARNING API STILL UNDER CONSTRUCTION AND SUBJECT TO CHANGE
- *
- * @since 3.2
*/
public GLData getGLData () {
checkWidget ();
@@ -225,10 +215,6 @@ public GLData getGLData () {
* <li>ERROR_WIDGET_DISPOSED - if the receiver has been disposed</li>
* <li>ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver</li>
* </ul>
- *
- * WARNING API STILL UNDER CONSTRUCTION AND SUBJECT TO CHANGE
- *
- * @since 3.2
*/
public boolean isCurrent () {
checkWidget ();
@@ -243,10 +229,6 @@ public boolean isCurrent () {
* <li>ERROR_WIDGET_DISPOSED - if the receiver has been disposed</li>
* <li>ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver</li>
* </ul>
- *
- * WARNING API STILL UNDER CONSTRUCTION AND SUBJECT TO CHANGE
- *
- * @since 3.2
*/
public void setCurrent () {
checkWidget ();
@@ -262,10 +244,6 @@ public void setCurrent () {
* <li>ERROR_WIDGET_DISPOSED - if the receiver has been disposed</li>
* <li>ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver</li>
* </ul>
- *
- * WARNING API STILL UNDER CONSTRUCTION AND SUBJECT TO CHANGE
- *
- * @since 3.2
*/
public void swapBuffers () {
checkWidget ();
diff --git a/bundles/org.eclipse.swt/Eclipse SWT OpenGL/emulated/org/eclipse/swt/opengl/GLCanvas.java b/bundles/org.eclipse.swt/Eclipse SWT OpenGL/emulated/org/eclipse/swt/opengl/GLCanvas.java
index ac3d5e8cf9..c837bdea53 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT OpenGL/emulated/org/eclipse/swt/opengl/GLCanvas.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT OpenGL/emulated/org/eclipse/swt/opengl/GLCanvas.java
@@ -16,8 +16,6 @@ import org.eclipse.swt.widgets.*;
/**
* GLCanvas is a widget capable of displaying OpenGL content.
*
- * WARNING API STILL UNDER CONSTRUCTION AND SUBJECT TO CHANGE
- *
* @since 3.2
*/
@@ -35,10 +33,6 @@ public class GLCanvas extends Canvas {
* <ul><li>ERROR_NULL_ARGUMENT when the data is null
* <li>ERROR_UNSUPPORTED_DEPTH when the requested attributes cannot be provided</ul>
* </ul>
- *
- * WARNING API STILL UNDER CONSTRUCTION AND SUBJECT TO CHANGE
- *
- * @since 3.2
*/
public GLCanvas (Composite parent, int style, GLData data) {
super (parent, style);
@@ -53,10 +47,6 @@ public GLCanvas (Composite parent, int style, GLData data) {
* <li>ERROR_WIDGET_DISPOSED - if the receiver has been disposed</li>
* <li>ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver</li>
* </ul>
- *
- * WARNING API STILL UNDER CONSTRUCTION AND SUBJECT TO CHANGE
- *
- * @since 3.2
*/
public GLData getGLData () {
checkWidget ();
@@ -74,10 +64,6 @@ public GLData getGLData () {
* <li>ERROR_WIDGET_DISPOSED - if the receiver has been disposed</li>
* <li>ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver</li>
* </ul>
- *
- * WARNING API STILL UNDER CONSTRUCTION AND SUBJECT TO CHANGE
- *
- * @since 3.2
*/
public boolean isCurrent () {
checkWidget ();
@@ -93,10 +79,6 @@ public boolean isCurrent () {
* <li>ERROR_WIDGET_DISPOSED - if the receiver has been disposed</li>
* <li>ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver</li>
* </ul>
- *
- * WARNING API STILL UNDER CONSTRUCTION AND SUBJECT TO CHANGE
- *
- * @since 3.2
*/
public void setCurrent () {
checkWidget ();
@@ -110,10 +92,6 @@ public void setCurrent () {
* <li>ERROR_WIDGET_DISPOSED - if the receiver has been disposed</li>
* <li>ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver</li>
* </ul>
- *
- * WARNING API STILL UNDER CONSTRUCTION AND SUBJECT TO CHANGE
- *
- * @since 3.2
*/
public void swapBuffers () {
checkWidget ();
diff --git a/bundles/org.eclipse.swt/Eclipse SWT OpenGL/gtk/org/eclipse/swt/opengl/GLCanvas.java b/bundles/org.eclipse.swt/Eclipse SWT OpenGL/gtk/org/eclipse/swt/opengl/GLCanvas.java
index ef4a36a86b..2d610f4af9 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT OpenGL/gtk/org/eclipse/swt/opengl/GLCanvas.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT OpenGL/gtk/org/eclipse/swt/opengl/GLCanvas.java
@@ -19,8 +19,6 @@ import org.eclipse.swt.internal.opengl.glx.*;
/**
* GLCanvas is a widget capable of displaying OpenGL content.
*
- * WARNING API STILL UNDER CONSTRUCTION AND SUBJECT TO CHANGE
- *
* @since 3.2
*/
@@ -43,10 +41,6 @@ public class GLCanvas extends Canvas {
* <ul><li>ERROR_NULL_ARGUMENT when the data is null
* <li>ERROR_UNSUPPORTED_DEPTH when the requested attributes cannot be provided</ul>
* </ul>
- *
- * WARNING API STILL UNDER CONSTRUCTION AND SUBJECT TO CHANGE
- *
- * @since 3.2
*/
public GLCanvas (Composite parent, int style, GLData data) {
super (parent, style);
@@ -189,10 +183,6 @@ public GLCanvas (Composite parent, int style, GLData data) {
* <li>ERROR_WIDGET_DISPOSED - if the receiver has been disposed</li>
* <li>ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver</li>
* </ul>
- *
- * WARNING API STILL UNDER CONSTRUCTION AND SUBJECT TO CHANGE
- *
- * @since 3.2
*/
public GLData getGLData () {
checkWidget ();
@@ -241,10 +231,6 @@ public GLData getGLData () {
* <li>ERROR_WIDGET_DISPOSED - if the receiver has been disposed</li>
* <li>ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver</li>
* </ul>
- *
- * WARNING API STILL UNDER CONSTRUCTION AND SUBJECT TO CHANGE
- *
- * @since 3.2
*/
public boolean isCurrent () {
checkWidget ();
@@ -259,10 +245,6 @@ public boolean isCurrent () {
* <li>ERROR_WIDGET_DISPOSED - if the receiver has been disposed</li>
* <li>ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver</li>
* </ul>
- *
- * WARNING API STILL UNDER CONSTRUCTION AND SUBJECT TO CHANGE
- *
- * @since 3.2
*/
public void setCurrent () {
checkWidget ();
@@ -279,10 +261,6 @@ public void setCurrent () {
* <li>ERROR_WIDGET_DISPOSED - if the receiver has been disposed</li>
* <li>ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver</li>
* </ul>
- *
- * WARNING API STILL UNDER CONSTRUCTION AND SUBJECT TO CHANGE
- *
- * @since 3.2
*/
public void swapBuffers () {
checkWidget ();
diff --git a/bundles/org.eclipse.swt/Eclipse SWT OpenGL/motif/org/eclipse/swt/opengl/GLCanvas.java b/bundles/org.eclipse.swt/Eclipse SWT OpenGL/motif/org/eclipse/swt/opengl/GLCanvas.java
index 00d8eeb36b..836ff2ee3a 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT OpenGL/motif/org/eclipse/swt/opengl/GLCanvas.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT OpenGL/motif/org/eclipse/swt/opengl/GLCanvas.java
@@ -19,8 +19,6 @@ import org.eclipse.swt.internal.opengl.glx.*;
/**
* GLCanvas is a widget capable of displaying OpenGL content.
*
- * WARNING API STILL UNDER CONSTRUCTION AND SUBJECT TO CHANGE
- *
* @since 3.2
*/
@@ -43,10 +41,6 @@ public class GLCanvas extends Canvas {
* <ul><li>ERROR_NULL_ARGUMENT when the data is null
* <li>ERROR_UNSUPPORTED_DEPTH when the requested attributes cannot be provided</ul>
* </ul>
- *
- * WARNING API STILL UNDER CONSTRUCTION AND SUBJECT TO CHANGE
- *
- * @since 3.2
*/
public GLCanvas (Composite parent, int style, GLData data) {
super (parent, style);
@@ -199,10 +193,6 @@ public GLCanvas (Composite parent, int style, GLData data) {
* <li>ERROR_WIDGET_DISPOSED - if the receiver has been disposed</li>
* <li>ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver</li>
* </ul>
- *
- * WARNING API STILL UNDER CONSTRUCTION AND SUBJECT TO CHANGE
- *
- * @since 3.2
*/
public GLData getGLData () {
checkWidget ();
@@ -250,10 +240,6 @@ public GLData getGLData () {
* <li>ERROR_WIDGET_DISPOSED - if the receiver has been disposed</li>
* <li>ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver</li>
* </ul>
- *
- * WARNING API STILL UNDER CONSTRUCTION AND SUBJECT TO CHANGE
- *
- * @since 3.2
*/
public boolean isCurrent () {
checkWidget ();
@@ -268,10 +254,6 @@ public boolean isCurrent () {
* <li>ERROR_WIDGET_DISPOSED - if the receiver has been disposed</li>
* <li>ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver</li>
* </ul>
- *
- * WARNING API STILL UNDER CONSTRUCTION AND SUBJECT TO CHANGE
- *
- * @since 3.2
*/
public void setCurrent () {
checkWidget ();
@@ -287,10 +269,6 @@ public void setCurrent () {
* <li>ERROR_WIDGET_DISPOSED - if the receiver has been disposed</li>
* <li>ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver</li>
* </ul>
- *
- * WARNING API STILL UNDER CONSTRUCTION AND SUBJECT TO CHANGE
- *
- * @since 3.2
*/
public void swapBuffers () {
checkWidget ();