public class PrintDesktopTask extends AbstractDesktopTask
A specialized action task for printing a file.
log
Constructor and Description |
---|
PrintDesktopTask(MainWndController ctrl)
Creates a new instance of
PrintDesktopTask and initializes the
controller. |
Modifier and Type | Method and Description |
---|---|
protected void |
performDesktopOperation(Desktop desktop)
Performs the desktop operation.
|
getController, getSelectedFile, run
public PrintDesktopTask(MainWndController ctrl)
PrintDesktopTask
and initializes the
controller.ctrl
- the main controllerprotected void performDesktopOperation(Desktop desktop) throws Exception
performDesktopOperation
in class AbstractDesktopTask
desktop
- the Desktop
objectException
- if an error occursCopyright © 2016 The JGUIraffe Team. All Rights Reserved.