public class LabelParameterStep extends java.lang.Object implements org.processmining.framework.util.ui.wizard.ProMWizardStep<LabelParameters>
Constructor and Description |
---|
LabelParameterStep(LabelParameters parameters) |
Modifier and Type | Method and Description |
---|---|
LabelParameters |
apply(LabelParameters model,
javax.swing.JComponent component) |
boolean |
canApply(LabelParameters model,
javax.swing.JComponent component) |
javax.swing.JComponent |
getComponent(LabelParameters model) |
LabelParameterUI |
getFilteringPanel() |
java.lang.String |
getTitle() |
public LabelParameterStep(LabelParameters parameters)
public LabelParameterUI getFilteringPanel()
public LabelParameters apply(LabelParameters model, javax.swing.JComponent component)
apply
in interface org.processmining.framework.util.ui.wizard.ProMWizardStep<LabelParameters>
public boolean canApply(LabelParameters model, javax.swing.JComponent component)
canApply
in interface org.processmining.framework.util.ui.wizard.ProMWizardStep<LabelParameters>
public javax.swing.JComponent getComponent(LabelParameters model)
getComponent
in interface org.processmining.framework.util.ui.wizard.ProMWizardStep<LabelParameters>
public java.lang.String getTitle()
getTitle
in interface org.processmining.framework.util.ui.wizard.ProMWizardStep<LabelParameters>