Interface MainApp

  • All Known Implementing Classes:
    GeomSS

    public interface MainApp
    An interface for classes that provide application resources.

    Modified by: Joseph A. Huwaldt

    Version:
    February 22, 2025
    Author:
    Joseph A. Huwaldt Date: February 18, 2009
    • Method Detail

      • getResourceBundle

        java.util.ResourceBundle getResourceBundle()
        Returns the resource bundle stored with this application. If no resource bundle has been stored, then null is returned.
        Returns:
        The resource bundle stored with this application.
      • getGUIApplication

        MDIApplication getGUIApplication()
        Return a reference to this program's GUI application or null if we are running in batch mode.
        Returns:
        A reference to this program's GUI application or null if we are running in batch mode.
      • getPreferences

        Preferences getPreferences()
        Return a reference to the user preferences for this application or null if no preferences class has been stored.
        Returns:
        A reference to the user preferences for this application or null if no preferences class has been stored.