Uses of Interface
daoc.editor.ui.wizards.WizardPanel

Packages that use WizardPanel
daoc.editor.ui.panels   
daoc.editor.ui.wizards   
daoc.editor.ui.wizards.addwindow   
 

Uses of WizardPanel in daoc.editor.ui.panels
 

Classes in daoc.editor.ui.panels that implement WizardPanel
 class EditPanel
          Grid of editors.
 

Uses of WizardPanel in daoc.editor.ui.wizards
 

Methods in daoc.editor.ui.wizards that return WizardPanel
abstract  WizardPanel WizardDialog.getPanel(int idx)
           
 

Uses of WizardPanel in daoc.editor.ui.wizards.addwindow
 

Classes in daoc.editor.ui.wizards.addwindow that implement WizardPanel
 class SelectName
          First page in the add custom window wizard.
 class SetupPage
          Set up the size and background.
 

Methods in daoc.editor.ui.wizards.addwindow that return WizardPanel
 WizardPanel AddWindowWizard.getPanel(int idx)