Class JEditBeanShellAction

    • Constructor Detail

      • JEditBeanShellAction

        public JEditBeanShellAction​(java.lang.String name,
                                    java.lang.String code,
                                    java.lang.String isSelected,
                                    boolean noRepeat,
                                    boolean noRecord,
                                    boolean noRememberLast)
    • Method Detail

      • isSelected

        public boolean isSelected​(java.awt.Component comp)
      • noRepeat

        public boolean noRepeat()
      • noRecord

        public boolean noRecord()
      • noRememberLast

        public boolean noRememberLast()
        Returns if this edit action should not be remembered as the most recently invoked action.
        Since:
        jEdit 4.2pre1
      • getCode

        public java.lang.String getCode()