All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.sf.jguiraffe.gui.app.package.html Maven / Gradle / Ivy

There is a newer version: 1.4.1
Show newest version








In this package the main application class can be found.

Application is the start up class of this framework. An instance initializes all required helper classes and constructs the GUI. It also controls the command dispatch thread.

The Application class is fully functional; it can be directly used. If customization is required (e.g. if some of the helper classes are to be replaced) or if command line arguments need to be processed, a custom application class can be derived from this class.

In addition to the central Application class this package contains other classes directly related to Application. There is the ApplicationContext interface which provides access to many helper objects managed by an application. There are also some helper classes that can be used by typical applications, e.g. often required commands or action tasks.

$Id: package.html 192 2010-08-22 16:15:22Z oheger $





© 2015 - 2024 Weber Informatics LLC | Privacy Policy