Uses of Class
org.jfree.ui.WizardDialog
-
Packages that use WizardDialog Package Description org.jfree.ui Utility classes for creating user interfaces. -
-
Uses of WizardDialog in org.jfree.ui
Methods in org.jfree.ui that return WizardDialog Modifier and Type Method Description WizardDialog
WizardPanel. getOwner()
Returns a reference to the dialog that owns the panel.Methods in org.jfree.ui with parameters of type WizardDialog Modifier and Type Method Description 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).
-