Uses of Interface
org.syntax.jedit.InputHandler.MacroRecorder

Packages that use InputHandler.MacroRecorder
org.syntax.jedit   
 

Uses of InputHandler.MacroRecorder in org.syntax.jedit
 

Fields in org.syntax.jedit declared as InputHandler.MacroRecorder
protected  InputHandler.MacroRecorder InputHandler.recorder
           
 

Methods in org.syntax.jedit that return InputHandler.MacroRecorder
 InputHandler.MacroRecorder InputHandler.getMacroRecorder()
          Returns the macro recorder.
 

Methods in org.syntax.jedit with parameters of type InputHandler.MacroRecorder
 void InputHandler.setMacroRecorder(InputHandler.MacroRecorder recorder)
          Sets the macro recorder.