Class ClearRecentFilesMenuAction

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

public class ClearRecentFilesMenuAction extends AbstractApplicationAction
Clears (empties) the Recent Files sub-menu in the File menu.

This action is called when the user selects the Clear Recent Files item in the Recent Files sub-menu of the File menu. The action and the menu item is automatically created by the application, when the ApplicationModel provides a LoadFileAction or a OpenFileAction.

Author:
Werner Randelshofer.