Class DeleteRecordEdit

All Implemented Interfaces:
IExtendable, Serializable, UndoableEdit

public class DeleteRecordEdit extends SessionUndoableEdit
Delete the current record.
See Also:
  • Constructor Details

    • DeleteRecordEdit

      public DeleteRecordEdit(SessionEditor editor, int recordIndex)
    • DeleteRecordEdit

      public DeleteRecordEdit(Session session, EditorEventManager editorEventManager, int recordIndex)
  • Method Details

    • setFireEvent

      public void setFireEvent(boolean fireEvent)
    • undo

      public void undo()
      Specified by:
      undo in interface UndoableEdit
      Overrides:
      undo in class AbstractUndoableEdit
    • doIt

      public void doIt()
      Description copied from class: SessionUndoableEdit
      'Do' the specified action. The method is called by the EditorUnsoSupport when new edits are posted.
      Specified by:
      doIt in class SessionUndoableEdit