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, 2009
    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.
      • getPreferences

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