Class PrintFileAction

All Implemented Interfaces:
EventListener, javafx.event.EventHandler<javafx.event.ActionEvent>, Action, PropertyBean, Disableable

public class PrintFileAction extends AbstractActivityAction<FileBasedActivity>
Presents a printer chooser to the user and then prints the FileBasedActivity.

This action requires that the view implements the PrintableView interface.

Author:
Werner Randelshofer