public static class StandaloneTextArea.StandaloneActionSet extends JEditActionSet<JEditBeanShellAction>
actions, loaded, placeholder, uri| Constructor and Description | 
|---|
| StandaloneActionSet(IPropertyManager iPropertyManager,
                   TextArea textArea,
                   java.net.URL url) | 
| Modifier and Type | Method and 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, sizepublic StandaloneActionSet(IPropertyManager iPropertyManager, TextArea textArea, java.net.URL url)
protected JEditBeanShellAction[] getArray(int size)
JEditActionSetgetArray in class JEditActionSet<JEditBeanShellAction>size - the size of the arrayprotected java.lang.String getProperty(java.lang.String name)
JEditActionSetgetProperty 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)
JEditActionSetcreateBeanShellAction in class JEditActionSet<JEditBeanShellAction>actionName - the action namecode - the codeselected - selectednoRepeat - noRepeatnoRecord - noRecordnoRememberLast - noRememberLast