org.argouml.uml.ui
Class ActionImportFromSources

java.lang.Object
  extended by UndoableAction
      extended by org.argouml.uml.ui.ActionImportFromSources
All Implemented Interfaces:
CommandLineInterface

public class ActionImportFromSources
extends UndoableAction
implements CommandLineInterface

Action to trigger importing from sources.

Stereotype:
singleton

Constructor Summary
ActionImportFromSources()
          The constructor.
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent event)
           
 boolean doCommand(java.lang.String argument)
          Command line command for importing a directory or file.
static ActionImportFromSources getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionImportFromSources

public ActionImportFromSources()
The constructor.

Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent event)

getInstance

public static ActionImportFromSources getInstance()
Returns:
Returns the SINGLETON.

doCommand

public boolean doCommand(java.lang.String argument)
Command line command for importing a directory or file.

Specified by:
doCommand in interface CommandLineInterface
Parameters:
argument - Formatted string (:)
Returns:
true if the command was performed successfully.


ArgoUML © 1996-2006ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook