info.aduna.autofocus
Class AutoFocus
java.lang.Object
info.aduna.autofocus.AutoFocus
public class AutoFocus
- extends Object
The class Autofocus is the main class of the AutoFocus. It is responsible for
opening and initializing the application's main frame.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CONFIG
public static final AppConfiguration CONFIG
AutoFocus
public AutoFocus()
main
public static void main(String[] args)
launch
public void launch(String[] args)
getFrame
public AutoFocusFrame getFrame()
getInfoSourceManager
public InfoSourceManager getInfoSourceManager()
shutDown
public void shutDown()
- Saves the current window state and shuts down the system.
getInstallDirFile
public static File getInstallDirFile(String fileName)
- Given a filename path relative to the installation directory, returns the
file object representing the file. Handles different start directories,
and development/production differences.
Copyright © 1997-2008 Aduna. All Rights Reserved.