summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolder.java
diff options
context:
space:
mode:
authorBogdan Gheorghe <gheorghe>2010-03-04 20:32:14 +0000
committerBogdan Gheorghe <gheorghe>2010-03-04 20:32:14 +0000
commitfe477da2f8f90c5417ea6d135052d4048eded3ec (patch)
tree1ac3e85385dbea4be53ddc2e7edbef073a27d7dc /bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolder.java
parent9388d1165752865db5f83830564ff8e248591ec9 (diff)
downloadeclipse.platform.swt-fe477da2f8f90c5417ea6d135052d4048eded3ec.tar.gz
eclipse.platform.swt-fe477da2f8f90c5417ea6d135052d4048eded3ec.tar.xz
eclipse.platform.swt-fe477da2f8f90c5417ea6d135052d4048eded3ec.zip
CTabFolder javadoc
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolder.java')
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolder.java8
1 files changed, 0 insertions, 8 deletions
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 7d5bf31390..4b54764331 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
@@ -745,8 +745,6 @@ public boolean getMRUVisible() {
return mru;
}
/**
- * WARNING: API UNDER CONSTRUCTION
- *
* Returns the receiver's renderer.
*
* @exception SWTException <ul>
@@ -1897,8 +1895,6 @@ public void setBackground (Color color) {
redraw();
}
/**
- * WARNING: API UNDER CONSTRUCTION
- *
* Specify a gradient of colours to be drawn in the background of the unselected tabs.
* For example to draw a gradient that varies from dark blue to blue and then to
* white, use the following call to setBackground:
@@ -1929,8 +1925,6 @@ public void setBackground(Color[] colors, int[] percents) {
setBackground(colors, percents, false);
}
/**
- * WARNING: API UNDER CONSTRUCTION
- *
* Specify a gradient of colours to be drawn in the background of the unselected tab.
* For example to draw a vertical gradient that varies from dark blue to blue and then to
* white, use the following call to setBackground:
@@ -2616,8 +2610,6 @@ public void setMRUVisible(boolean show) {
}
}
/**
- * WARNING: API UNDER CONSTRUCTION
- *
* Sets the renderer which is associated with the receiver to be
* the argument which may be null. In the case of null, the default
* renderer is used.