Uses of Class
org.gjt.sp.jedit.Macros.Handler
Packages that use Macros.Handler
-
Uses of Macros.Handler in org.gjt.sp.jedit
Methods in org.gjt.sp.jedit that return Macros.HandlerModifier and TypeMethodDescriptionstatic Macros.Handler
Macros.getHandler
(String name) Returns the macro handler with the specified name, or null if there is no registered handler with that name.Macros.Macro.getHandler()
static Macros.Handler
Macros.getHandlerForPathName
(String pathName) Returns the macro handler suitable for running the specified file name, or null if there is no suitable handler.static Macros.Handler[]
Macros.getHandlers()
Returns an array containing the list of registered macro handlersMethods in org.gjt.sp.jedit with parameters of type Macros.HandlerModifier and TypeMethodDescriptionstatic void
Macros.registerHandler
(Macros.Handler handler) Adds a macro handler to the handlers liststatic void
Macros.unregisterHandler
(Macros.Handler handler) Removes a macro handler from the handlers listConstructors in org.gjt.sp.jedit with parameters of type Macros.HandlerModifierConstructorDescriptionMacro
(Macros.Handler handler, String name, String label, String path)