summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT Printing
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 Printing
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 Printing')
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT Printing/common/org/eclipse/swt/printing/PrinterData.java1
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT Printing/win32/org/eclipse/swt/printing/PrintDialog.java2
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT Printing/win32/org/eclipse/swt/printing/Printer.java1
3 files changed, 4 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT Printing/common/org/eclipse/swt/printing/PrinterData.java b/bundles/org.eclipse.swt/Eclipse SWT Printing/common/org/eclipse/swt/printing/PrinterData.java
index 6deb2f12e9..e1755cedb4 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT Printing/common/org/eclipse/swt/printing/PrinterData.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT Printing/common/org/eclipse/swt/printing/PrinterData.java
@@ -28,6 +28,7 @@ import org.eclipse.swt.graphics.*;
* @see Printer
* @see Printer#getPrinterList
* @see PrintDialog#open
+ * @see <a href="http://www.eclipse.org/swt/">Sample code and further information</a>
*/
public final class PrinterData extends DeviceData {
diff --git a/bundles/org.eclipse.swt/Eclipse SWT Printing/win32/org/eclipse/swt/printing/PrintDialog.java b/bundles/org.eclipse.swt/Eclipse SWT Printing/win32/org/eclipse/swt/printing/PrintDialog.java
index e79005f485..dcffa10131 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT Printing/win32/org/eclipse/swt/printing/PrintDialog.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT Printing/win32/org/eclipse/swt/printing/PrintDialog.java
@@ -23,6 +23,8 @@ import org.eclipse.swt.internal.win32.*;
* IMPORTANT: This class is intended to be subclassed <em>only</em>
* within the SWT implementation.
* </p>
+ *
+ * @see <a href="http://www.eclipse.org/swt/">Sample code and further information</a>
*/
public class PrintDialog extends Dialog {
diff --git a/bundles/org.eclipse.swt/Eclipse SWT Printing/win32/org/eclipse/swt/printing/Printer.java b/bundles/org.eclipse.swt/Eclipse SWT Printing/win32/org/eclipse/swt/printing/Printer.java
index e741d27158..d7c453ff0c 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT Printing/win32/org/eclipse/swt/printing/Printer.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT Printing/win32/org/eclipse/swt/printing/Printer.java
@@ -34,6 +34,7 @@ import org.eclipse.swt.internal.win32.*;
*
* @see PrinterData
* @see PrintDialog
+ * @see <a href="http://www.eclipse.org/swt/">Sample code and further information</a>
*/
public final class Printer extends Device {
/**