Class EditDataCommand

  • All Implemented Interfaces:
    org.exbin.bined.operation.BinaryDataCommand
    Direct Known Subclasses:
    EditCodeDataCommand, EditCharDataCommand

    @ParametersAreNonnullByDefault
    public abstract class EditDataCommand
    extends CodeAreaCommand
    Command for editing data in text mode.
    • Constructor Detail

      • EditDataCommand

        public EditDataCommand​(org.exbin.bined.swing.CodeAreaCore codeArea)
    • Method Detail

      • canUndo

        public boolean canUndo()
      • wasReverted

        public abstract boolean wasReverted()
        Returns true if command was already used for undo action.
        Returns:
        true if undo step performed