GWT 2.7.0

Uses of Interface
com.google.gwt.user.client.ui.RichTextArea.BasicFormatter

Packages that use RichTextArea.BasicFormatter
com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes. 
 

Uses of RichTextArea.BasicFormatter in com.google.gwt.user.client.ui
 

Subinterfaces of RichTextArea.BasicFormatter in com.google.gwt.user.client.ui
static interface RichTextArea.ExtendedFormatter
          Deprecated. use RichTextArea.Formatter instead
static interface RichTextArea.Formatter
           This interface is used to access full formatting options, when available.
 

Methods in com.google.gwt.user.client.ui that return RichTextArea.BasicFormatter
 RichTextArea.BasicFormatter RichTextArea.getBasicFormatter()
          Deprecated. use RichTextArea.getFormatter() instead
 


GWT 2.7.0