Class TextStep<M>
- java.lang.Object
-
- org.processmining.framework.util.ui.wizard.InformationStep<M>
-
- org.processmining.framework.util.ui.wizard.TextStep<M>
-
- Type Parameters:
M-
- All Implemented Interfaces:
ProMWizardStep<M>
public class TextStep<M> extends InformationStep<M>
- Author:
- michael
-
-
Constructor Summary
Constructors Constructor Description TextStep(java.lang.String title, java.lang.String text)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static <T> TextStep<T>create(java.lang.String title, java.lang.String text)javax.swing.JComponentgetComponent(java.lang.Object model)-
Methods inherited from class org.processmining.framework.util.ui.wizard.InformationStep
apply, canApply, getTitle
-
-
-
-
Method Detail
-
create
public static <T> TextStep<T> create(java.lang.String title, java.lang.String text)
- Parameters:
title-text-- Returns:
-
getComponent
public javax.swing.JComponent getComponent(java.lang.Object model)
- Returns:
- See Also:
ProMWizardStep.getComponent(java.lang.Object)
-
-