| java.lang.Object org.apache.jmeter.gui.action.Load org.apache.jmeter.gui.action.LoadRecentProject
LoadRecentProject | public class LoadRecentProject extends Load (Code) | | Handles the loading of recent files, and also the content and
visibility of menu items for loading the recent files
|
LoadRecentProject | public LoadRecentProject()(Code) | | |
getActionNames | public Set getActionNames()(Code) | | |
getRecentFileMenuItems | public static List getRecentFileMenuItems()(Code) | | Get the menu items to add to the menu bar, to get recent file functionality
a List of JMenuItem and a JSeparator, representing recent files |
updateRecentFileMenuItems | public static void updateRecentFileMenuItems(List menuItems, String loadedFileName)(Code) | | Update the content and visibility of the menu items for recent files
Parameters: menuItems - the JMenuItem and JSeparator to update Parameters: loadedFileName - the file name of the project file that has justbeen loaded |
|
|