org.processmining.framework.util.ui.wizard
Class InformationStep<M>

java.lang.Object
  extended by org.processmining.framework.util.ui.wizard.InformationStep<M>
All Implemented Interfaces:
ProMWizardStep<M>
Direct Known Subclasses:
TextStep

public abstract class InformationStep<M>
extends java.lang.Object
implements ProMWizardStep<M>


Constructor Summary
InformationStep(java.lang.String title)
           
 
Method Summary
 M apply(M model, javax.swing.JComponent component)
           
 boolean canApply(M model, javax.swing.JComponent component)
           
 java.lang.String getTitle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.processmining.framework.util.ui.wizard.ProMWizardStep
getComponent
 

Constructor Detail

InformationStep

public InformationStep(java.lang.String title)
Method Detail

apply

public M apply(M model,
               javax.swing.JComponent component)
Specified by:
apply in interface ProMWizardStep<M>

canApply

public boolean canApply(M model,
                        javax.swing.JComponent component)
Specified by:
canApply in interface ProMWizardStep<M>

getTitle

public java.lang.String getTitle()
Specified by:
getTitle in interface ProMWizardStep<M>