com.google.gwt.dev.shell |
|
Java Source File Name | Type | Comment |
BrowserDialog.java | Class | A composite containing a browser widget. |
BrowserWidget.java | Class | Represents an individual browser window and all of its controls. |
BrowserWidgetHost.java | Interface | Interface that unifies access to the BrowserWidget ,
ModuleSpaceHost , and the compiler. |
BrowserWidgetHostChecker.java | Class | This class contains utility functions to do whitelist/blacklist handling. |
CheckForUpdates.java | Class | Orchestrates a best-effort attempt to find out if a new version of GWT is
available. |
CheckForUpdatesTest.java | Class | |
CompilingClassLoader.java | Class | TODO : we should refactor this class to move the getClassInfoByDispId,
getDispId, getMethodDispatch and putMethodDispatch into a separate entity
since they really do not interact with the CompilingClassLoader
functionality. |
DialogBase.java | Class | Shared boilerplate for dialogs. |
DispatchClassInfo.java | Class | Helper class for dispatching methods to Java objects. |
GridPanel.java | Class | Shared boilerplate for grid-style UIs. |
GWTShellServlet.java | Class | Built-in servlet for convenient access to the public path of a specified
module. |
HeaderBarBase.java | Class | Base class for Composites that contain ToolItem
entities. |
HostedModeException.java | Class | An exception that can only occur in hosted mode, but may indicate potential
problems in web mode. |
HostedModeServletConfigProxy.java | Class | ServletConfig proxy which ensures that an un-proxied
ServletContext is never returned to a servlet in hosted mode. |
HostedModeServletContextProxy.java | Class | ServletContext proxy that implements the getResource and getResourceAsStream
members so that they can work with the
GWTShellServlet . |
HostedModeSourceOracle.java | Class | Does a little extra magic to handle hosted mode JSNI and
GWT.create() . |
JavaDispatch.java | Interface | Abstracts the process of interacting with lazily-bound object manipulation. |
JavaDispatchImpl.java | Class | Class for wrapping Java things for JavaScript. |
JavaScriptHost.java | Class | This class contains a set of static methods that can be used to interact with
the browser in hosted mode. |
JsniInjector.java | Class | Adapts compilation units containing JSNI-accessible code by rewriting the
source. |
JsValue.java | Class | Represents a JavaScript value.
Note that in general the various get*() methods will return
platform-independent values only if the corresponding is*() method returns
true. |
JsValueGlue.java | Class | Glue layer that performs GWT-specific operations on JsValues. |
LowLevel.java | Class | Various cross-platform low-level helper methods. |
Messages.java | Class | End-user messages related to the shell. |
ModuleSpace.java | Class | The interface to the low-level browser, this class serves as a 'domain' for a
module, loading all of its classes in a separate, isolated class loader. |
ModuleSpaceHost.java | Interface | Defines the contract necessary to host a module space. |
ModuleSpacePropertyOracle.java | Class | Implements a
PropertyOracle in terms of a module space, which makes
it possible to execute property providers. |
PlatformSpecific.java | Class | Performs platform-specific class selection. |
ShellGWT.java | Class | This class is the hosted-mode peer for
com.google.gwt.core.client.GWT . |
ShellJavaScriptHost.java | Interface | This interface contains all of the methods that must be exposed to a hosted
mode application via its JavaScriptHost class. |
ShellMainWindow.java | Class | Implements the GWTShell's main window control. |
ShellModuleSpaceHost.java | Class | Provides an environment for a
com.google.gwt.dev.shell.ModuleSpace that works appropriately for the development shell. |
StandardGeneratorContext.java | Class | An abstract implementation of a generator context in terms of a
com.google.gwt.dev.jdt.MutableCompilationServiceHost , a
com.google.gwt.dev.jdt.PropertyOracle , and a
com.google.gwt.core.server.typeinfo.TypeOracle . |
StandardGeneratorContextTest.java | Class | A wide variety of tests on
StandardGeneratorContext . |
StandardRebindOracle.java | Class | Implements rebind logic in terms of a variety of other well-known oracles. |