From 5db676d32485d409bd6752d94158940ce4f8df6e Mon Sep 17 00:00:00 2001 From: Lakshmi Shanmugam Date: Wed, 29 May 2013 17:58:21 +0530 Subject: Bug 408957 - Improve API doc for Text.getTextChars() and setTextChars() --- .../Eclipse SWT/cocoa/org/eclipse/swt/widgets/Text.java | 16 +++++++++++++--- .../Eclipse SWT/gtk/org/eclipse/swt/widgets/Text.java | 12 +++++++++++- .../Eclipse SWT/win32/org/eclipse/swt/widgets/Text.java | 12 +++++++++++- 3 files changed, 35 insertions(+), 5 deletions(-) diff --git a/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Text.java b/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Text.java index a0999ea173..a4270d2bb2 100644 --- a/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Text.java +++ b/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Text.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2000, 2011 IBM Corporation and others. + * Copyright (c) 2000, 2013 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 @@ -1211,7 +1211,12 @@ public String getText (int start, int end) { * The text for a text widget is the characters in the widget, or * a zero-length array if this has never been set. *

- * + *

+ * Note: Use the API to protect the text, for example, when widget is used as + * a password field. However, the text can't be protected if Segment listener + * is added to the widget. + *

+ * * @return a character array that contains the widget's text * * @exception SWTException