gui.wizard
Interface WizardPage

All Known Implementing Classes:
BasicWizardPage, JAPDownloadWizardPage, JAPFinishWizardPage, JAPWelcomeWizardPage

public interface WizardPage


Method Summary
 boolean checkPage()
           
 javax.swing.JComponent getPageComponent()
           
 void showInformationDialog(java.lang.String message)
           
 

Method Detail

checkPage

boolean checkPage()

showInformationDialog

void showInformationDialog(java.lang.String message)

getPageComponent

javax.swing.JComponent getPageComponent()