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, runpublic PrintDesktopTask(MainWndController ctrl)
PrintDesktopTask and initializes the
controller.ctrl - the main controllerprotected void performDesktopOperation(Desktop desktop) throws Exception
performDesktopOperation in class AbstractDesktopTaskdesktop - the Desktop objectException - if an error occursCopyright © 2016 The JGUIraffe Team. All rights reserved.