Uses of Class
com.darwinsys.genericui.Severity

Packages that use Severity
com.darwinsys.genericui   
com.darwinsys.swingui Classes for helping construct and use Swing Graphical User Interfaces. 
 

Uses of Severity in com.darwinsys.genericui
 

Methods in com.darwinsys.genericui that return Severity
static Severity Severity.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Severity[] Severity.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in com.darwinsys.genericui with parameters of type Severity
 void GenericUI.popup(Severity sev, java.lang.String title, java.lang.String message)
          Display a popup to the user, given a Severity, a titlebar title, and a message.
 

Uses of Severity in com.darwinsys.swingui
 

Methods in com.darwinsys.swingui with parameters of type Severity
 void GenericSwingUI.popup(Severity sev, java.lang.String title, java.lang.String message)
           
 



Copyright © 1996-2004 Ian F. Darwin. See license.html for usage license.