|
WebObjects 5.2.3 | ||||||||||
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 argumentspublic void prepareApplication(EOApplication application, NSDictionary arguments)
prepareApplication
in class EOApplication.ApplicationSupport
application
- the EOApplication instancearguments
- the arguments to the application known at this timepublic void prepareClasses(NSDictionary arguments)
prepareClasses
in class EOApplication.ApplicationSupport
arguments
- the arguments to the application known at this timepublic void prepareGlobalObjects(NSDictionary arguments)
prepareGlobalObjects
in class EOApplication.ApplicationSupport
arguments
- the arguments to the application known at this time
|
Last updated Thu Oct 21 15:04:16 PDT 2004. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |