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

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

Introduction

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

Usage

From source file edu.umb.jsVGL.client.VGL.CageUI.java

/**
 * Nikunj Koolar cs681-3 Fall 2002 - Spring 2003 Project VGL File:
 * Brian White 2008
 * CustomizedFileFilter.java - Instances of this class provide for file filters
 * to show only those file that are supported by the application.
 * 

From source file io.fns.calculator.client.component.CaptionLayoutPanel.java

/**
 * @author Chris Phillipson
 *
 */
public class CaptionLayoutPanel extends CaptionPanel implements RequiresResize, ProvidesResize {

From source file net.europa13.taikai.web.client.ui.TournamentAdvancementTable.java

/**
 *
 * @author Daniel Wentzel
 */
public class TournamentAdvancementTable extends CaptionPanel {

From source file net.europa13.taikai.web.client.ui.TournamentPoolPanel.java

/**
 *
 * @author daniel
 */
public class TournamentPoolPanel extends CaptionPanel {

From source file net.europa13.taikai.web.client.ui.TournamentSeedPanel.java

/**
 *
 * @author Daniel Wentzel
 */
public class TournamentSeedPanel extends CaptionPanel {

From source file org.pentaho.gwt.widgets.client.controls.DateRangeEditor.java

/**
 * @author Steven Barkdull
 * 
 */
@SuppressWarnings("deprecation")
public class DateRangeEditor extends CaptionPanel implements IChangeHandler {

From source file protex.client.OutputPalette.java

/**
 * OutputPalette displays folding results.
 * 
 * @author Namita Singla/MGX Team UMB
 * @version v0.1
 */