Uses of Class
de.hillenbrand.swing.HDialog

Packages that use HDialog
de.hillenbrand.jreqtools A collection of requesters for all kind of data. 
de.hillenbrand.swing Swing extension and bug fixes for the classes provided by Sun. 
 

Uses of HDialog in de.hillenbrand.jreqtools
 

Fields in de.hillenbrand.jreqtools declared as HDialog
protected  HDialog AbstractRequester.dialog
           
 

Methods in de.hillenbrand.jreqtools that return HDialog
 HDialog ProgressTask.getDialog()
          Returns the dialog where the progress of the task is shown.
 

Uses of HDialog in de.hillenbrand.swing
 

Methods in de.hillenbrand.swing with parameters of type HDialog
static java.awt.Point SwingUtils.centerOn(java.awt.Container parent, HDialog toCenter)
          Centers component toCenter on a parent container, e.g. a JDialog on a JFrame.