public class JEditBeanShellAction extends JEditAbstractEditAction<TextArea>
actions.xml and
 browser.actions.xml files; see ActionSet for syntax
 information.jEdit.getAction(String), 
jEdit.getActionNames(), 
ActionSetargs, name| Constructor and Description | 
|---|
| JEditBeanShellAction(java.lang.String name,
                    java.lang.String code,
                    java.lang.String isSelected,
                    boolean noRepeat,
                    boolean noRecord,
                    boolean noRememberLast) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getCode() | 
| void | invoke(TextArea textArea)Invokes the action. | 
| boolean | isSelected(java.awt.Component comp) | 
| boolean | noRecord() | 
| boolean | noRememberLast()Returns if this edit action should not be remembered as the most
 recently invoked action. | 
| boolean | noRepeat() | 
getName, invoke, setName, toStringpublic JEditBeanShellAction(java.lang.String name,
                            java.lang.String code,
                            java.lang.String isSelected,
                            boolean noRepeat,
                            boolean noRecord,
                            boolean noRememberLast)
public void invoke(TextArea textArea)
JEditAbstractEditActioninvoke in class JEditAbstractEditAction<TextArea>textArea - the argumentpublic boolean isSelected(java.awt.Component comp)
public boolean noRepeat()
public boolean noRecord()
public boolean noRememberLast()
public java.lang.String getCode()