InputHandlerProvider
protected static class StandaloneTextArea.StandaloneActionSet extends JEditActionSet<JEditBeanShellAction>
actions, loaded, placeholder, uri
Constructor | Description |
---|---|
StandaloneActionSet(IPropertyManager iPropertyManager,
TextArea textArea,
java.net.URL url) |
Modifier and Type | Method | Description |
---|---|---|
protected JEditBeanShellAction |
createBeanShellAction(java.lang.String actionName,
java.lang.String code,
java.lang.String selected,
boolean noRepeat,
boolean noRecord,
boolean noRememberLast) |
This method should be implemented to return an action that will execute
the given code
|
protected JEditBeanShellAction[] |
getArray(int size) |
Returns an empty array E[].
|
AbstractInputHandler |
getInputHandler() |
|
protected java.lang.String |
getProperty(java.lang.String name) |
Returns a property for the given name.
|
addAction, contains, getAction, getActionCount, getActionNames, getActions, getCacheableActionNames, initKeyBindings, load, removeAction, removeAllActions, size
public StandaloneActionSet(IPropertyManager iPropertyManager, TextArea textArea, java.net.URL url)
protected JEditBeanShellAction[] getArray(int size)
JEditActionSet
getArray
in class JEditActionSet<JEditBeanShellAction>
size
- the size of the arrayprotected java.lang.String getProperty(java.lang.String name)
JEditActionSet
getProperty
in class JEditActionSet<JEditBeanShellAction>
name
- the property namepublic AbstractInputHandler getInputHandler()
protected JEditBeanShellAction createBeanShellAction(java.lang.String actionName, java.lang.String code, java.lang.String selected, boolean noRepeat, boolean noRecord, boolean noRememberLast)
JEditActionSet
createBeanShellAction
in class JEditActionSet<JEditBeanShellAction>