|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpivot.wtk.ApplicationContext
pivot.wtk.BrowserApplicationContext
public final class BrowserApplicationContext
Application context used to execute applications in a web browser.
Nested Class Summary | |
---|---|
static class |
BrowserApplicationContext.HostApplet
Applet used to host applications in a web browser. |
Nested classes/interfaces inherited from class pivot.wtk.ApplicationContext |
---|
ApplicationContext.DisplayHost, ApplicationContext.ResourceCacheDictionary, ApplicationContext.ScheduledCallback |
Field Summary |
---|
Fields inherited from class pivot.wtk.ApplicationContext |
---|
origin |
Constructor Summary | |
---|---|
BrowserApplicationContext()
|
Method Summary | |
---|---|
static java.lang.Object |
eval(java.lang.String script,
Application application)
Evaluates a script in the page context and returns the result. |
static Application |
getApplication(java.lang.String name)
Retrieves a named application. |
Methods inherited from class pivot.wtk.ApplicationContext |
---|
beep, createTimer, destroyTimer, getDisplay, getDisplayHost, getOrigin, getResourceCache, open, queueCallback, queueCallback, scheduleCallback, scheduleRecurringCallback, scheduleRecurringCallback |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BrowserApplicationContext()
Method Detail |
---|
public static Application getApplication(java.lang.String name)
name
- The name of the applet hosting the application.public static java.lang.Object eval(java.lang.String script, Application application)
script
- application
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |