WebObjects 5.2.3

com.webobjects.eoapplication
Class EOApplicationSupport

java.lang.Object
  extended bycom.webobjects.eoapplication.EOApplication.ApplicationSupport
      extended bycom.webobjects.eoapplication.EOApplicationSupport

public class EOApplicationSupport
extends EOApplication.ApplicationSupport

EOApplicationSupport is an EOApplication.ApplicationSupport subclass used with two-tier Swing/EOF applications. The main function on EOApplicationSupport is the entry point used for these kind of applications.


Constructor Summary
EOApplicationSupport()
          Creates a new EOApplicationSupport object.
 
Method Summary
static void main(String[] argv)
          Main entry point for two-tier Swing/EOF applications.
 void prepareApplication(EOApplication application, NSDictionary arguments)
          Sets the application name and a two-tier specific defaults manager.
 void prepareClasses(NSDictionary arguments)
          Initializes all NSBundles used by the application and their principal classes.
 void prepareGlobalObjects(NSDictionary arguments)
          Initializes a two-tier specific data source factory and resource bundle.
 
Methods inherited from class com.webobjects.eoapplication.EOApplication.ApplicationSupport
acknowledgeQuit, finishStartup, refreshData, runStartupDialogs
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EOApplicationSupport

public EOApplicationSupport()
Creates a new EOApplicationSupport object.

Method Detail

main

public static void main(String[] argv)
Main entry point for two-tier Swing/EOF applications.

Parameters:
argv - the application arguments

prepareApplication

public void prepareApplication(EOApplication application,
                               NSDictionary arguments)
Sets the application name and a two-tier specific defaults manager.

Overrides:
prepareApplication in class EOApplication.ApplicationSupport
Parameters:
application - the EOApplication instance
arguments - the arguments to the application known at this time

prepareClasses

public void prepareClasses(NSDictionary arguments)
Initializes all NSBundles used by the application and their principal classes.

Overrides:
prepareClasses in class EOApplication.ApplicationSupport
Parameters:
arguments - the arguments to the application known at this time

prepareGlobalObjects

public void prepareGlobalObjects(NSDictionary arguments)
Initializes a two-tier specific data source factory and resource bundle.

Overrides:
prepareGlobalObjects in class EOApplication.ApplicationSupport
Parameters:
arguments - the arguments to the application known at this time

Last updated Thu Oct 21 15:04:16 PDT 2004.

Copyright © 2004 Apple Computer, Inc.