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
Fields in org.jfree.ui declared as WizardDialog Modifier and Type Field Description private WizardDialog
WizardPanel. owner
The owner.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).
-