public class NumberRangeParameterGenerator extends DefaultJIPipeParameterGenerator
Number
.
This cannot be used directly in JIPipeParameterTypeRegistry
, as the constructor does
not match. You have to inherit from this type and define the number type.JIPipeParameterCollection.ParameterChangedEvent, JIPipeParameterCollection.ParameterStructureChangedEvent, JIPipeParameterCollection.ParameterUIChangedEvent
Constructor and Description |
---|
NumberRangeParameterGenerator() |
Modifier and Type | Method and Description |
---|---|
<T> List<T> |
generateAfterDialog(JIPipeWorkbench workbench,
Component parent,
Class<T> klass)
This function generates the values after the dialog was confirmed
|
String |
getDescription() |
double |
getMaxNumber() |
double |
getMinNumber() |
String |
getName() |
double |
getStepSize() |
void |
reportValidity(JIPipeIssueReport report)
Generates a validity report
|
void |
setMaxNumber(double maxNumber) |
void |
setMinNumber(double minNumber) |
void |
setStepSize(double stepSize) |
generate, getEventBus
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addParameterChangeListener, addParameterChangeListener, getContextActions, getParameter, getParameterAccess, isParameterUIVisible, isParameterUIVisible, setParameter, triggerParameterChange, triggerParameterStructureChange, triggerParameterUIChange
generateValidityReport
public void reportValidity(JIPipeIssueReport report)
JIPipeValidatable
reportValidity
in interface JIPipeValidatable
reportValidity
in class DefaultJIPipeParameterGenerator
report
- the report to be added topublic <T> List<T> generateAfterDialog(JIPipeWorkbench workbench, Component parent, Class<T> klass)
DefaultJIPipeParameterGenerator
generateAfterDialog
in class DefaultJIPipeParameterGenerator
T
- the generated classparent
- the parentpublic double getMinNumber()
public void setMinNumber(double minNumber)
public double getMaxNumber()
public void setMaxNumber(double maxNumber)
public double getStepSize()
public void setStepSize(double stepSize)
public String getName()
public String getDescription()
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.