Class CodeAreaCommand

  • All Implemented Interfaces:
    org.exbin.bined.operation.BinaryDataCommand
    Direct Known Subclasses:
    BinaryCompoundCommand, EditDataCommand, OpCodeAreaCommand

    @ParametersAreNonnullByDefault
    public abstract class CodeAreaCommand
    extends org.exbin.bined.operation.BinaryDataAbstractCommand
    Abstract class for operation on code area component.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.exbin.bined.swing.CodeAreaCore codeArea  
    • Constructor Summary

      Constructors 
      Constructor Description
      CodeAreaCommand​(org.exbin.bined.swing.CodeAreaCore codeArea)  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCaption()  
      abstract CodeAreaCommandType getType()
      Returns type of the command.
      • Methods inherited from class org.exbin.bined.operation.BinaryDataAbstractCommand

        dispose, execute, getExecutionTime, use
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.exbin.bined.operation.BinaryDataCommand

        canUndo, redo, undo
    • Field Detail

      • codeArea

        @Nonnull
        protected final org.exbin.bined.swing.CodeAreaCore codeArea
    • Constructor Detail

      • CodeAreaCommand

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

      • getType

        @Nonnull
        public abstract CodeAreaCommandType getType()
        Returns type of the command.
        Returns:
        command type
      • getCaption

        @Nonnull
        public java.lang.String getCaption()