Class AbstractSaveFileAction

All Implemented Interfaces:
EventListener, javafx.event.EventHandler<javafx.event.ActionEvent>, Action, PropertyBean, Disableable
Direct Known Subclasses:
ExportFileAction, SaveFileAction

public abstract class AbstractSaveFileAction extends AbstractActivityAction<FileBasedActivity>
Saves the changes in the active view. If the active view has not an URI, an URIChooser is presented.
Author:
Werner Randelshofer