GWT 2.1.0

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

Packages that use com.google.gwt.text.shared
com.google.gwt.cell.client Standard Cell subclasses used by the cellview widgets. 
com.google.gwt.requestfactory.ui.client   
com.google.gwt.text.client   
com.google.gwt.text.shared   
com.google.gwt.text.shared.testing   
com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes. 
 

Classes in com.google.gwt.text.shared used by com.google.gwt.cell.client
SafeHtmlRenderer
          An object that can render other objects of a particular type into safe HTML form.
 

Classes in com.google.gwt.text.shared used by com.google.gwt.requestfactory.ui.client
AbstractRenderer
          Abstract implementation of a renderer to make implementation of rendering simpler.
Renderer
          An object that can render other objects of a particular type into plain-text form.
 

Classes in com.google.gwt.text.shared used by com.google.gwt.text.client
AbstractRenderer
          Abstract implementation of a renderer to make implementation of rendering simpler.
Parser
          An object that can parse text and return a value.
Renderer
          An object that can render other objects of a particular type into plain-text form.
 

Classes in com.google.gwt.text.shared used by com.google.gwt.text.shared
Renderer
          An object that can render other objects of a particular type into plain-text form.
SafeHtmlRenderer
          An object that can render other objects of a particular type into safe HTML form.
SimpleSafeHtmlRenderer
          A simple SafeHtmlRenderer implementation that calls SafeHtmlUtils.fromString(String) to escape its arguments.
 

Classes in com.google.gwt.text.shared used by com.google.gwt.text.shared.testing
AbstractRenderer
          Abstract implementation of a renderer to make implementation of rendering simpler.
Parser
          An object that can parse text and return a value.
Renderer
          An object that can render other objects of a particular type into plain-text form.
 

Classes in com.google.gwt.text.shared used by com.google.gwt.user.client.ui
Parser
          An object that can parse text and return a value.
Renderer
          An object that can render other objects of a particular type into plain-text form.
 


GWT 2.1.0