GWT 2.3.0

Uses of Package
com.google.gwt.i18n.shared

Packages that use com.google.gwt.i18n.shared
com.google.gwt.i18n.client Internationalization support for GWT applications. 
com.google.gwt.i18n.rebind This package contains i18n generators. 
com.google.gwt.i18n.server This package contains server-side i18n classes and interfaces. 
com.google.gwt.i18n.shared This package contains i18n classes and interfaces shared between client and server. 
com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes. 
 

Classes in com.google.gwt.i18n.shared used by com.google.gwt.i18n.client
DirectionEstimator
          Interface for direction estimators.
HasDirectionEstimator
          Interface for objects that have a direction estimator.
 

Classes in com.google.gwt.i18n.shared used by com.google.gwt.i18n.rebind
GwtLocale
          Class representing GWT locales and conversion to/from other formats.
GwtLocaleFactory
          Factories that know how to create GwtLocale instances.
 

Classes in com.google.gwt.i18n.shared used by com.google.gwt.i18n.server
GwtLocale
          Class representing GWT locales and conversion to/from other formats.
GwtLocaleFactory
          Factories that know how to create GwtLocale instances.
 

Classes in com.google.gwt.i18n.shared used by com.google.gwt.i18n.shared
AlternateMessageSelector.AlternateForm
          Represents an alternate form of a message.
AnyRtlDirectionEstimator
          Direction estimator that uses the "any RTL" heuristic.
BidiFormatter
          Utility class for formatting text for display in a potentially opposite-direction context without garbling.
BidiFormatterBase
          Base class for BidiFormatter and SafeHtmlBidiFormatter that contains their common implementation.
BidiUtils
          Utility functions for performing common Bidi tests on strings.
DirectionEstimator
          Interface for direction estimators.
FirstStrongDirectionEstimator
          Direction estimator that uses the "first strong" heuristic.
GwtLocale
          Class representing GWT locales and conversion to/from other formats.
SafeHtmlBidiFormatter
          A wrapper to BidiFormatter whose methods return SafeHtml instead of String.
WordCountDirectionEstimator
          Direction estimator that uses the "word count" heuristic.
 

Classes in com.google.gwt.i18n.shared used by com.google.gwt.user.client.ui
DirectionEstimator
          Interface for direction estimators.
HasDirectionEstimator
          Interface for objects that have a direction estimator.
 


GWT 2.3.0