fipaos.tool.wizard
Interface WizardPanel
- All Known Implementing Classes:
- ACCConfiguration, EndPanel, IntroductionPanel, PlatformDetails, PlatformDistribution
- public interface WizardPanel
Method Summary |
void | initialise(ACCProfile acc, AgentProfile agent, LoaderProfile loader, PlatformProfile platform, Map setupfipaos, Map startfipaos) Used to pass initialisation information to panel |
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 |
boolean | isOk() Invoked when the user hits the prev, next or finish button - should
return false if it is not OK to continue |
void | resetModified() Invoked when this WizardPanel should reset its modified flag (i.e. |
initialise
public void initialise(ACCProfile acc, AgentProfile agent, LoaderProfile loader, PlatformProfile platform, Map setupfipaos, Map startfipaos)
- 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!)