Uses of Class
buoy.widget.BStandardDialog.Style

Packages that use BStandardDialog.Style
buoy.widget   
 

Uses of BStandardDialog.Style in buoy.widget
 

Fields in buoy.widget declared as BStandardDialog.Style
static BStandardDialog.Style BStandardDialog.ERROR
           
static BStandardDialog.Style BStandardDialog.INFORMATION
           
static BStandardDialog.Style BStandardDialog.PLAIN
           
static BStandardDialog.Style BStandardDialog.QUESTION
           
static BStandardDialog.Style BStandardDialog.WARNING
           
 

Methods in buoy.widget that return BStandardDialog.Style
 BStandardDialog.Style BStandardDialog.getStyle()
          Get the style of the dialog.
 

Methods in buoy.widget with parameters of type BStandardDialog.Style
 void BStandardDialog.setStyle(BStandardDialog.Style style)
          Set the style of the dialog.
 

Constructors in buoy.widget with parameters of type BStandardDialog.Style
BStandardDialog(java.lang.String title, java.lang.Object message, BStandardDialog.Style style)
          Create a new BStandardDialog.
 



Written by Peter Eastman.