|
WebObjects 5.4.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.webobjects.eoapplication.EOApplication.ApplicationSupport
com.webobjects.eoapplication.EOApplicationSupport
public class 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 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 timepublic void prepareApplication(EOApplication application, NSDictionary arguments)
prepareApplication
in class EOApplication.ApplicationSupport
application
- the EOApplication instancearguments
- the arguments to the application known at this time
|
Last updated June 2008 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |