Uses of Class
kiwi.ui.WizardPanel

Packages that use WizardPanel
kiwi.ui   
 

Uses of WizardPanel in kiwi.ui
 

Fields in kiwi.ui declared as WizardPanel
private  WizardPanel WizardView.curPanel
           
 

Methods in kiwi.ui that return WizardPanel
 WizardPanel WizardPanelSequence.getCurrentPanel()
          Get the currently displayed panel from this sequence.
 WizardPanel WizardPanelSequence.getNextPanel()
          Get the next panel from this sequence.
 WizardPanel WizardPanelSequence.getPreviousPanel()
          Get the previous panel from this sequence.
 

Methods in kiwi.ui with parameters of type WizardPanel
private  void WizardView.showPanel(WizardPanel panel)
           
 void WizardPanelSequence.addPanel(WizardPanel panel)
          Add a WizardPanel to this sequence.
 void WizardPanelSequence.addPanels(WizardPanel[] panels)
          Add an array of WizardPanels to this sequence.