public class PrintViewDialog
extends java.lang.Object
Constructor and Description |
---|
PrintViewDialog(AbstractPrint print,
org.eclipse.swt.widgets.Shell parentShell)
Der Konstruktor erstellt schon mal alles, zeigt aber nix an.
|
Modifier and Type | Method and Description |
---|---|
protected void |
handlePrint()
Hier wird gedruckt
|
org.eclipse.swt.widgets.Shell |
open()
Öffent die Druckvorschau in einem Dialogfenster.
|
public PrintViewDialog(AbstractPrint print, org.eclipse.swt.widgets.Shell parentShell) throws de.willuhn.util.ApplicationException
print
- das Print-Objekt das angezeigt werden soll.parentShell
- die Hauptanwendnung zu dem Dialogde.willuhn.util.ApplicationException