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