Uses of Class
com.jrefinery.ui.WizardDialog

Packages that use WizardDialog
com.jrefinery.ui Utility classes for creating user interfaces. 
 

Uses of WizardDialog in com.jrefinery.ui
 

Methods in com.jrefinery.ui that return WizardDialog
 WizardDialog WizardPanel.getOwner()
          Returns a reference to the dialog that owns the panel.
 

Methods in com.jrefinery.ui with parameters of type WizardDialog
 void WizardPanel.setOwner(WizardDialog owner)
          Sets the reference to the dialog that owns the panel (this is called automatically by the dialog when the panel is added to the dialog).