Uses of Class
fipaos.tool.wizard.WizardPanel

Packages that use WizardPanel
fipaos.tool.wizard 
fipaos.tool.wizard.panels 

Uses of WizardPanel in fipaos.tool.wizard
 

Methods in fipaos.tool.wizard with parameters of type WizardPanel
voidFIPAOSWizard.insertPanel(WizardPanel insert_after, WizardPanel insert)
          Inserts a WizardPanel after another WizardPanel in the list of panels
to display
voidFIPAOSWizard.removePanel(WizardPanel remove)
          Removes the given WizardPanel from the list of panels to display
 

Uses of WizardPanel in fipaos.tool.wizard.panels
 

Classes in fipaos.tool.wizard.panels that implement WizardPanel
class ACCConfiguration
          
class DefaultAgentProfilePanel
          A panel in the Wizard used for editing the default agent profile.
class EndPanel
          The final panel that the user sees in the Wizard.
class GarbageSettingsPanel
          
class IntroductionPanel
          The introduction panel for the wizard.
class LoaderPanel
          The panel in the wizard used for editing the loader profile.
class PlatformDetails
          
class PlatformDistribution
          
class PropertiesPanel
          The Wizard panel used for editing the fipa-os.properties file
class SetupOptionsPanel
          This panel is shown after the introduction panel, and gives the user the
option of performing a standard setup, or a custom setup.
 

Constructors in fipaos.tool.wizard.panels with parameters of type WizardPanel
SetupOptionsPanel.SetupOptionsPanel(FIPAOSWizard parent, WizardPanel insert_after)
          Creates new form SetupOptionsPanel