Class DeleteConnectorAction

  • Direct Known Subclasses:
    CreateConnectorAction

    public class DeleteConnectorAction
    extends ActionObject
    Insert the type's description here. Creation date: (3.5.2001 16:26:04)
    Author:
    cosylab
    • Constructor Detail

      • DeleteConnectorAction

        public DeleteConnectorAction​(Connector object,
                                     String inlink,
                                     String outlink)
        Insert the method's description here. Creation date: (3.5.2001 16:27:58)
        Parameters:
        object - com.cosylab.vdct.graphics.objects.VisibleObject
        inlink - inlink
        outlink - outlink
    • Method Detail

      • getDescription

        public String getDescription()
        Insert the method's description here. Creation date: (3.5.2001 16:26:04)
        Specified by:
        getDescription in class ActionObject
        Returns:
        java.lang.String
      • getSubObject

        public Object getSubObject​(String str)
        This method was created in VisualAge.
        Parameters:
        str - str
        Returns:
        something
      • undoAction

        protected void undoAction()
        Description copied from class: ActionObject
        This method was created in VisualAge.
        Specified by:
        undoAction in class ActionObject
      • redoAction

        protected void redoAction()
        This method was created in VisualAge.
        Specified by:
        redoAction in class ActionObject