Package jahuwaldt.swing
Interface MainApp
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MDIApplication
getGUIApplication()
Return a reference to this program's GUI application or null if we are running in batch mode.Preferences
getPreferences()
Return a reference to the user preferences for this application or null if no preferences class has been stored.java.util.ResourceBundle
getResourceBundle()
Returns the resource bundle stored with this application.
-
-
-
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.
-
getGUIApplication
MDIApplication getGUIApplication()
Return 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.
-
-