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

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.RichTextAreaImplOpera
All Implemented Interfaces:
RichTextArea.BasicFormatter, RichTextArea.ExtendedFormatter, RichTextArea.Formatter

public class RichTextAreaImplOpera
extends RichTextAreaImplStandard

Opera implementation of rich-text editing.


Constructor Summary
RichTextAreaImplOpera()
           
 
Method Summary
 void setBackColor(java.lang.String color)
          Sets the background color.
 
Methods inherited from class com.google.gwt.user.client.ui.impl.RichTextAreaImplStandard
createElement, createLink, getBackColor, getForeColor, getHTML, getText, initElement, 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

RichTextAreaImplOpera

public RichTextAreaImplOpera()
Method Detail

setBackColor

public void setBackColor(java.lang.String color)
Description copied from interface: RichTextArea.BasicFormatter
Sets the background color.

Specified by:
setBackColor in interface RichTextArea.BasicFormatter
Specified by:
setBackColor in interface RichTextArea.Formatter
Overrides:
setBackColor in class RichTextAreaImplStandard
Parameters:
color - the new background color