GWT 2.1.1

Uses of Package
com.google.gwt.core.client

Packages that use com.google.gwt.core.client
com.google.gwt.core.client Fundamental classes used in client-side GWT code. 
com.google.gwt.core.client.testing   
com.google.gwt.dom.client Classes for low-level DOM programming. 
com.google.gwt.i18n.client Internationalization support for GWT applications. 
com.google.gwt.json.client Classes for parsing and creating JSON encoded values. 
com.google.gwt.jsonp.client Classes for sending cross domain requests to an http server, potentially on a different domain, via JSONP. 
com.google.gwt.logging.client Log handlers and related classes for java.util.logging support in GWT. 
com.google.gwt.user.cellview.client The "cellview" widget set. 
com.google.gwt.user.client Fundamental user-interface classes used in client-side GWT code. 
com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes. 
com.google.gwt.xhr.client   
 

Classes in com.google.gwt.core.client used by com.google.gwt.core.client
GWT.UncaughtExceptionHandler
          This interface is used to catch exceptions at the "top level" just before they escape to the browser.
JavaScriptObject
          An opaque handle to a native JavaScript object.
JsDate
          A simple wrapper around a native JS Date object.
RunAsyncCallback
          A callback meant to be used by GWT.runAsync(RunAsyncCallback).
Scheduler
          This class provides low-level task scheduling primitives.
Scheduler.RepeatingCommand
          General-purpose Command interface for tasks that repeat.
Scheduler.ScheduledCommand
          General-purpose Command interface.
 

Classes in com.google.gwt.core.client used by com.google.gwt.core.client.testing
Scheduler
          This class provides low-level task scheduling primitives.
Scheduler.RepeatingCommand
          General-purpose Command interface for tasks that repeat.
Scheduler.ScheduledCommand
          General-purpose Command interface.
 

Classes in com.google.gwt.core.client used by com.google.gwt.dom.client
JavaScriptObject
          An opaque handle to a native JavaScript object.
 

Classes in com.google.gwt.core.client used by com.google.gwt.i18n.client
JavaScriptObject
          An opaque handle to a native JavaScript object.
JsArrayInteger
          A simple wrapper around a homogeneous native array of integer values.
JsArrayString
          A simple wrapper around a homogeneous native array of string values.
 

Classes in com.google.gwt.core.client used by com.google.gwt.json.client
JavaScriptObject
          An opaque handle to a native JavaScript object.
 

Classes in com.google.gwt.core.client used by com.google.gwt.jsonp.client
JavaScriptObject
          An opaque handle to a native JavaScript object.
 

Classes in com.google.gwt.core.client used by com.google.gwt.logging.client
EntryPoint
          Implement this interface to allow a class to act as a module entry point.
 

Classes in com.google.gwt.core.client used by com.google.gwt.user.cellview.client
Scheduler.ScheduledCommand
          General-purpose Command interface.
 

Classes in com.google.gwt.core.client used by com.google.gwt.user.client
JavaScriptObject
          An opaque handle to a native JavaScript object.
Scheduler.RepeatingCommand
          General-purpose Command interface for tasks that repeat.
Scheduler.ScheduledCommand
          General-purpose Command interface.
 

Classes in com.google.gwt.core.client used by com.google.gwt.user.client.ui
JavaScriptObject
          An opaque handle to a native JavaScript object.
Scheduler.ScheduledCommand
          General-purpose Command interface.
 

Classes in com.google.gwt.core.client used by com.google.gwt.xhr.client
JavaScriptObject
          An opaque handle to a native JavaScript object.
 


GWT 2.1.1