fipaos.tool.wizard
Interface WizardPanel
- All Known Implementing Classes:
- IntroductionPanel, ACCConfiguration, PlatformDistribution, PlatformDetails, EndPanel
- public interface WizardPanel
Method Summary |
void |
initialise(ACCProfile acc,
AgentProfile agent,
LoaderProfile loader,
PlatformProfile platform,
java.util.Map setupfipaos,
java.util.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,
java.util.Map setupfipaos,
java.util.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
resetModified
public void resetModified()
- Invoked when this WizardPanel should reset its modified flag (i.e. settings
have been 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