Uses of Class
net.sf.jguiraffe.gui.app.ApplicationException
-
Packages that use ApplicationException Package Description net.sf.jguiraffe.gui.app In this package the main application class can be found. -
-
Uses of ApplicationException in net.sf.jguiraffe.gui.app
Methods in net.sf.jguiraffe.gui.app that throw ApplicationException Modifier and Type Method Description static voidApplication. main(String[] args)A main method for applications based on this framework.voidApplication. processCommandLine(String[] args)Hook method for processing the command line arguments.voidApplication. run()The main execute method of this application.voidApplication. saveUserConfiguration()Stores the configuration with user specific settings if there have been changes.voidApplication. saveUserConfiguration(boolean force)Stores the configuration with user specific settings.static voidApplication. startup(Application application, String[] args)Starts an application.
-