Uses of Class
org.gjt.sp.jedit.Macros.Macro
Packages that use Macros.Macro
-
Uses of Macros.Macro in org.gjt.sp.jedit
Methods in org.gjt.sp.jedit that return Macros.MacroModifier and TypeMethodDescriptionabstract Macros.Macro
Macros.Handler.createMacro
(String macroName, String path) static Macros.Macro
Macros.getLastMacro()
static Macros.Macro
Returns the macro with the specified name.Methods in org.gjt.sp.jedit with parameters of type Macros.MacroModifier and TypeMethodDescriptionabstract void
Macros.Handler.runMacro
(View view, Macros.Macro macro) Runs the specified macro.void
Macros.Handler.runMacro
(View view, Macros.Macro macro, boolean ownNamespace) Runs the specified macro.static void
Macros.setLastMacro
(Macros.Macro macro)