Package | Description |
---|---|
org.gjt.sp.jedit |
This package contains jEdit's core classes.
|
Modifier and Type | Method | Description |
---|---|---|
static Macros.Handler |
Macros.getHandler(java.lang.String name) |
Returns the macro handler with the specified name, or null if
there is no registered handler with that name.
|
Macros.Handler |
Macros.Macro.getHandler() |
|
static Macros.Handler |
Macros.getHandlerForPathName(java.lang.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 handlers
|
Modifier and Type | Method | Description |
---|---|---|
static void |
Macros.registerHandler(Macros.Handler handler) |
Adds a macro handler to the handlers list
|
static void |
Macros.unregisterHandler(Macros.Handler handler) |
Removes a macro handler from the handlers list
|
Constructor | Description |
---|---|
Macro(Macros.Handler handler,
java.lang.String name,
java.lang.String label,
java.lang.String path) |