|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectxml.JEdit5Support
public class JEdit5Support
methods making use of the new jEdit 5 APIs
| Constructor Summary | |
|---|---|
JEdit5Support()
|
|
| Method Summary | |
|---|---|
static void |
setShortcut(java.lang.String name,
java.lang.String shortcut)
use the org.jedit.keymap API to set a shortcut programatically. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JEdit5Support()
| Method Detail |
|---|
public static void setShortcut(java.lang.String name,
java.lang.String shortcut)
name - the action name (e.g. "xml-insert-closing-tag"), or null to delete a shortcutshortcut - shortcut to activate the actionKeymap.setShortcut(String, String)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||