Uses of Class
jwizardcomponent.JWizardPanel

Packages that use JWizardPanel
jwizardcomponent   
jwizardcomponent.example   
 

Uses of JWizardPanel in jwizardcomponent
 

Methods in jwizardcomponent that return JWizardPanel
 JWizardPanel JWizardComponents.removeWizardPanel(JWizardPanel panel)
           
 JWizardPanel JWizardComponents.removeWizardPanel(int index)
           
 JWizardPanel JWizardComponents.removeWizardPanelAfter(JWizardPanel panel)
           
 JWizardPanel JWizardComponents.removeWizardPanelBefore(JWizardPanel panel)
           
 JWizardPanel JWizardComponents.getWizardPanel(int index)
           
 JWizardPanel JWizardComponents.getCurrentPanel()
           
 JWizardPanel JWizard.removeWizardPanel(JWizardPanel panel)
           
 JWizardPanel JWizard.removeWizardPanel(int index)
           
 JWizardPanel JWizard.getWizardPanel(int index)
           
 JWizardPanel DefaultJWizardComponents.removeWizardPanel(JWizardPanel panel)
           
 JWizardPanel DefaultJWizardComponents.removeWizardPanel(int index)
           
 JWizardPanel DefaultJWizardComponents.removeWizardPanelAfter(JWizardPanel panel)
           
 JWizardPanel DefaultJWizardComponents.removeWizardPanelBefore(JWizardPanel panel)
           
 JWizardPanel DefaultJWizardComponents.getWizardPanel(int index)
           
 JWizardPanel DefaultJWizardComponents.getCurrentPanel()
           
 

Methods in jwizardcomponent with parameters of type JWizardPanel
 void JWizardComponents.addWizardPanel(JWizardPanel panel)
           
 void JWizardComponents.addWizardPanel(int index, JWizardPanel panel)
           
 void JWizardComponents.addWizardPanelAfter(JWizardPanel panelToBePlacedAfter, JWizardPanel panel)
           
 void JWizardComponents.addWizardPanelAfter(JWizardPanel panelToBePlacedAfter, JWizardPanel panel)
           
 void JWizardComponents.addWizardPanelBefore(JWizardPanel panelToBePlacedBefore, JWizardPanel panel)
           
 void JWizardComponents.addWizardPanelBefore(JWizardPanel panelToBePlacedBefore, JWizardPanel panel)
           
 void JWizardComponents.addWizardPanelAfterCurrent(JWizardPanel panel)
           
 JWizardPanel JWizardComponents.removeWizardPanel(JWizardPanel panel)
           
 JWizardPanel JWizardComponents.removeWizardPanelAfter(JWizardPanel panel)
           
 JWizardPanel JWizardComponents.removeWizardPanelBefore(JWizardPanel panel)
           
 int JWizardComponents.getIndexOfPanel(JWizardPanel panel)
           
 void JWizard.addWizardPanel(JWizardPanel panel)
           
 void JWizard.addWizardPanel(int index, JWizardPanel panel)
           
 JWizardPanel JWizard.removeWizardPanel(JWizardPanel panel)
           
 void DefaultJWizardComponents.addWizardPanel(JWizardPanel panel)
           
 void DefaultJWizardComponents.addWizardPanel(int index, JWizardPanel panel)
           
 void DefaultJWizardComponents.addWizardPanelAfter(JWizardPanel panelToBePlacedAfter, JWizardPanel panel)
           
 void DefaultJWizardComponents.addWizardPanelAfter(JWizardPanel panelToBePlacedAfter, JWizardPanel panel)
           
 void DefaultJWizardComponents.addWizardPanelBefore(JWizardPanel panelToBePlacedBefore, JWizardPanel panel)
           
 void DefaultJWizardComponents.addWizardPanelBefore(JWizardPanel panelToBePlacedBefore, JWizardPanel panel)
           
 void DefaultJWizardComponents.addWizardPanelAfterCurrent(JWizardPanel panel)
           
 JWizardPanel DefaultJWizardComponents.removeWizardPanel(JWizardPanel panel)
           
 JWizardPanel DefaultJWizardComponents.removeWizardPanelAfter(JWizardPanel panel)
           
 JWizardPanel DefaultJWizardComponents.removeWizardPanelBefore(JWizardPanel panel)
           
 int DefaultJWizardComponents.getIndexOfPanel(JWizardPanel panel)
           
 

Uses of JWizardPanel in jwizardcomponent.example
 

Subclasses of JWizardPanel in jwizardcomponent.example
(package private)  class ChooserWizardPanel
           
(package private)  class FirstWizardPanel
           
(package private)  class LabelWizardPanel
           
(package private)  class LastWizardPanel
           
(package private)  class OptionWizardPanel
           
 class SimpleDynamicWizardPanel
          Title: JWizardComponent Description: Swing-Based Wizard Framework for Wizards Copyright (C) 2003 William Ready
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
 class SimpleLabelWizardPanel
          Title: JWizardComponent Description: Swing-Based Wizard Framework for Wizards Copyright (C) 2003 William Ready
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
 

Fields in jwizardcomponent.example declared as JWizardPanel
(package private)  JWizardPanel SimpleDynamicWizardPanel.screen3Panel
           
(package private)  JWizardPanel SimpleDynamicWizardPanel.screen4Panel
           
(package private)  JWizardPanel SimpleDynamicWizardPanel.screen5Panel