List of usage examples for com.google.gwt.user.client.ui Frame interface-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 {