org.processmining.framework.util.ui.wizard.old
Interface ProMWizardStep


public interface ProMWizardStep

Steps taken in the ProMWizard should implement these functions.

Author:
jvdwerf

Method Summary
 javax.swing.JPanel getPanel()
           
 boolean precondition()
          A precondition whether the step should be displayed or not
 void readSettings()
          Can be called to read settings and set the settings of the wizard step accordingly.
 

Method Detail

getPanel

javax.swing.JPanel getPanel()
Returns:
the UI panel of this step

precondition

boolean precondition()
A precondition whether the step should be displayed or not

Returns:
display the step yes or no

readSettings

void readSettings()
Can be called to read settings and set the settings of the wizard step accordingly.