org.argouml.uml.ui
Class ActionReopenProject
java.lang.Object
javax.swing.AbstractAction
org.argouml.uml.ui.ActionReopenProject
- All Implemented Interfaces:
- Action, ActionListener, Cloneable, EventListener, Serializable
- public class ActionReopenProject
- extends AbstractAction
Reopens a project with respect of the calling event handler - should be
used with menu item.
- Since:
- 10. November 2003 (0.15.2)
- See Also:
- Serialized Form
ActionReopenProject
public ActionReopenProject(String theFilename)
- Constructor.
- Parameters:
theFilename - The name of the file.
getFilename
public String getFilename()
- Get the filename for comparing during menu creation.
- Returns:
- The filename.
actionPerformed
public void actionPerformed(ActionEvent e)
- Performs the save and reload of a project.
- Parameters:
e - e should old the event and the eventsource. Event
source is the menu item, the text is used for opening the
project