Example usage for com.google.gwt.user.client.ui.impl RichTextAreaImplStandard subclass-usage

List of usage examples for com.google.gwt.user.client.ui.impl RichTextAreaImplStandard subclass-usage

Introduction

In this page you can find the example usage for com.google.gwt.user.client.ui.impl RichTextAreaImplStandard subclass-usage.

Usage

From source file org.xwiki.gwt.user.client.ui.rta.internal.RichTextAreaImplIE.java

/**
 * Specific implementation of rich-text editing for newer versions of the Internet Explorer browser (9 and above).
 * 
 * @version $Id: 33eca154381eff54b1907d1e2b638e2cdfc0efc0 $
 */
public class RichTextAreaImplIE extends RichTextAreaImplStandard {