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

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

Introduction

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

Usage

From source file org.rstudio.studio.client.common.NotifyingSplitLayoutPanel.java

public class NotifyingSplitLayoutPanel extends SplitLayoutPanel {
    @Inject
    public NotifyingSplitLayoutPanel(int splitterSize, EventBus events) {
        super(splitterSize);

        events_ = events;

From source file org.seamless.gwt.component.client.widget.ResizableSplitLayoutPanel.java

/**
 * TODO: Fixing the only place where we use PX in the whole app requires this:
 * http://gwt-code-reviews.appspot.com/1244801/show
 *
 * @author Christian Bauer
 */