Uses of Class
visad.util.GUIFrame

Packages that use GUIFrame
visad.python   
visad.ss Provides a spreadsheet user interface for VisAD that can import data from any form VisAD supports and compute new data objects using formulas by utilizing the visad.formula package. 
visad.util Provides a collection of useful utilities, many of them GUI widgets, to aid in VisAD application design. 
 

Uses of GUIFrame in visad.python
 

Subclasses of GUIFrame in visad.python
 class JPythonFrame
          A GUI frame for editing JPython code in Java runtime.
 

Uses of GUIFrame in visad.ss
 

Subclasses of GUIFrame in visad.ss
 class SpreadSheet
          SpreadSheet is a user interface for VisAD that supports multiple 3-D displays (FancySSCells).
 

Uses of GUIFrame in visad.util
 

Subclasses of GUIFrame in visad.util
 class CodeFrame
          A GUI frame for editing source code in Java runtime.
 class TextFrame
          A GUI frame for editing text files.