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

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

public class TextStep<M>
extends InformationStep<M>


Constructor Summary
TextStep(java.lang.String title, java.lang.String text)
           
 
Method Summary
static
<T> TextStep<T>
create(java.lang.String title, java.lang.String text)
           
 javax.swing.JComponent getComponent(java.lang.Object model)
           
 
Methods inherited from class org.processmining.framework.util.ui.wizard.InformationStep
apply, canApply, getTitle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextStep

public TextStep(java.lang.String title,
                java.lang.String text)
Method Detail

create

public static <T> TextStep<T> create(java.lang.String title,
                                     java.lang.String text)

getComponent

public javax.swing.JComponent getComponent(java.lang.Object model)