Package | Description |
---|---|
org.gjt.sp.jedit.input |
Keyboard Input Handlers
|
org.gjt.sp.jedit.textarea |
Classes related to jEdit's TextArea.
|
Modifier and Type | Method | Description |
---|---|---|
protected abstract JEditBeanShellAction |
TextAreaInputHandler.getAction(java.lang.String action) |
Modifier and Type | Method | Description |
---|---|---|
void |
TextAreaInputHandler.invokeAction(JEditBeanShellAction action) |
Invokes the specified action, repeating and recording it as
necessary.
|
Modifier and Type | Method | Description |
---|---|---|
protected JEditBeanShellAction |
StandaloneTextArea.StandaloneActionSet.createBeanShellAction(java.lang.String actionName,
java.lang.String code,
java.lang.String selected,
boolean noRepeat,
boolean noRecord,
boolean noRememberLast) |
|
protected JEditBeanShellAction[] |
StandaloneTextArea.StandaloneActionSet.getArray(int size) |
Modifier and Type | Method | Description |
---|---|---|
JEditActionContext<JEditBeanShellAction,JEditActionSet<JEditBeanShellAction>> |
TextArea.getActionContext() |
|
JEditActionContext<JEditBeanShellAction,JEditActionSet<JEditBeanShellAction>> |
TextArea.getActionContext() |
Modifier and Type | Method | Description |
---|---|---|
void |
TextArea.addActionSet(JEditActionSet<JEditBeanShellAction> actionSet) |
Adds a new action set to the textarea's list of ActionSets.
|