Class ComposedAction

    • Field Detail

      • actions

        protected Vector actions
    • Constructor Detail

      • ComposedAction

        public ComposedAction()
        Insert the method's description here. Creation date: (3.5.2001 20:35:51)
    • Method Detail

      • addAction

        public void addAction​(ActionObject action)
        Insert the method's description here. Creation date: (3.5.2001 20:36:35)
        Specified by:
        addAction in interface ComposedActionInterface
        Parameters:
        action - com.cosylab.vdct.undo.ActionObject
      • getDescription

        public String getDescription()
        Insert the method's description here. Creation date: (3.5.2001 20:34:53)
        Specified by:
        getDescription in class ActionObject
        Returns:
        java.lang.String
      • redoAction

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

        public void removeAction​(ActionObject action)
        Insert the method's description here. Creation date: (3.5.2001 20:36:50)
        Specified by:
        removeAction in interface ComposedActionInterface
        Parameters:
        action - com.cosylab.vdct.undo.ActionObject
      • undoAction

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

        public boolean isEmpty()
        Returns:
        something