Uses of Class
visad.browser.Widget

Packages that use Widget
visad.browser Provides a JDK 1.1-compatible set of classes for using VisAD in browsers via sockets connected to a remote server. 
 

Uses of Widget in visad.browser
 

Subclasses of Widget in visad.browser
 class ContourWidget
          A widget that allows users to control graphics mode parameters.
 class GMCWidget
          A widget that allows users to control graphics mode parameters.
 

Methods in visad.browser that return Widget
 Widget WidgetEvent.getWidget()
          Gets the Widget that sent this WidgetEvent.
 

Constructors in visad.browser with parameters of type Widget
WidgetEvent(Widget w)
          Constructs a new WidgetEvent object.