org.herac.tuxguitar.gui.actions.file

Class ExportPDFAction

Implemented Interfaces:
MenuListener, MouseListener, SelectionListener

public class ExportPDFAction
extends Action

Field Summary

static String
NAME

Constructor Summary

ExportPDFAction(TablatureEditor tablatureEditor)

Method Summary

boolean
doAction(TypedEvent e)
PrintDocument
makePrintDocument()

Methods inherited from class org.herac.tuxguitar.gui.actions.Action

doAction, fireUpdate, fireUpdate, getEditor, getLastEvent, getName, getSongManager, isEditableKeyBinding, menuHidden, menuShown, mouseDoubleClick, mouseDown, mouseUp, process, redraw, update, updateTablature, widgetDefaultSelected, widgetSelected

Field Details

NAME

public static final String NAME

Constructor Details

ExportPDFAction

public ExportPDFAction(TablatureEditor tablatureEditor)

Method Details

doAction

public boolean doAction(TypedEvent e)
Overrides:
doAction in interface Action

makePrintDocument

public PrintDocument makePrintDocument()