com.webobjects.eoapplication
Class EOApplicationSupport
java.lang.Object
|
+--com.webobjects.eoapplication.EOApplication.ApplicationSupport
|
+--com.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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EOApplicationSupport
public EOApplicationSupport()
- Creates a new EOApplicationSupport object.
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 instancearguments
- 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
Copyright © 2003 Apple Computer, Inc.