com.levigo.jadice.demo.commands
Class DemoPrint

java.lang.Object
  extended by com.levigo.util.swing.action.injection.InjectedCommand
      extended by com.levigo.util.swing.action.AbstractContextCommand
          extended by com.levigo.jadice.swing.commands.AbstractPageViewCommand
              extended by com.levigo.jadice.swing.commands.AbstractDocumentCommand
                  extended by com.levigo.jadice.swing.commands.DirectPrintDocumentCommand
                      extended by com.levigo.jadice.swing.commands.PrintDocumentCommand
                          extended by com.levigo.jadice.demo.commands.DemoPrint
All Implemented Interfaces:
Command

public class DemoPrint
extends PrintDocumentCommand


Nested Class Summary
 
Nested classes/interfaces inherited from class com.levigo.jadice.swing.commands.AbstractDocumentCommand
AbstractDocumentCommand.Scope
 
Field Summary
 
Fields inherited from class com.levigo.jadice.swing.commands.AbstractDocumentCommand
document
 
Constructor Summary
DemoPrint()
           
 
Method Summary
protected  AbstractPrintDialog createDialog(PrintJobConfiguration cfg)
           
protected  void prepare(PrintJobConfiguration pjc)
          Overwrite to apply own print job settings before dialog is shown.
 
Methods inherited from class com.levigo.jadice.swing.commands.PrintDocumentCommand
execute
 
Methods inherited from class com.levigo.jadice.swing.commands.DirectPrintDocumentCommand
addPagesToPrint, isAvailable
 
Methods inherited from class com.levigo.jadice.swing.commands.AbstractDocumentCommand
canExecute, getRenderControls, getScope, setScope
 
Methods inherited from class com.levigo.jadice.swing.commands.AbstractPageViewCommand
getPageView, setPageView
 
Methods inherited from class com.levigo.util.swing.action.AbstractContextCommand
getContext, propagateContextChange, setContext
 
Methods inherited from class com.levigo.util.swing.action.injection.InjectedCommand
canExecute, execute, getKey, isSelected, isSelected, setKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DemoPrint

public DemoPrint()
Method Detail

prepare

protected void prepare(PrintJobConfiguration pjc)
Description copied from class: DirectPrintDocumentCommand
Overwrite to apply own print job settings before dialog is shown. This method works like a template method.

Overrides:
prepare in class DirectPrintDocumentCommand
Parameters:
pjc - will be passed in by this command.

createDialog

protected AbstractPrintDialog createDialog(PrintJobConfiguration cfg)
                                    throws JadiceException
Overrides:
createDialog in class PrintDocumentCommand
Parameters:
cfg - basic print job configuration
Returns:
a ready to use print dialog
Throws:
JadiceException - if print dialog could not be created (for example if permissions prohibit export or print).


Copyright © 1995-2020 levigo holding gmbh. All Rights Reserved.