|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.tensegrity.gui.swt.print.PrintPreviewDialog
The PrintPreviewDialog previews a VisualGraphView as it will
get printed.
| Constructor Summary | |
PrintPreviewDialog(org.eclipse.swt.widgets.Display dpl,
ApplicationFrame appFrame,
VisualGraphView vgView)
Constructs a new PrintPreviewDialog instance |
|
| Method Summary | |
BasePageFormat |
getPageFormat()
The method getPageFormat returns the currently used page format instance of the currently or recently displayed Book. |
void |
open()
Opens the dialog, i.e. the dialog gets visible and to front. |
void |
setPageFormat(BasePageFormat bpf)
Sets the used page format |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PrintPreviewDialog(org.eclipse.swt.widgets.Display dpl,
ApplicationFrame appFrame,
VisualGraphView vgView)
dpl - the parent display, used to align this dialogappFrame - reference to currently used application framevgView - the VisualGraphView to preview| Method Detail |
public final void open()
public BasePageFormat getPageFormat()
public void setPageFormat(BasePageFormat bpf)
bpf - the new BasePageFormat to use
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||