Class StandaloneTextArea.StandaloneActionSet

    • Constructor Detail

      • StandaloneActionSet

        public StandaloneActionSet​(IPropertyManager iPropertyManager,
                                   TextArea textArea,
                                   java.net.URL url)
    • Method Detail

      • getProperty

        protected java.lang.String getProperty​(java.lang.String name)
        Description copied from class: JEditActionSet
        Returns a property for the given name. In jEdit it will returns a jEdit.getProperty(name), but it can return something else for a standalone textarea.
        Specified by:
        getProperty in class JEditActionSet<JEditBeanShellAction>
        Parameters:
        name - the property name
        Returns:
        the property value
      • createBeanShellAction

        protected JEditBeanShellAction createBeanShellAction​(java.lang.String actionName,
                                                             java.lang.String code,
                                                             java.lang.String selected,
                                                             boolean noRepeat,
                                                             boolean noRecord,
                                                             boolean noRememberLast)
        Description copied from class: JEditActionSet
        This method should be implemented to return an action that will execute the given code
        Specified by:
        createBeanShellAction in class JEditActionSet<JEditBeanShellAction>
        Parameters:
        actionName - the action name
        code - the code
        selected - selected
        noRepeat - noRepeat
        noRecord - noRecord
        noRememberLast - noRememberLast
        Returns:
        an action