Uses of Class
org.strbio.util.ui.GUIApp

Packages that use GUIApp
org.strbio.app These classes are stand-alone applications. 
org.strbio.util.ui These classes are general purpose utility functions related to a program's user interface. 
 

Uses of GUIApp in org.strbio.app
 

Subclasses of GUIApp in org.strbio.app
 class JThread
          Thread one or more proteins.
 

Uses of GUIApp in org.strbio.util.ui
 

Subclasses of GUIApp in org.strbio.util.ui
 class ProfileGUIApp
          A generic set of functions for GUI apps which deal with proteins to use, which should provide something of a common L&F.
 

Fields in org.strbio.util.ui declared as GUIApp
 GUIApp GUIApp.mainFrame
           
protected  GUIApp AboutDialog.parent
          Parent app for this dialog.
 

Constructors in org.strbio.util.ui with parameters of type GUIApp
AboutDialog(GUIApp myParent, java.lang.String programName, int iconSize, java.lang.String[] copyrightInfo)