| 
WebObjects 5.2.2 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
  |
  +--com.webobjects.eoapplication.EOApplication.ApplicationSupport
        |
        +--com.webobjects.eoapplication.EOApplicationSupport
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 | 
public EOApplicationSupport()
| Method Detail | 
public static void main(String[] argv)
argv - the application arguments
public void prepareApplication(EOApplication application,
                               NSDictionary arguments)
prepareApplication in class EOApplication.ApplicationSupportapplication - the EOApplication instancearguments - the arguments to the application known at this timepublic void prepareClasses(NSDictionary arguments)
prepareClasses in class EOApplication.ApplicationSupportarguments - the arguments to the application known at this timepublic void prepareGlobalObjects(NSDictionary arguments)
prepareGlobalObjects in class EOApplication.ApplicationSupportarguments - the arguments to the application known at this time
  | 
Last updated Mon Oct 13 15:42:52 PDT 2003. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||