fipaos.tool.wizard
Interface WizardPanel

All Known Implementing Classes:
ACCConfiguration, DefaultAgentProfilePanel, EndPanel, GarbageSettingsPanel, IntroductionPanel, LoaderPanel, PlatformDetails, PlatformDistribution, PropertiesPanel, SetupOptionsPanel

public interface WizardPanel


Method Summary
 voidinitialise(ACCProfile acc, AgentProfile agent, LoaderProfile loader, PlatformProfile platform, Map setupfipaos, Map startfipaos, FIPAOSProperties properties)
          Used to pass initialisation information to panel
 booleanisModified()
          Query to determine if any information within this WizardPanel has changed
since it was created - used to determine if anything needs to be saved
 booleanisOk()
          Invoked when the user hits the prev, next or finish button - should
return false if it is not OK to continue
 voidresetModified()
          Invoked when this WizardPanel should reset its modified flag (i.e.

Method Detail

initialise

public void initialise(ACCProfile acc, AgentProfile agent, LoaderProfile loader, PlatformProfile platform, Map setupfipaos, Map startfipaos, FIPAOSProperties properties)
Used to pass initialisation information to panel

isModified

public boolean isModified()
Query to determine if any information within this WizardPanel has changed
since it was created - used to determine if anything needs to be saved

isOk

public boolean isOk()
Invoked when the user hits the prev, next or finish button - should
return false if it is not OK to continue

resetModified

public void resetModified()
Invoked when this WizardPanel should reset its modified flag (i.e. settings
have been saved!)