org.argouml.uml.ui
Class ActionImportFromSources
java.lang.Object
javax.swing.AbstractAction
org.argouml.uml.ui.UMLAction
org.argouml.uml.ui.ActionImportFromSources
- All Implemented Interfaces:
- Action, ActionListener, Cloneable, EventListener, Serializable
- public class ActionImportFromSources
- extends UMLAction
Action to trigger importing from sources.
- See Also:
- Serialized Form
LOG
private static final Logger LOG
SINGLETON
private static final ActionImportFromSources SINGLETON
- The singleton.
ActionImportFromSources
protected ActionImportFromSources()
- The constructor.
actionPerformed
public void actionPerformed(ActionEvent event)
- Description copied from class:
UMLAction
- Perform the work the action is supposed to do.
This method needs to be overridden by all actions,
since it only shows a fake progressbar...
- Specified by:
actionPerformed in interface ActionListener- Overrides:
actionPerformed in class UMLAction
- See Also:
ActionListener.actionPerformed(java.awt.event.ActionEvent)
getInstance
public static ActionImportFromSources getInstance()
- Returns:
- Returns the SINGLETON.