summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledTextPrintOptions.java
diff options
context:
space:
mode:
authorCarolyn MacLeod <carolyn>2008-06-02 21:08:39 +0000
committerCarolyn MacLeod <carolyn>2008-06-02 21:08:39 +0000
commit69fc4c0eaf3d9fecc18c5798d7c42b083086c0d7 (patch)
tree27f28f4e84394f792de4df701b785c94baa0bac0 /bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledTextPrintOptions.java
parent989cc69b6222998c0a1b8bdcb75c845f6ebcac37 (diff)
downloadeclipse.platform.swt-69fc4c0eaf3d9fecc18c5798d7c42b083086c0d7.tar.gz
eclipse.platform.swt-69fc4c0eaf3d9fecc18c5798d7c42b083086c0d7.tar.xz
eclipse.platform.swt-69fc4c0eaf3d9fecc18c5798d7c42b083086c0d7.zip
232625 - SWT/JFace - Lack of examples in API
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledTextPrintOptions.java')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledTextPrintOptions.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledTextPrintOptions.java b/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledTextPrintOptions.java
index bf9f6d62d8..ca0abcfa1d 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledTextPrintOptions.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledTextPrintOptions.java
@@ -27,6 +27,9 @@ package org.eclipse.swt.custom;
* Runnable runnable = styledText.print(new Printer(), options);
* runnable.run();
* </pre>
+ *
+ * @see <a href="http://www.eclipse.org/swt/">Sample code and further information</a>
+ *
* @since 2.1
*/
public class StyledTextPrintOptions {