Example usage for com.google.gwt.editor.client.impl Initializer subclass-usage

List of usage examples for com.google.gwt.editor.client.impl Initializer subclass-usage

Introduction

In this page you can find the example usage for com.google.gwt.editor.client.impl Initializer subclass-usage.

Usage

From source file com.google.web.bindery.requestfactory.gwt.client.impl.Initializer.java

/**
 * Extension of standard Editor Initializer that provides the current
 * RequestContext.
 */
class Initializer extends com.google.gwt.editor.client.impl.Initializer {

From source file de.csenk.gwt.commons.editor.client.AutoFlushInitializer.java

/**
 * @author senk.christian@googlemail.com
 */
public class AutoFlushInitializer extends Initializer {

    private final Collection<HandlerRegistration> handlerRegistrations;