M - public class TextStep<M> extends InformationStep<M>
| Constructor and Description |
|---|
TextStep(java.lang.String title,
java.lang.String text) |
| Modifier and Type | Method and Description |
|---|---|
static <T> TextStep<T> |
create(java.lang.String title,
java.lang.String text) |
javax.swing.JComponent |
getComponent(java.lang.Object model) |
apply, canApply, getTitlepublic TextStep(java.lang.String title,
java.lang.String text)
title - text - public static <T> TextStep<T> create(java.lang.String title, java.lang.String text)
title - text - public javax.swing.JComponent getComponent(java.lang.Object model)
ProMWizardStep.getComponent(java.lang.Object)