public class EditDesktopTask extends AbstractDesktopTask
A specialized action task for editing a selected file.
log| Constructor and Description |
|---|
EditDesktopTask(MainWndController ctrl)
Creates a new instance of
EditDesktopTask and sets the main
controller. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
performDesktopOperation(Desktop desktop)
Performs the desktop operation.
|
getController, getSelectedFile, runpublic EditDesktopTask(MainWndController ctrl)
EditDesktopTask and sets the main
controller.ctrl - the main controllerprotected void performDesktopOperation(Desktop desktop) throws Exception
Desktop object to edit the selected file.performDesktopOperation in class AbstractDesktopTaskdesktop - the Desktop instanceException - if an error occursCopyright © 2016 The JGUIraffe Team. All rights reserved.