Class InformationStep<M>
- java.lang.Object
-
- org.processmining.framework.util.ui.wizard.InformationStep<M>
-
- Type Parameters:
M-
- All Implemented Interfaces:
ProMWizardStep<M>
- Direct Known Subclasses:
TextStep
public abstract class InformationStep<M> extends java.lang.Object implements ProMWizardStep<M>
- Author:
- michael
-
-
Constructor Summary
Constructors Constructor Description InformationStep(java.lang.String title)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Mapply(M model, javax.swing.JComponent component)booleancanApply(M model, javax.swing.JComponent component)java.lang.StringgetTitle()-
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
-
-
-
-
Method Detail
-
apply
public M apply(M model, javax.swing.JComponent component)
- Specified by:
applyin interfaceProMWizardStep<M>- Returns:
- See Also:
ProMWizardStep.apply(java.lang.Object, javax.swing.JComponent)
-
canApply
public boolean canApply(M model, javax.swing.JComponent component)
- Specified by:
canApplyin interfaceProMWizardStep<M>- Returns:
- See Also:
ProMWizardStep.canApply(java.lang.Object, javax.swing.JComponent)
-
getTitle
public java.lang.String getTitle()
- Specified by:
getTitlein interfaceProMWizardStep<M>- Returns:
- See Also:
ProMWizardStep.getTitle()
-
-