| Class | Description |
|---|---|
| ClearFileAction |
Clears (empties) the contents of the active view.
|
| ClearRecentFilesMenuAction |
Clears (empties) the Recent Files sub-menu in the File menu.
|
| CloseFileAction |
Closes the active view after letting the user save unsaved changes.
|
| ExportFileAction |
Presents a file chooser to the user and then exports the contents of the
active view to the chosen file.
|
| LoadDirectoryAction |
Les the user save unsaved changes of the active view, then presents
an
URIChooser and then loads the selected URI into the active view. |
| LoadFileAction |
Lets the user save unsaved changes of the active view, then presents
an
URIChooser and loads the selected URI into the active view. |
| LoadRecentFileAction |
Lets the user save unsaved changes of the active view, and then loads
the specified URI into the active view.
|
| NewFileAction |
Creates a new view.
|
| NewWindowAction |
Creates a new view.
|
| OpenDirectoryAction |
Presents an
URIChooser for selecting a directory and loads the
selected URI into an empty view. |
| OpenFileAction |
Presents an
URIChooser and loads the selected URI into an
empty view. |
| OpenRecentFileAction |
Loads the specified URI into an empty view.
|
| PrintFileAction |
Presents a printer chooser to the user and then prints the
View. |
| SaveFileAction |
Saves the changes in the active view.
|
| SaveFileAsAction |
Presents an
URIChooser and then saves the active view to the
specified location. |