Class GroovyEditor

    • Constructor Detail

      • GroovyEditor

        public GroovyEditor()
        Minimum Constructor
      • GroovyEditor

        public GroovyEditor​(Frame owner)
        Minimum Constructor
      • GroovyEditor

        public GroovyEditor​(String title,
                            String script,
                            int WindowNo)
        Constructor
        Parameters:
        title - Field Name
        script - The Script
      • GroovyEditor

        public GroovyEditor​(Frame owner,
                            String title,
                            String script,
                            int WindowNo)
        Constructor
        Parameters:
        owner - Owner frame
        title - Field Name
        script - The Script