GWT 2.7.0

Uses of Class
com.google.gwt.animation.client.Animation

Packages that use Animation
com.google.gwt.user.cellview.client The "cellview" widget set. 
com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes. 
 

Uses of Animation in com.google.gwt.user.cellview.client
 

Subclasses of Animation in com.google.gwt.user.cellview.client
static class CellTree.NodeAnimation
          A node animation.
static class CellTree.RevealAnimation
          A CellTree.NodeAnimation that reveals the contents of child nodes.
static class CellTree.SlideAnimation
          A CellTree.NodeAnimation that slides children into view.
 

Uses of Animation in com.google.gwt.user.client.ui
 

Subclasses of Animation in com.google.gwt.user.client.ui
(package private) static class PopupPanel.ResizeAnimation
          An Animation used to enlarge the popup into view.
 


GWT 2.7.0