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

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

Introduction

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

Usage

From source file gov.nih.nci.ncicb.tcgaportal.level4.gwt.anomalysearch.client.util.CloseablePanel.java

/**
 * A panel that has a top bar that has a button to allow the main content to be hidden or shown.
 *
 * @author Jessica Chen
 *         Last updated by: $Author$
 * @version $Rev$

From source file mr.davidsanderson.uml.client.impl.EditorPanelImpl.java

/**
 * @author dsand
 *
 */
public class EditorPanelImpl extends DockPanel {

From source file mr.davidsanderson.uml.client.impl.MessagePanelImpl.java

/**
 * @author dsand
 *
 */
public class MessagePanelImpl extends DockPanel implements GraphEventHandler {

From source file org.drools.guvnor.client.explorer.TitlePanel.java

/**
 * The title bar at the top of the application.
 * 
 * @author rikkola
 *
 */

From source file org.gems.ajax.client.figures.ExpandoFigure.java

/*******************************************************************************
 * Copyright (c) 2007 Jules White. All rights reserved. This program and the
 * accompanying materials are made available under the terms of the Eclipse
 * Public License v1.0 which accompanies this distribution, and is available at
 * http://www.eclipse.org/legal/epl-v10.html
 * 

From source file org.gems.ajax.client.figures.FloatingWrapper.java

/*******************************************************************************
 * Copyright (c) 2007 Jules White. All rights reserved. This program and the
 * accompanying materials are made available under the terms of the Eclipse
 * Public License v1.0 which accompanies this distribution, and is available at
 * http://www.eclipse.org/legal/epl-v10.html
 * 

From source file org.gems.ajax.client.GEMSEditor.java

/*******************************************************************************
 * Copyright (c) 2007 Jules White. All rights reserved. This program and the
 * accompanying materials are made available under the terms of the Eclipse
 * Public License v1.0 which accompanies this distribution, and is available at
 * http://www.eclipse.org/legal/epl-v10.html
 * 

From source file org.pathvisio.wikipathways.client.ResultsTable.java

/**
 * A widget that displays search results
 * @author thomas
 */
public class ResultsTable extends DockPanel {
    int row; //The current row

From source file org.pathvisio.wikipathways.client.SearchPanel.java

/**
 * Base class for the search panel. This panel displays a single text box and search button.
 * Subclasses can implement {@link #createOptionsPanel()} and {@link #createInfoPanel()} to
 * add custom widgets.
 * @author thomas
 */

From source file org.pathvisio.wikipathways.client.StatePanel.java

public abstract class StatePanel extends DockPanel {
    AtlasMapper main;
    Label titleLabel;
    Button button;

    public StatePanel(String title, AtlasMapper main) {