Class ConfigEditor

    • Method Detail

      • getResources

        protected org.pentaho.reporting.libraries.base.util.ResourceBundleSupport getResources()
        Returns the resource bundle of this editor for translating strings.
        Returns:
        the resource bundle.
      • createStatusBar

        protected JPanel createStatusBar()
        Creates the statusbar for this frame. Use setStatus() to display text on the status bar.
        Returns:
        the status bar.
      • load

        protected void load()
        Loads the report configuration from a user selectable report properties file.
      • reset

        protected void reset()
      • save

        protected void save()
        Saves the report configuration to a user selectable report properties file.
      • attempClose

        protected void attempClose()
        Closes this frame and exits the JavaVM.
      • main

        public static void main​(String[] args)
        main Method to start the editor.
        Parameters:
        args - not used.