M - public abstract class InformationStep<M> extends java.lang.Object implements ProMWizardStep<M>
| Constructor and Description |
|---|
InformationStep(java.lang.String title) |
| Modifier and Type | Method and Description |
|---|---|
M |
apply(M model,
javax.swing.JComponent component) |
boolean |
canApply(M model,
javax.swing.JComponent component) |
java.lang.String |
getTitle() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetComponentpublic InformationStep(java.lang.String title)
title - public M apply(M model, javax.swing.JComponent component)
apply in interface ProMWizardStep<M>ProMWizardStep.apply(java.lang.Object,
javax.swing.JComponent)public boolean canApply(M model, javax.swing.JComponent component)
canApply in interface ProMWizardStep<M>ProMWizardStep.canApply(java.lang.Object,
javax.swing.JComponent)public java.lang.String getTitle()
getTitle in interface ProMWizardStep<M>ProMWizardStep.getTitle()