Class Macro.MacroRecord

  • Enclosing class:
    Macro

    static class Macro.MacroRecord
    extends java.lang.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 Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.lang.String actionCommand  
      (package private) java.lang.String id  
    • Constructor Summary

      Constructors 
      Constructor Description
      MacroRecord()  
      MacroRecord​(java.lang.String id, java.lang.String actionCommand)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • id

        java.lang.String id
      • actionCommand

        java.lang.String actionCommand
    • Constructor Detail

      • MacroRecord

        MacroRecord()
      • MacroRecord

        MacroRecord​(java.lang.String id,
                    java.lang.String actionCommand)