Class Macro.MacroRecord

java.lang.Object
org.fife.ui.rtextarea.Macro.MacroRecord
Enclosing class:
Macro

static class Macro.MacroRecord extends Object
A "record" of a macro is a single action in the macro (corresponding to a key type and some action in the editor, such as a letter inserted into the document, scrolling one page down, selecting the current line, etc.).
  • Field Details

  • Constructor Details

    • MacroRecord

      MacroRecord()
    • MacroRecord

      MacroRecord(String id, String actionCommand)