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.HandlerMacros.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.HandlerMacros.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 voidMacros.registerHandler(Macros.Handler handler) Adds a macro handler to the handlers liststatic voidMacros.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)