Interface ElementDeleter

All Superinterfaces:
DiagramCanvasExt
All Known Implementing Classes:
DiagramCanvas

public interface ElementDeleter extends DiagramCanvasExt
Contains deletion actions for the current canvas selection.
  • Method Details

    • deleteClass

      default void deleteClass(String classId)
      Deletes the class.
      Parameters:
      classId - id of the class to look up or modify
    • deleteComment

      default void deleteComment(String commentId)
      Deletes the comment.
      Parameters:
      commentId - id of the comment to look up or modify
    • deleteField

      default void deleteField(String classId, String fieldId)
      Deletes the field.
      Parameters:
      classId - id of the class to look up or modify
      fieldId - id of the field to look up or modify
    • deleteLink

      default void deleteLink(String linkId)
      Deletes the link.
      Parameters:
      linkId - id of the link to look up or modify