Example usage for com.google.gwt.user.client.ui Frame interface-usage

List of usage examples for com.google.gwt.user.client.ui Frame interface-usage

Introduction

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

Usage

From source file org.activityinfo.ui.client.page.app.AppFrameSet.java

@Singleton
public class AppFrameSet implements Frame {

    private EventBus eventBus;
    private Viewport viewport;

From source file org.activityinfo.ui.client.page.config.VSplitFrameSet.java

/**
 * Standard 2-column split frame with a left-hand pane for navigation and the
 * center component for page navigation.
 */
public class VSplitFrameSet implements Frame {

From source file org.utgenome.gwt.utgb.client.ui.TrackFrame.java

/**
 * @author leo
 *
 */
public class TrackFrame extends Composite implements Frame {