summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarolyn MacLeod <carolyn>2009-05-25 15:26:30 +0000
committerCarolyn MacLeod <carolyn>2009-05-25 15:26:30 +0000
commit020bda8a3efc3868e92fd9373b303d917b78b07c (patch)
tree142183bfb0735f8fd4ecae202e2f9e7fe8b13c10
parent6b068169960f6c6ee3b9e9e5bb3045f7989f4ec6 (diff)
downloadeclipse.platform.swt-020bda8a3efc3868e92fd9373b303d917b78b07c.tar.gz
eclipse.platform.swt-020bda8a3efc3868e92fd9373b303d917b78b07c.tar.xz
eclipse.platform.swt-020bda8a3efc3868e92fd9373b303d917b78b07c.zip
277668 - Custom Control Example: StyledTextTab Set/Get API incomplete
-rw-r--r--examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/StyledTextTab.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/StyledTextTab.java b/examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/StyledTextTab.java
index 2f3f7cf558..24c8c7e80f 100644
--- a/examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/StyledTextTab.java
+++ b/examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/StyledTextTab.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2000, 2007 IBM Corporation and others.
+ * Copyright (c) 2000, 2009 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -316,7 +316,7 @@ class StyledTextTab extends ScrollableTab {
* that can be used to set/get values in the example control(s).
*/
String[] getMethodNames() {
- return new String[] {"Alignment", "CaretOffset", "DoubleClickEnabled", "Editable", "HorizontalIndex", "HorizontalPixel", "Indent", "Orientation", "Selection", "Tabs", "Text", "TextLimit", "ToolTipText", "TopIndex", "TopPixel", "WordWrap"};
+ return new String[] {"Alignment", "BlockSelection", "BottomMargin", "CaretOffset", "DoubleClickEnabled", "Editable", "HorizontalIndex", "HorizontalPixel", "Indent", "Justify", "LeftMargin", "LineSpacing", "Orientation", "RightMargin", "Selection", "Tabs", "Text", "TextLimit", "ToolTipText", "TopIndex", "TopMargin", "TopPixel", "WordWrap"};
}