Example usage for com.google.gwt.debugpanel.common Utils.DefaultUtil subclass-usage

List of usage examples for com.google.gwt.debugpanel.common Utils.DefaultUtil subclass-usage

Introduction

In this page you can find the example usage for com.google.gwt.debugpanel.common Utils.DefaultUtil subclass-usage.

Usage

From source file com.example.panel.client.MyUtil.java

/**
 * Shows how to override some of the debug panel utilities.
 */
public class MyUtil extends Utils.DefaultUtil {
    private static final String PREFIX = "com.example.";