Example usage for com.google.gwt.dom.client Text subclass-usage

List of usage examples for com.google.gwt.dom.client Text subclass-usage

Introduction

In this page you can find the example usage for com.google.gwt.dom.client Text subclass-usage.

Usage

From source file org.rstudio.core.client.dom.TextEx.java

public class TextEx extends Text {
    protected TextEx() {
    }

    public static ArrayList<TextEx> allTextNodes(Node node) {
        ArrayList<TextEx> results = new ArrayList<TextEx>();

From source file org.xwiki.gwt.dom.client.Text.java

/**
 * Extends the text implementation provided by GWT to add useful methods. All of them should be removed as soon as they
 * make their way into GWT's API.
 * 
 * @version $Id: 7cf92bc422304b15d49da54b327b0a75047cd774 $
 */