Menu to open the files stored under
JGraphpad.KEY_RECENTFILES in the
editor settings. This implementation is updated once on application start. It
requires its list of entries in the settings to be updated by the respective
file actions, namely open and save.
Constructs a new factory method for the specified enclosing editor using
JGraphpadOpenRecentMenu.NAME .
Parameters: editor - The editor that contains the factory method.
Constructs a new menu using the entries in the recent files list. Adds an
action listener to each entry that invokes
JGraphEditorModel.addFile(String) with the respective filename.
The configuration parameter is currently ignored.
Parameters: configuration - The configuration to configure the menu with.
Fields inherited from com.jgraph.editor.factory.JGraphEditorFactoryMethod