GWT 2.7.0

Uses of Class
com.google.gwt.user.client.ui.Frame

Packages that use Frame
com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes. 
 

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

Subclasses of Frame in com.google.gwt.user.client.ui
 class NamedFrame
          A Frame that has a 'name' associated with it.
 

Methods in com.google.gwt.user.client.ui that return Frame
static Frame Frame.wrap(Element element)
          Creates a Frame widget that wraps an existing <frame> element.
 


GWT 2.7.0