org.argouml.uml.ui
Class ActionCollaborationDiagram

java.lang.Object
  extended by UndoableAction
      extended by org.argouml.uml.ui.ActionNewDiagram
          extended by org.argouml.uml.ui.ActionCollaborationDiagram

public class ActionCollaborationDiagram
extends ActionNewDiagram

Action to trigger creation of new collaboration diagram.


Constructor Summary
ActionCollaborationDiagram()
          Constructor.
 
Method Summary
 ArgoDiagram createDiagram(java.lang.Object namespace)
          Deprecated. 
 ArgoDiagram createDiagram(java.lang.Object namespace, DiagramSettings settings)
           
protected  java.lang.Object findNamespace()
          Find the right namespace for the diagram.
 
Methods inherited from class org.argouml.uml.ui.ActionNewDiagram
actionPerformed, createCollaboration, isValidNamespace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionCollaborationDiagram

public ActionCollaborationDiagram()
Constructor.

Method Detail

findNamespace

protected java.lang.Object findNamespace()
Find the right namespace for the diagram.

Overrides:
findNamespace in class ActionNewDiagram
Returns:
the namespace or null

createDiagram

@Deprecated
public ArgoDiagram createDiagram(java.lang.Object namespace)
Deprecated. 

Overrides:
createDiagram in class ActionNewDiagram
Parameters:
namespace - the namespace in which to create the diagram
Returns:
the new diagram

createDiagram

public ArgoDiagram createDiagram(java.lang.Object namespace,
                                 DiagramSettings settings)
Specified by:
createDiagram in class ActionNewDiagram
Parameters:
namespace - the namespace in which to create the diagram
settings - the render settings for the diagram
Returns:
the new diagram


ArgoUML © 1996-2006ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook