Package org.qdwizard

Interface Summary

ClearPoint Screens needing to clear wizard cache (values filled up in different screens) should implement this interface

Class Summary

Screen A wizard screen
  • For each wizard page, create a public Screen class.
ScreenState A screen state:
  • can cancel ?
  • can finish ?
  • can go next ?
  • can go previous ?
Wizard A Wizard dialog displaying one to many screens
  • Create a class that extends Wizard.