List of usage examples for com.google.gwt.user.client WindowResizeListener interface-usage
From source file client.ManagementGui.java
/** * This is the entry-point for the Phosphorus-Management-GUI. * * @author claus, gassen */ public class ManagementGui implements EntryPoint, WindowResizeListener {
From source file com.cardfight.client.ResizableWidgetCollection.java
/**
* A collection of {@link ResizableWidget} that periodically checks the outer
* dimensions of a widget and redraws it as necessary. Every
* {@link ResizableWidgetCollection} uses a timer, so consider the cost when
* adding one.
*
From source file com.dimdim.conference.ui.envcheck.client.main.EnvCheck.java
/**
* @author Jayant Pandit
* @email Jayant.Pandit@communiva.com
*
*/
From source file com.dimdim.conference.ui.layout.client.main.NewLayout.java
/**
* @author Jayant Pandit
* @email Jayant.Pandit@communiva.com
*
*/
From source file com.fullmetalgalaxy.client.AppRoot.java
/** * @author Vincent Legendre * */ public abstract class AppRoot
From source file com.fullmetalgalaxy.client.creation.WgtEditLand.java
/** * @author Vincent Legendre * */ public class WgtEditLand extends WgtView implements WindowResizeListener { private HorizontalPanel m_panel = new HorizontalPanel();
From source file com.fullmetalgalaxy.client.creation.WgtEditTokens.java
/** * @author Vincent Legendre * */ public class WgtEditTokens extends WgtView implements WindowResizeListener { private HorizontalPanel m_panel = new HorizontalPanel();
From source file com.gwttest.client.ui.ResizableWidgetCollection.java
/**
* A collection of {@link ResizableWidget} that periodically checks the outer
* dimensions of a widget and redraws it as necessary. Every
* {@link ResizableWidgetCollection} uses a timer, so consider the cost when
* adding one.
*
From source file com.objetdirect.tatami.client.FishEye.java
/**
* Menu similar to the fish eye menu on the Mac OS.
*
* Each item of the fish eye menu is clickable.
* A command (GWT) can be associated to each icons and will be invoked
* each times that an item will be selected
From source file com.ritchey.chapelManage.client.ui.ResizableWidgetCollection.java
/**
* A collection of {@link ResizableWidget} that periodically checks the outer
* dimensions of a widget and redraws it as necessary. Every
* {@link ResizableWidgetCollection} uses a timer, so consider the cost when
* adding one.
*