com.google.gwt.user.client.ui.impl
Class RichTextAreaImplOldMozilla

java.lang.Object
  extended by com.google.gwt.user.client.ui.impl.RichTextAreaImpl
      extended by com.google.gwt.user.client.ui.impl.RichTextAreaImplStandard
          extended by com.google.gwt.user.client.ui.impl.RichTextAreaImplMozilla
              extended by com.google.gwt.user.client.ui.impl.RichTextAreaImplOldMozilla
All Implemented Interfaces:
RichTextArea.BasicFormatter, RichTextArea.ExtendedFormatter, RichTextArea.Formatter

public class RichTextAreaImplOldMozilla
extends RichTextAreaImplMozilla

Old Mozilla-specific implementation of rich-text editing.


Constructor Summary
RichTextAreaImplOldMozilla()
           
 
Method Summary
 
Methods inherited from class com.google.gwt.user.client.ui.impl.RichTextAreaImplMozilla
initElement, setBackColor
 
Methods inherited from class com.google.gwt.user.client.ui.impl.RichTextAreaImplStandard
createElement, createLink, getBackColor, getForeColor, getHTML, getText, insertHorizontalRule, insertHTML, insertImage, insertOrderedList, insertUnorderedList, isBold, isEnabled, isItalic, isStrikethrough, isSubscript, isSuperscript, isUnderlined, leftIndent, redo, removeFormat, removeLink, rightIndent, selectAll, setEnabled, setFocus, setFontName, setFontSize, setForeColor, setHTML, setJustification, setText, toggleBold, toggleItalic, toggleStrikethrough, toggleSubscript, toggleSuperscript, toggleUnderline, undo, uninitElement
 
Methods inherited from class com.google.gwt.user.client.ui.impl.RichTextAreaImpl
getElement, setOwner, setWidget
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RichTextAreaImplOldMozilla

public RichTextAreaImplOldMozilla()