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 WizardDialogWizardPanel. ownerThe owner.Methods in org.jfree.ui that return WizardDialog Modifier and Type Method Description WizardDialogWizardPanel. 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 voidWizardPanel. 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).
-