| Package | Description |
|---|---|
| de.jstacs.parameters |
This package provides classes for parameters that establish a general convention for the description of parameters
as defined in the
Parameter-interface. |
| de.jstacs.tools | |
| de.jstacs.tools.ui.galaxy |
| Modifier and Type | Method and Description |
|---|---|
SimpleParameter |
SimpleParameter.clone() |
| Constructor and Description |
|---|
RangeParameter(SimpleParameter par)
Constructs a
RangeParameter from a SimpleParameter that
is rangeable. |
| Modifier and Type | Class and Description |
|---|---|
class |
DataColumnParameter
SimpleParameter that represents a data column parameter in Galaxy and JstacsFX. |
| Modifier and Type | Class and Description |
|---|---|
class |
MultilineSimpleParameter
An extension of
SimpleParameter that renders as a textarea in Galaxy, which is only suitable for DataType.STRINGs. |