Uses of Class
org.argouml.uml.ui.AbstractActionNewModelElement

Packages that use AbstractActionNewModelElement
org.argouml.uml.ui = PROPERTIES PANELS, this and sub-packages contain an implementation of prop panels (in swing) for nearly all UML model elements; also all supporting models and actions. 
org.argouml.uml.ui.behavior.collaborations Properties panels for the behavior.collaborations uml package  
org.argouml.uml.ui.behavior.common_behavior Properties panels for the behavior.common_behavior uml package  
org.argouml.uml.ui.behavior.state_machines Properties panels for the behavior.state_machines uml package  
org.argouml.uml.ui.behavior.use_cases Properties panels for the behavior.use_cases uml package  
org.argouml.uml.ui.foundation.core Properties panels for the foundation.core uml package  
org.argouml.uml.ui.foundation.extension_mechanisms Properties panels for the foundation.extension_mechanisms uml package  
org.argouml.uml.ui.model_management Properties panels for the model management uml package. 
 

Uses of AbstractActionNewModelElement in org.argouml.uml.ui
 

Fields in org.argouml.uml.ui declared as AbstractActionNewModelElement
private  AbstractActionNewModelElement UMLMutableLinkedList.newAction
           
 

Methods in org.argouml.uml.ui that return AbstractActionNewModelElement
 AbstractActionNewModelElement UMLMutableLinkedList.getNewAction()
          Returns the newAction.
 

Methods in org.argouml.uml.ui with parameters of type AbstractActionNewModelElement
 void UMLMutableLinkedList.setNewAction(AbstractActionNewModelElement action)
          Sets the newAction.
 

Constructors in org.argouml.uml.ui with parameters of type AbstractActionNewModelElement
UMLMutableLinkedList(UMLModelElementListModel2 dataModel, AbstractActionAddModelElement theAddAction, AbstractActionNewModelElement theNewAction, AbstractActionRemoveElement theDeleteAction, boolean showIcon)
          Constructor that should be used if the developer wishes the popupmenu to be constructed via the actions (as described in the javadoc of this class itself).
UMLMutableLinkedList(UMLModelElementListModel2 dataModel, AbstractActionAddModelElement theAddAction, AbstractActionNewModelElement theNewAction)
          The constructor.
UMLMutableLinkedList(UMLModelElementListModel2 dataModel, AbstractActionNewModelElement theNewAction)
          The constructor.
 

Uses of AbstractActionNewModelElement in org.argouml.uml.ui.behavior.collaborations
 

Subclasses of AbstractActionNewModelElement in org.argouml.uml.ui.behavior.collaborations
 class ActionNewActionForMessage
          Action to build a new action to some message.
private  class PropPanelMessage.ActionToolNewAction
           
 

Uses of AbstractActionNewModelElement in org.argouml.uml.ui.behavior.common_behavior
 

Subclasses of AbstractActionNewModelElement in org.argouml.uml.ui.behavior.common_behavior
 class ActionNewAction
           
 class ActionNewCallAction
           
 class ActionNewCreateAction
           
 class ActionNewDestroyAction
           
 class ActionNewReception
          Action to create a new reception
 class ActionNewReturnAction
           
 class ActionNewSendAction
           
 class ActionNewTerminateAction
           
 class ActionNewUninterpretedAction
           
private  class PropPanelSignal.ActionNewSignal
          Create a new Signal.
 

Uses of AbstractActionNewModelElement in org.argouml.uml.ui.behavior.state_machines
 

Subclasses of AbstractActionNewModelElement in org.argouml.uml.ui.behavior.state_machines
 class ActionNewCallEvent
           
 class ActionNewChangeEvent
           
 class ActionNewCompositeState
           
 class ActionNewEvent
          Abstract action to create new events.
 class ActionNewFinalState
           
 class ActionNewGuard
           
 class ActionNewPseudoState
           
 class ActionNewSignalEvent
           
 class ActionNewSimpleState
           
 class ActionNewStubState
           
 class ActionNewSubmachineState
           
 class ActionNewSynchState
           
 class ActionNewTimeEvent
           
 class ActionNewTransition
          Action to create a new transition, either an internal transition or a transition between two states.
 

Uses of AbstractActionNewModelElement in org.argouml.uml.ui.behavior.use_cases
 

Subclasses of AbstractActionNewModelElement in org.argouml.uml.ui.behavior.use_cases
(package private)  class ActionNewActor
          This action creates a new Actor.
 class ActionNewExtendExtensionPoint
           
 class ActionNewUseCaseExtensionPoint
           
private  class PropPanelExtend.ActionNewExtensionPoint
          Invoked by the "New Extension Point" toolbar button to create a new extension point for this extend relationship in the same namespace as the current extend relationship.
private  class PropPanelExtensionPoint.ActionNewExtensionPoint
           
private  class PropPanelUseCase.ActionNewExtensionPoint
          Invoked by the "New Extension Point" toolbar button to create a new extension point for this use case in the same namespace as the current use case.
private  class PropPanelUseCase.ActionNewUseCase
          Invoked by the "Add use case" toolbar button to create a new use case property panel in the same namespace as the current use case.
 

Uses of AbstractActionNewModelElement in org.argouml.uml.ui.foundation.core
 

Subclasses of AbstractActionNewModelElement in org.argouml.uml.ui.foundation.core
 class ActionAddDataType
          This action creates a new datatype.
(package private)  class ActionAddParameter
          Action to create a new parameter "next to" the existing parameter (that is actually selected by the user).
 class ActionNewClass
          Action to create a new class.
 class ActionNewInnerClass
          Action to create a new inner Class.
(package private)  class ActionNewInterface
          This action will create a new interface "next to" an existing interface.
 class ActionNewModelElementConstraint
           
 class ActionNewParameter
          Action to add a parameter to the selected target.
private  class PropPanelDataType.ActionAddAttributeToDataType
           
private  class PropPanelDataType.ActionAddQueryOperation
           
private  class PropPanelOperation.ActionNewRaisedSignal
           
 

Uses of AbstractActionNewModelElement in org.argouml.uml.ui.foundation.extension_mechanisms
 

Subclasses of AbstractActionNewModelElement in org.argouml.uml.ui.foundation.extension_mechanisms
 class ActionNewStereotype
          This action creates a new Stereotype in the current Model.
 

Uses of AbstractActionNewModelElement in org.argouml.uml.ui.model_management
 

Subclasses of AbstractActionNewModelElement in org.argouml.uml.ui.model_management
(package private)  class ActionAddPackage
          Action to create a new Package inside a package.
private  class PropPanelSubsystem.ActionNewOperation
          Add a new operation to this classifier.
 



ArgoUML © 1996-2004 (20050222)ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook