Uses of Class
org.gjt.sp.jedit.Macros.Handler
-
Uses of Macros.Handler in org.gjt.sp.jedit
Modifier 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 handlersModifier 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 listModifierConstructorDescriptionMacro
(Macros.Handler handler, String name, String label, String path)