Class AddCommentAction

All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action

public class AddCommentAction extends SessionEditorAction
See Also:
  • Constructor Details

    • AddCommentAction

      public AddCommentAction(SessionEditor editor)
      Add a new generic empty comment to the end of the transcript
      Parameters:
      editor -
    • AddCommentAction

      public AddCommentAction(SessionEditor editor, Comment comment)
    • AddCommentAction

      public AddCommentAction(SessionEditor editor, Comment comment, int elementIndex)
  • Method Details