com.google.gwt.dev.shell.mac |
|
Java Source File Name | Type | Comment |
BrowserWidgetSaf.java | Class | Represents an individual browser window and all of its controls. |
CheckForUpdatesSaf.java | Class | Safari specific implementation of CheckForUpdates. |
JsValueSaf.java | Class | Represents a Safari JavaScript value.
The basic rule is that any JSValue passed to Java code from native code will
always be GC-protected in the native code and Java will always unprotect it
when the value is finalized. |
LowLevelSaf.java | Class | Various low-level helper methods for dealing with Safari.
The basic rule is that any JSValue passed to Java code from native code will
always be GC-protected in the native code and Java will always unprotect it
when the value is finalized. |
MethodDispatch.java | Class | Wraps an arbitrary Java Method as a Dispatchable component. |
ModuleSpaceSaf.java | Class | An implementation of
com.google.gwt.dev.shell.ModuleSpace for Safari. |
WebKitDispatchAdapter.java | Class | Wraps an arbitrary Java Object as a Dispatch component. |