info.aduna.autofocus
Class AutoFocus

java.lang.Object
  extended by 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.


Nested Class Summary
static class AutoFocus.MySocketFactory
           
 
Field Summary
static AppConfiguration CONFIG
           
 
Constructor Summary
AutoFocus()
           
 
Method Summary
 AutoFocusFrame getFrame()
           
 InfoSourceManager getInfoSourceManager()
           
static File getInstallDirFile(String fileName)
          Given a filename path relative to the installation directory, returns the file object representing the file.
 void launch(String[] args)
           
static void main(String[] args)
           
 void shutDown()
          Saves the current window state and shuts down the system.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONFIG

public static final AppConfiguration CONFIG
Constructor Detail

AutoFocus

public AutoFocus()
Method Detail

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.