org.herac.tuxguitar.gui.printer
Class PrintPreview

java.lang.Object
  extended by org.herac.tuxguitar.gui.printer.PrintPreview

public class PrintPreview
extends java.lang.Object


Field Summary
protected  Rectangle bounds
           
protected  int currentPage
           
protected  Text currentText
           
protected  Shell dialog
           
protected  Button next
           
protected  Composite pageComposite
           
protected  java.util.List pages
           
protected  Composite previewComposite
           
protected  Button previous
           
 
Constructor Summary
PrintPreview(java.util.List pages, Rectangle bounds)
           
 
Method Summary
protected  void changePage(int index)
           
 void showPreview(Shell parent)
           
protected  void updateScroll()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dialog

protected Shell dialog

previewComposite

protected Composite previewComposite

pageComposite

protected Composite pageComposite

currentText

protected Text currentText

previous

protected Button previous

next

protected Button next

bounds

protected Rectangle bounds

pages

protected java.util.List pages

currentPage

protected int currentPage
Constructor Detail

PrintPreview

public PrintPreview(java.util.List pages,
                    Rectangle bounds)
Method Detail

showPreview

public void showPreview(Shell parent)

updateScroll

protected void updateScroll()

changePage

protected void changePage(int index)