Class InteractionUseOverviewView

java.lang.Object
com.nomagic.magicdraw.uml.MDElementImpl
com.nomagic.magicdraw.uml.symbols.PresentationElement
com.nomagic.magicdraw.uml.symbols.paths.PathConnector
com.nomagic.magicdraw.uml.symbols.shapes.ShapeElement
com.nomagic.magicdraw.uml.symbols.shapes.ContainerShapeView
com.nomagic.magicdraw.uml.symbols.shapes.AbstractHeaderShapeView
com.nomagic.magicdraw.uml.symbols.shapes.BaseHeaderShapeView
com.nomagic.magicdraw.uml.symbols.shapes.HeaderShapeView
com.nomagic.magicdraw.uml.symbols.shapes.FrameView
com.nomagic.magicdraw.uml.symbols.shapes.InteractionUseOverviewView
All Implemented Interfaces:
BaseElement, com.nomagic.magicdraw.uml.CompartmentSupport, MDElement, ModelElementProvider, com.nomagic.magicdraw.uml.symbols.CompartmentContainer, com.nomagic.magicdraw.uml.symbols.CompartmentOwner, com.nomagic.magicdraw.uml.symbols.manipulators.centerlines.CenterlineableShape, com.nomagic.magicdraw.uml.symbols.PropertyBasedPresentationElement, com.nomagic.magicdraw.uml.symbols.shapes.OwnerNameLabelOwner, com.nomagic.magicdraw.uml.symbols.shapes.QualifiedNameLabelOwner, StereotypesDisplayModeOwner, com.nomagic.magicdraw.uml.symbols.SuspendShapeAutoResizeModeProvider, com.nomagic.magicdraw.uml.symbols.Wrapable, NameOwner, PropertyChangeListener, Cloneable, Comparable, EventListener

@OpenApi public class InteractionUseOverviewView extends com.nomagic.magicdraw.uml.symbols.shapes.FrameView implements com.nomagic.magicdraw.uml.symbols.shapes.OwnerNameLabelOwner
  • Constructor Details

    • InteractionUseOverviewView

      public InteractionUseOverviewView()
    • InteractionUseOverviewView

      public InteractionUseOverviewView(@CheckForNull PresentationElement parent)
  • Method Details

    • accept

      public void accept(Visitor visitor) throws Exception
      Description copied from interface: MDElement
      Method accepts a visitor, and calls method "visit<class name>(this)" of a visitor. See "Visitor" pattern for more details.
      Specified by:
      accept in interface MDElement
      Overrides:
      accept in class com.nomagic.magicdraw.uml.symbols.shapes.FrameView
      Parameters:
      visitor - which visits this element.
      Throws:
      Exception
    • internalSpecificUpdate

      protected void internalSpecificUpdate()
      Description copied from class: com.nomagic.magicdraw.uml.symbols.shapes.AbstractHeaderShapeView
      Specific to every shape and model element update operation. Must be overridden in subclasses if you need to do specific tasks. !!! Important - all resizing, paths moving and so on is done in updatePresentationElement and should not be done in specific update.
      Overrides:
      internalSpecificUpdate in class com.nomagic.magicdraw.uml.symbols.shapes.HeaderShapeView
      See Also:
      • AbstractHeaderShapeView.internalUpdatePresentationElement()
    • getElement

      public CallBehaviorAction getElement()
      Description copied from class: PresentationElement
      Returns model element of this presentation element. Some presentation elements (for example TextBoxes) do not have model elements.
      Specified by:
      getElement in interface ModelElementProvider
      Overrides:
      getElement in class PresentationElement
      Returns:
      model element of this presentation element.
    • createSmartListenerConfig

      protected void createSmartListenerConfig(List<SmartListenerConfig> configurations)
      Overrides:
      createSmartListenerConfig in class com.nomagic.magicdraw.uml.symbols.shapes.HeaderShapeView
    • internalSilentApply

      public void internalSilentApply()
      Description copied from class: PresentationElement
      Silently applies all properties after initialization
      Overrides:
      internalSilentApply in class com.nomagic.magicdraw.uml.symbols.shapes.HeaderShapeView
    • internalApplyProperties

      public void internalApplyProperties(com.dassault_systemes.modeler.magic.diagram.styledelegates.PresentationElementStyleChanger changer)
      Description copied from class: PresentationElement
      Applies properties from given property manager
      Overrides:
      internalApplyProperties in class com.nomagic.magicdraw.uml.symbols.shapes.HeaderShapeView
      Parameters:
      changer - new properties
    • getOwnerDisplayMode

      public String getOwnerDisplayMode()
      Description copied from interface: com.nomagic.magicdraw.uml.symbols.shapes.OwnerNameLabelOwner
      Gets the owner display mode string.
      Specified by:
      getOwnerDisplayMode in interface com.nomagic.magicdraw.uml.symbols.shapes.OwnerNameLabelOwner
      Returns:
      on of the QNAME_DISPLAY_MODES list elements.
    • sSetOwnerDisplayMode

      public void sSetOwnerDisplayMode(String mode)
      Description copied from interface: com.nomagic.magicdraw.uml.symbols.shapes.OwnerNameLabelOwner
      Sets the owner display mode without updating shape view.
      Specified by:
      sSetOwnerDisplayMode in interface com.nomagic.magicdraw.uml.symbols.shapes.OwnerNameLabelOwner
      Parameters:
      mode - the new mode
    • setOwnerDisplayMode

      public void setOwnerDisplayMode(String mode)
      Description copied from interface: com.nomagic.magicdraw.uml.symbols.shapes.OwnerNameLabelOwner
      Sets the owner display mode and updates the view.
      Specified by:
      setOwnerDisplayMode in interface com.nomagic.magicdraw.uml.symbols.shapes.OwnerNameLabelOwner
      Parameters:
      mode - the new mode
    • updateName

      protected void updateName()
      Description copied from class: com.nomagic.magicdraw.uml.symbols.shapes.HeaderShapeView
      Updates name and owner qualified name text in header view.
      Overrides:
      updateName in class com.nomagic.magicdraw.uml.symbols.shapes.HeaderShapeView
    • paintSelfBackground

      public void paintSelfBackground(com.nomagic.magicdraw.uml.symbols.DiagramPaintContext context)
      Overrides:
      paintSelfBackground in class com.nomagic.magicdraw.uml.symbols.shapes.FrameView
    • selfSpecificHeaderShapeDraw

      protected void selfSpecificHeaderShapeDraw(com.nomagic.magicdraw.uml.symbols.DiagramPaintContext context)
      Overrides:
      selfSpecificHeaderShapeDraw in class com.nomagic.magicdraw.uml.symbols.shapes.FrameView