Uses of Class
org.gjt.sp.jedit.Macros.Recorder

Packages that use Macros.Recorder
org.gjt.sp.jedit This package contains jEdit's core classes. 
 

Uses of Macros.Recorder in org.gjt.sp.jedit
 

Methods in org.gjt.sp.jedit that return Macros.Recorder
 Macros.Recorder View.getMacroRecorder()
          Returns the macro recorder.
 

Methods in org.gjt.sp.jedit with parameters of type Macros.Recorder
 void View.setMacroRecorder(Macros.Recorder recorder)
          Sets the macro recorder.