Modifier and Type | Method and Description |
---|---|
Set<ExpressionParameterVariable> |
JIPipeDataByMetadataExporter.VariableSource.getVariables(JIPipeParameterAccess parameterAccess) |
Modifier and Type | Method and Description |
---|---|
Map<String,JIPipeParameterAccess> |
JIPipeProjectCompartment.getParameters() |
Modifier and Type | Method and Description |
---|---|
boolean |
JIPipeProjectCompartment.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access) |
Modifier and Type | Method and Description |
---|---|
JIPipeParameterAccess |
ExternalEnvironmentInstaller.getParameterAccess() |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
EasyInstallExternalEnvironmentInstaller.writeEnvironmentToParameters(T environment,
JIPipeParameterAccess parameterAccess)
This method should write the environment to the parameter access
Will be executed on the Swing thread (via invokeLater)
|
Constructor and Description |
---|
EasyInstallExternalEnvironmentInstaller(JIPipeWorkbench workbench,
JIPipeParameterAccess parameterAccess) |
ExternalEnvironmentInstaller(JIPipeWorkbench workbench,
JIPipeParameterAccess parameterAccess) |
ExternalEnvironmentParameterEditorUI(JIPipeWorkbench workbench,
JIPipeParameterAccess parameterAccess)
Creates new instance
|
Modifier and Type | Method and Description |
---|---|
Map<String,JIPipeParameterAccess> |
JsonNodeInfo.getAvailableParameters()
Gets the available parameters in the graph
|
Map<String,JIPipeParameterAccess> |
JsonAlgorithm.getParameters() |
Map<String,JIPipeParameterAccess> |
NodeGroup.getParameters() |
Modifier and Type | Method and Description |
---|---|
boolean |
NodeGroup.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access) |
Modifier and Type | Class and Description |
---|---|
class |
GraphNodeParameterReferenceAccess
A parameter access that references to another one, but hides the source
|
Modifier and Type | Method and Description |
---|---|
JIPipeParameterAccess |
GraphNodeParameterReference.resolve(JIPipeParameterTree tree)
Tries to resolve the path
|
Modifier and Type | Method and Description |
---|---|
Map<String,JIPipeParameterAccess> |
GraphNodeParameterReferenceAccessGroupList.getParameters() |
Map<String,JIPipeParameterAccess> |
GraphNodeParameterReferenceAccessGroup.getParameters() |
Constructor and Description |
---|
GraphNodeParameterReference(JIPipeParameterAccess access,
JIPipeParameterTree tree)
Instantiates with an existing access within a tree
|
GraphNodeParameterReferenceGroupCollectionParameterEditorUI(JIPipeWorkbench workbench,
JIPipeParameterAccess parameterAccess)
Creates new instance
|
NodeGroupContentsParameterEditorUI(JIPipeWorkbench workbench,
JIPipeParameterAccess parameterAccess)
Creates new instance
|
Modifier and Type | Method and Description |
---|---|
Set<ExpressionParameterVariable> |
JIPipeAdaptiveParameterSettings.VariableSource.getVariables(JIPipeParameterAccess parameterAccess) |
Set<ExpressionParameterVariable> |
JIPipeCustomAnnotationMatchingExpressionVariables.getVariables(JIPipeParameterAccess parameterAccess) |
boolean |
JIPipeSingleIterationAlgorithm.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access) |
boolean |
JIPipeAlgorithm.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access) |
boolean |
JIPipeIteratingMissingDataGeneratorAlgorithm.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access) |
boolean |
JIPipeMergingAlgorithm.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access) |
boolean |
JIPipeParameterlessSimpleIteratingAlgorithm.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access) |
boolean |
JIPipeIteratingMissingDataGeneratorDataBatchGenerationSettings.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access) |
boolean |
JIPipeIteratingAlgorithmDataBatchGenerationSettings.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access) |
boolean |
JIPipeGraphNode.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access) |
boolean |
JIPipeMissingDataGeneratorAlgorithm.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access) |
boolean |
JIPipeIteratingAlgorithm.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access) |
boolean |
JIPipeMergingAlgorithmDataBatchGenerationSettings.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access) |
boolean |
JIPipeSimpleIteratingAlgorithm.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
JIPipeAlgorithm.StateSerializer.serializeParameter(Map.Entry<String,JIPipeParameterAccess> entry)
Returns true if the parameter should be serialized
|
Modifier and Type | Class and Description |
---|---|
class |
JIPipeManualParameterAccess
A custom parameter access
|
class |
JIPipeMultiParameterAccess
Writes values into multiple parameter accesses
The displayed value is obtained from the first entry
|
class |
JIPipeMutableParameterAccess
A mutable implementation of
JIPipeParameterAccess
The class is partially JSON-serializable (Annotations, for example, are excluded) |
class |
JIPipeReflectionParameterAccess
JIPipeParameterAccess generated from reflection |
Modifier and Type | Method and Description |
---|---|
JIPipeParameterAccess |
JIPipeDynamicParameterCollection.get(String key)
Returns the parameter with key
|
JIPipeParameterAccess |
JIPipeMultiParameterAccess.getFirstAccess() |
default JIPipeParameterAccess |
JIPipeParameterCollection.getParameterAccess(String key)
Gets an access instance to a parameter of the defined key
|
Modifier and Type | Method and Description |
---|---|
List<JIPipeParameterAccess> |
JIPipeMultiParameterAccess.getAccessList() |
List<JIPipeParameterAccess> |
JIPipeParameterTree.getAllChildParameters(Object entry)
Returns all child parameters of the entry
If the entry is an
JIPipeParameterAccess , it is returned. |
Map<String,JIPipeParameterAccess> |
JIPipeParameterCollectionVisibilities.getAvailableParameters()
An optional reference of all available parameters.
|
Map<JIPipeParameterCollection,List<JIPipeParameterAccess>> |
JIPipeParameterTree.getGroupedBySource()
Gets the parameters grouped by the source
|
Map<String,JIPipeParameterAccess> |
JIPipeDynamicParameterCollection.getParameters() |
Map<String,JIPipeParameterAccess> |
JIPipeParameterTree.getParameters() |
BiMap<String,JIPipeParameterAccess> |
JIPipeParameterTree.Node.getParameters() |
Map<String,JIPipeParameterAccess> |
JIPipeCustomParameterCollection.getParameters()
Returns all parameters
Please note that those parameters must be sourced in this collection.
|
static Map<String,JIPipeParameterAccess> |
JIPipeParameterTree.getParameters(JIPipeParameterCollection collection)
Accesses the parameters of a collection
|
PriorityQueue<JIPipeParameterAccess> |
JIPipeParameterTree.getParametersByPriority() |
Modifier and Type | Method and Description |
---|---|
static int |
JIPipeParameterAccess.comparePriority(JIPipeParameterAccess lhs,
JIPipeParameterAccess rhs)
Compares the priority
|
String |
JIPipeParameterTree.getUniqueKey(JIPipeParameterAccess parameterAccess)
Gets the unique key of an parameter access
|
default boolean |
JIPipeParameterCollection.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access)
Allows to override the visibility of parameters inside the UI
|
Modifier and Type | Method and Description |
---|---|
void |
JIPipeParameterCollectionVisibilities.setAvailableParameters(Map<String,JIPipeParameterAccess> availableParameters)
Sets the list of available parameters
|
void |
JIPipeParameterTree.Node.setParameters(BiMap<String,JIPipeParameterAccess> parameters) |
Constructor and Description |
---|
JIPipeMutableParameterAccess(JIPipeParameterAccess other)
Creates a new independent parameter from the provided access
|
Constructor and Description |
---|
JIPipeMultiParameterAccess(List<JIPipeParameterAccess> accessList) |
Modifier and Type | Method and Description |
---|---|
Map<String,JIPipeParameterAccess> |
JIPipeSettingsRegistry.getParameters() |
Modifier and Type | Method and Description |
---|---|
JIPipeParameterEditorUI |
JIPipeParameterTypeRegistry.createEditorFor(JIPipeWorkbench workbench,
JIPipeParameterAccess parameterAccess)
Creates editor for the parameter
|
Modifier and Type | Method and Description |
---|---|
Set<ExpressionParameterVariable> |
SetSingleAnnotation.VariableSource.getVariables(JIPipeParameterAccess parameterAccess) |
Set<ExpressionParameterVariable> |
AnnotateByExpression.VariableSource.getVariables(JIPipeParameterAccess parameterAccess) |
boolean |
SimplifyAnnotationsAlgorithm.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access) |
Modifier and Type | Method and Description |
---|---|
boolean |
CellposeAlgorithm_Old.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
CellposeEasyInstaller.writeEnvironmentToParameters(PythonEnvironment environment,
JIPipeParameterAccess parameterAccess) |
Constructor and Description |
---|
CellposeEasyInstaller(JIPipeWorkbench workbench,
JIPipeParameterAccess parameterAccess) |
MinicondaCellposeEnvInstaller(JIPipeWorkbench workbench,
JIPipeParameterAccess parameterAccess) |
MinicondaCellposeGPUEnvInstaller(JIPipeWorkbench workbench,
JIPipeParameterAccess parameterAccess) |
PortableCellposeEnvInstaller(JIPipeWorkbench workbench,
JIPipeParameterAccess parameterAccess) |
PortableCellposeGPUEnvInstaller(JIPipeWorkbench workbench,
JIPipeParameterAccess parameterAccess) |
Modifier and Type | Method and Description |
---|---|
boolean |
CellposeSegmentationModelSettings_Old.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Set<ExpressionParameterVariable> |
TableColumnValuesExpressionParameterVariableSource.getVariables(JIPipeParameterAccess parameterAccess) |
Set<ExpressionParameterVariable> |
SingleExpressionParameterVariableSource.getVariables(JIPipeParameterAccess parameterAccess) |
Set<ExpressionParameterVariable> |
AnnotationQueryExpressionVariableSource.getVariables(JIPipeParameterAccess parameterAccess) |
Set<ExpressionParameterVariable> |
StringQueryExpressionVariableSource.getVariables(JIPipeParameterAccess parameterAccess) |
Set<ExpressionParameterVariable> |
ExpressionParameterVariableSource.getVariables(JIPipeParameterAccess parameterAccess)
Returns the list of known variables for the user interface.
|
Set<ExpressionParameterVariable> |
DataAnnotationQueryExpressionVariableSource.getVariables(JIPipeParameterAccess parameterAccess) |
Set<ExpressionParameterVariable> |
NumericFunctionExpression.VariableSource.getVariables(JIPipeParameterAccess parameterAccess) |
Set<ExpressionParameterVariable> |
NumberQueryExpressionVariableSource.getVariables(JIPipeParameterAccess parameterAccess) |
Set<ExpressionParameterVariable> |
DataRowQueryExpression.VariableSource.getVariables(JIPipeParameterAccess parameterAccess) |
Set<ExpressionParameterVariable> |
WindowQueryExpressionParameterVariableSource.getVariables(JIPipeParameterAccess parameterAccess) |
Set<ExpressionParameterVariable> |
AnnotationGeneratorExpressionVariableSource.getVariables(JIPipeParameterAccess parameterAccess) |
Set<ExpressionParameterVariable> |
TableCellValueExpressionParameterVariableSource.getVariables(JIPipeParameterAccess parameterAccess) |
Set<ExpressionParameterVariable> |
TableColumnSourceExpressionParameter.VariableSource.getVariables(JIPipeParameterAccess parameterAccess) |
Set<ExpressionParameterVariable> |
TableCellExpressionParameterVariableSource.getVariables(JIPipeParameterAccess parameterAccess) |
Constructor and Description |
---|
DefaultExpressionParameterEditorUI(JIPipeWorkbench workbench,
JIPipeParameterAccess parameterAccess)
Creates new instance
|
Modifier and Type | Method and Description |
---|---|
Set<ExpressionParameterVariable> |
UndefinedExpressionParameterVariableSource.getVariables(JIPipeParameterAccess parameterAccess) |
Set<ExpressionParameterVariable> |
PathFilterExpressionParameterVariableSource.getVariables(JIPipeParameterAccess parameterAccess) |
Set<ExpressionParameterVariable> |
TextAnnotationsExpressionParameterVariableSource.getVariables(JIPipeParameterAccess parameterAccess) |
Modifier and Type | Method and Description |
---|---|
Set<ExpressionParameterVariable> |
TrackSpotFeatureVariableSource.getVariables(JIPipeParameterAccess parameterAccess) |
Set<ExpressionParameterVariable> |
TrackFeatureVariableSource.getVariables(JIPipeParameterAccess parameterAccess) |
Set<ExpressionParameterVariable> |
SpotFeatureVariableSource.getVariables(JIPipeParameterAccess parameterAccess) |
Constructor and Description |
---|
WekaClassifierParameterEditorUI(JIPipeWorkbench workbench,
JIPipeParameterAccess parameterAccess) |
Modifier and Type | Method and Description |
---|---|
JIPipeParameterAccess |
ImageJ2OpNode.getModuleItemParameterAccess(ModuleItem<?> moduleItem) |
Modifier and Type | Method and Description |
---|---|
Set<ExpressionParameterVariable> |
ConditionalInverterAlgorithm.VariableSource.getVariables(JIPipeParameterAccess parameterAccess) |
Modifier and Type | Method and Description |
---|---|
Set<ExpressionParameterVariable> |
ExpressionSlicerAlgorithm.VariableSource.getVariables(JIPipeParameterAccess parameterAccess) |
Modifier and Type | Method and Description |
---|---|
boolean |
ExportImageAlgorithm.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access) |
boolean |
ExportImage2Algorithm.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access) |
Modifier and Type | Method and Description |
---|---|
Set<ExpressionParameterVariable> |
LabelsToROIAlgorithm.VariableSource.getVariables(JIPipeParameterAccess parameterAccess) |
Set<ExpressionParameterVariable> |
LabelOverlapStatisticsVariableSource.getVariables(JIPipeParameterAccess parameterAccess) |
boolean |
LabelsToROIAlgorithm.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access) |
Modifier and Type | Method and Description |
---|---|
Set<ExpressionParameterVariable> |
FilterLabelsByExpression2DAlgorithm.VariableSource.getVariables(JIPipeParameterAccess parameterAccess) |
Set<ExpressionParameterVariable> |
FilterLabelsByExpression3DAlgorithm.VariableSource.getVariables(JIPipeParameterAccess parameterAccess) |
Modifier and Type | Method and Description |
---|---|
Set<ExpressionParameterVariable> |
SplitRoiConnectedComponentsAlgorithm.GraphPostprocessingVariables.getVariables(JIPipeParameterAccess parameterAccess) |
Set<ExpressionParameterVariable> |
RoiOverlapStatisticsVariableSource.getVariables(JIPipeParameterAccess parameterAccess) |
Modifier and Type | Method and Description |
---|---|
Set<ExpressionParameterVariable> |
ROIToLabelsExpressionAlgorithm.VariableSource.getVariables(JIPipeParameterAccess parameterAccess) |
Set<ExpressionParameterVariable> |
ROIToLabelsByNameAlgorithm.VariableSource.getVariables(JIPipeParameterAccess parameterAccess) |
Modifier and Type | Method and Description |
---|---|
Set<ExpressionParameterVariable> |
FilterRoiByNameAlgorithm.VariableSource.getVariables(JIPipeParameterAccess parameterAccess) |
Set<ExpressionParameterVariable> |
FilterROIListsAlgorithm.VariableSource.getVariables(JIPipeParameterAccess parameterAccess) |
Modifier and Type | Method and Description |
---|---|
Set<ExpressionParameterVariable> |
ChangeRoiNameFromExpressionsAndMeasurementsAlgorithm.VariableSource.getVariables(JIPipeParameterAccess parameterAccess) |
Set<ExpressionParameterVariable> |
ChangeRoiPropertiesFromExpressionsAlgorithm.VariableSource.getVariables(JIPipeParameterAccess parameterAccess) |
Modifier and Type | Method and Description |
---|---|
Set<ExpressionParameterVariable> |
SortRoiListByExpressionsAndMeasurementsAlgorithm.VariableSource.getVariables(JIPipeParameterAccess parameterAccess) |
Modifier and Type | Method and Description |
---|---|
boolean |
RidgeDetector2DAlgorithm.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access) |
Modifier and Type | Method and Description |
---|---|
Set<ExpressionParameterVariable> |
CustomAutoThreshold2D8UAlgorithm.VariableSource.getVariables(JIPipeParameterAccess parameterAccess) |
Set<ExpressionParameterVariable> |
CustomAutoThreshold2D16UAlgorithm.VariableSource.getVariables(JIPipeParameterAccess parameterAccess) |
Set<ExpressionParameterVariable> |
CustomAutoThreshold2D32FAlgorithm.VariableSource.getVariables(JIPipeParameterAccess parameterAccess) |
Set<ExpressionParameterVariable> |
ThresholdsExpressionParameterVariableSource.getVariables(JIPipeParameterAccess parameterAccess) |
boolean |
HessianSegmentation2DAlgorithm.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access) |
boolean |
InternalGradientSegmentation2DAlgorithm.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access) |
boolean |
BrightSpotsSegmentation2DAlgorithm.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access) |
Modifier and Type | Method and Description |
---|---|
Set<ExpressionParameterVariable> |
ImageQueryExpressionVariableSource.getVariables(JIPipeParameterAccess parameterAccess) |
Modifier and Type | Method and Description |
---|---|
Set<ExpressionParameterVariable> |
VectorPixel2DExpressionParameterVariableSource.getVariables(JIPipeParameterAccess parameterAccess) |
Set<ExpressionParameterVariable> |
ColorPixel5DExpressionParameterVariableSource.getVariables(JIPipeParameterAccess parameterAccess) |
Set<ExpressionParameterVariable> |
PixelCoordinate2DExpressionParameterVariableSource.getVariables(JIPipeParameterAccess parameterAccess) |
Set<ExpressionParameterVariable> |
PixelCoordinate5DExpressionParameterVariableSource.getVariables(JIPipeParameterAccess parameterAccess) |
Set<ExpressionParameterVariable> |
ImagePlusPropertiesExpressionParameterVariableSource.getVariables(JIPipeParameterAccess parameterAccess) |
Set<ExpressionParameterVariable> |
GreyscalePixel5DExpressionParameterVariableSource.getVariables(JIPipeParameterAccess parameterAccess) |
Set<ExpressionParameterVariable> |
ImageStatistics5DExpressionParameterVariableSource.getVariables(JIPipeParameterAccess parameterAccess) |
Set<ExpressionParameterVariable> |
LocalPixelCoordinate5DExpressionParameterVariableSource.getVariables(JIPipeParameterAccess parameterAccess) |
Set<ExpressionParameterVariable> |
VectorPixel5DExpressionParameterVariableSource.getVariables(JIPipeParameterAccess parameterAccess) |
Modifier and Type | Method and Description |
---|---|
Set<ExpressionParameterVariable> |
AllMeasurementExpressionParameterVariableSource.getVariables(JIPipeParameterAccess parameterAccess) |
Set<ExpressionParameterVariable> |
MeasurementExpressionParameterVariableSource.getVariables(JIPipeParameterAccess parameterAccess) |
Constructor and Description |
---|
JIPipeNodeTemplateParameterEditorUI(JIPipeWorkbench workbench,
JIPipeParameterAccess parameterAccess)
Creates new instance
|
Modifier and Type | Method and Description |
---|---|
protected void |
OmniposeEasyInstaller.writeEnvironmentToParameters(PythonEnvironment environment,
JIPipeParameterAccess parameterAccess) |
Constructor and Description |
---|
OmniposeEasyInstaller(JIPipeWorkbench workbench,
JIPipeParameterAccess parameterAccess) |
Modifier and Type | Class and Description |
---|---|
class |
ListParameterItemParameterAccess<T>
Parameter access for one entry in
ListParameter |
Constructor and Description |
---|
ListParameterEditorUI(JIPipeWorkbench workbench,
JIPipeParameterAccess parameterAccess)
Creates new instance
|
ListParameterItemParameterAccess(JIPipeParameterAccess parent,
List<T> entryList,
Class<T> entryType,
int index)
Creates a new instance
|
Constructor and Description |
---|
DynamicEnumParameterEditorUI(JIPipeWorkbench workbench,
JIPipeParameterAccess parameterAccess) |
DynamicSetParameterEditorUI(JIPipeWorkbench workbench,
JIPipeParameterAccess parameterAccess) |
EnumParameterEditorUI(JIPipeWorkbench workbench,
JIPipeParameterAccess parameterAccess) |
Modifier and Type | Class and Description |
---|---|
class |
FunctionParameterInputAccess<I,P,O>
Access to a
FunctionParameter input |
class |
FunctionParameterOutputAccess<I,P,O>
Access to a
FunctionParameter output |
class |
FunctionParameterParameterAccess<I,P,O>
Access to a
FunctionParameter parameter |
Modifier and Type | Method and Description |
---|---|
JIPipeParameterAccess |
FunctionParameterOutputAccess.getParent() |
JIPipeParameterAccess |
FunctionParameterInputAccess.getParent() |
JIPipeParameterAccess |
FunctionParameterParameterAccess.getParent() |
Constructor and Description |
---|
FunctionParameterEditorUI(JIPipeWorkbench workbench,
JIPipeParameterAccess parameterAccess)
Creates new instance
|
FunctionParameterInputAccess(JIPipeParameterAccess parent) |
FunctionParameterOutputAccess(JIPipeParameterAccess parent) |
FunctionParameterParameterAccess(JIPipeParameterAccess parent) |
Constructor and Description |
---|
Matrix2DParameterEditorUI(JIPipeWorkbench workbench,
JIPipeParameterAccess parameterAccess)
Creates new instance
|
Modifier and Type | Class and Description |
---|---|
class |
OptionalParameterContentAccess<T>
Parameter access for the key entry in
PairParameter |
Modifier and Type | Method and Description |
---|---|
JIPipeParameterAccess |
OptionalParameterContentAccess.getParent() |
Constructor and Description |
---|
OptionalParameterContentAccess(JIPipeParameterAccess parent,
OptionalParameter<T> optionalParameter)
Creates a new instance
|
OptionalParameterEditorUI(JIPipeWorkbench workbench,
JIPipeParameterAccess parameterAccess)
Creates new instance
|
Modifier and Type | Class and Description |
---|---|
class |
PairParameterKeyAccess<K,V>
Parameter access for the key entry in
PairParameter |
class |
PairParameterValueAccess<K,V>
Parameter access for the key entry in
PairParameter |
Modifier and Type | Method and Description |
---|---|
JIPipeParameterAccess |
PairParameterValueAccess.getParent() |
JIPipeParameterAccess |
PairParameterKeyAccess.getParent() |
Constructor and Description |
---|
PairParameterEditorUI(JIPipeWorkbench workbench,
JIPipeParameterAccess parameterAccess)
Creates new instance
|
PairParameterKeyAccess(JIPipeParameterAccess parent,
PairParameter<K,V> pair)
Creates a new instance
|
PairParameterValueAccess(JIPipeParameterAccess parent,
PairParameter<K,V> pair)
Creates a new instance
|
Constructor and Description |
---|
ScriptParameterEditorUI(JIPipeWorkbench workbench,
JIPipeParameterAccess parameterAccess) |
Constructor and Description |
---|
PasswordParameterEditorUI(JIPipeWorkbench workbench,
JIPipeParameterAccess parameterAccess) |
Constructor and Description |
---|
ColorParameterEditorUI(JIPipeWorkbench workbench,
JIPipeParameterAccess parameterAccess) |
Constructor and Description |
---|
JIPipeParameterCollectionVisibilitiesParameterEditorUI(JIPipeWorkbench workbench,
JIPipeParameterAccess parameterAccess)
Creates new instance
|
Constructor and Description |
---|
FileParameterEditorUI(JIPipeWorkbench workbench,
JIPipeParameterAccess parameterAccess) |
FilePathParameterEditorUI(JIPipeWorkbench workbench,
JIPipeParameterAccess parameterAccess) |
Constructor and Description |
---|
ImageParameterEditorUI(JIPipeWorkbench workbench,
JIPipeParameterAccess parameterAccess)
Creates new instance
|
Constructor and Description |
---|
JIPipeAuthorMetadataParameterEditorUI(JIPipeWorkbench workbench,
JIPipeParameterAccess parameterAccess)
Creates new instance
|
JIPipeParameterCollectionParameterEditorUI(JIPipeWorkbench workbench,
JIPipeParameterAccess parameterAccess)
Creates new instance
|
Constructor and Description |
---|
HTMLTextParameterEditorUI(JIPipeWorkbench workbench,
JIPipeParameterAccess parameterAccess) |
Constructor and Description |
---|
StringPatternExtractionParameterEditorUI(JIPipeWorkbench workbench,
JIPipeParameterAccess parameterAccess) |
Constructor and Description |
---|
BooleanParameterEditorUI(JIPipeWorkbench workbench,
JIPipeParameterAccess parameterAccess) |
NumberParameterEditorUI(JIPipeWorkbench workbench,
JIPipeParameterAccess parameterAccess) |
StringOrDoubleParameterEditorUI(JIPipeWorkbench workbench,
JIPipeParameterAccess parameterAccess) |
StringParameterEditorUI(JIPipeWorkbench workbench,
JIPipeParameterAccess parameterAccess) |
Modifier and Type | Method and Description |
---|---|
Set<ExpressionParameterVariable> |
IntegerRange.VariableSource.getVariables(JIPipeParameterAccess parameterAccess) |
Constructor and Description |
---|
IntegerRangeParameterEditorUI(JIPipeWorkbench workbench,
JIPipeParameterAccess parameterAccess) |
Constructor and Description |
---|
QuantityParameterEditorUI(JIPipeWorkbench workbench,
JIPipeParameterAccess parameterAccess)
Creates new instance
|
Constructor and Description |
---|
NumberRangeParameterEditorUI(JIPipeWorkbench workbench,
JIPipeParameterAccess parameterAccess)
Creates new instance
|
Constructor and Description |
---|
IconRefParameterEditorUI(JIPipeWorkbench workbench,
JIPipeParameterAccess parameterAccess) |
ImageJDataExporterRefParameterEditorUI(JIPipeWorkbench workbench,
JIPipeParameterAccess parameterAccess) |
ImageJDataExportOperationRefParameterEditorUI(JIPipeWorkbench workbench,
JIPipeParameterAccess parameterAccess) |
ImageJDataImporterRefParameterEditorUI(JIPipeWorkbench workbench,
JIPipeParameterAccess parameterAccess) |
ImageJDataImportOperationRefParameterEditorUI(JIPipeWorkbench workbench,
JIPipeParameterAccess parameterAccess) |
JIPipeDataInfoRefParameterEditorUI(JIPipeWorkbench workbench,
JIPipeParameterAccess parameterAccess) |
JIPipeNodeInfoRefParameterEditorUI(JIPipeWorkbench workbench,
JIPipeParameterAccess parameterAccess) |
JIPipeParameterTypeInfoRefParameterEditorUI(JIPipeWorkbench workbench,
JIPipeParameterAccess parameterAccess) |
Constructor and Description |
---|
AnchorParameterEditorUI(JIPipeWorkbench workbench,
JIPipeParameterAccess parameterAccess) |
FixedMarginEditorUI(JIPipeWorkbench workbench,
JIPipeParameterAccess parameterAccess) |
MarginParameterEditorUI(JIPipeWorkbench workbench,
JIPipeParameterAccess parameterAccess) |
RectangleParameterEditorUI(JIPipeWorkbench workbench,
JIPipeParameterAccess parameterAccess) |
Constructor and Description |
---|
LargeScriptParameterEditorUI(JIPipeWorkbench workbench,
JIPipeParameterAccess parameterAccess)
Creates new instance
|
Modifier and Type | Class and Description |
---|---|
class |
ParameterTableCellAccess
Implements the access to table cell
|
Modifier and Type | Method and Description |
---|---|
JIPipeParameterAccess |
ParameterTableEditorWindow.getParameterAccess() |
Modifier and Type | Method and Description |
---|---|
static ParameterTableEditorWindow |
ParameterTableEditorWindow.getInstance(JIPipeWorkbench workbench,
Component parent,
JIPipeParameterAccess parameterAccess,
ParameterTable parameterTable) |
Constructor and Description |
---|
ParameterTableCellAccess(JIPipeParameterAccess parent,
ParameterTable table,
int row,
int column)
Creates a new instance
|
ParameterTableEditorUI(JIPipeWorkbench workbench,
JIPipeParameterAccess parameterAccess)
Creates new instance
|
Modifier and Type | Method and Description |
---|---|
boolean |
PlotData.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access) |
Modifier and Type | Method and Description |
---|---|
Set<ExpressionParameterVariable> |
PlotTablesAlgorithm.VariableSource.getVariables(JIPipeParameterAccess parameterAccess) |
Constructor and Description |
---|
UIPlotDataSeriesColumnEnumParameterEditorUI(JIPipeWorkbench workbench,
JIPipeParameterAccess parameterAccess) |
Modifier and Type | Method and Description |
---|---|
Set<ExpressionParameterVariable> |
ProcessEnvironment.VariableSource.getVariables(JIPipeParameterAccess parameterAccess) |
Modifier and Type | Method and Description |
---|---|
Set<ExpressionParameterVariable> |
PythonEnvironment.PythonArgumentsVariableSource.getVariables(JIPipeParameterAccess parameterAccess) |
Constructor and Description |
---|
JIPipePythonAdapterLibraryEnvironmentInstaller(JIPipeWorkbench workbench,
JIPipeParameterAccess parameterAccess) |
PythonPackageLibraryEnvironmentInstaller(JIPipeWorkbench workbench,
JIPipeParameterAccess parameterAccess) |
Modifier and Type | Method and Description |
---|---|
protected void |
PythonEasyInstaller.writeEnvironmentToParameters(PythonEnvironment environment,
JIPipeParameterAccess parameterAccess) |
Constructor and Description |
---|
BasicMinicondaEnvPythonInstaller(JIPipeWorkbench workbench,
JIPipeParameterAccess parameterAccess) |
BasicPortableEnvPythonInstaller(JIPipeWorkbench workbench,
JIPipeParameterAccess parameterAccess) |
MinicondaEnvPythonInstaller(JIPipeWorkbench workbench,
JIPipeParameterAccess parameterAccess) |
PortableEnvPythonInstaller(JIPipeWorkbench workbench,
JIPipeParameterAccess parameterAccess) |
PythonEasyInstaller(JIPipeWorkbench workbench,
JIPipeParameterAccess parameterAccess) |
SelectCondaEnvPythonInstaller(JIPipeWorkbench workbench,
JIPipeParameterAccess parameterAccess) |
SelectSystemPythonInstaller(JIPipeWorkbench workbench,
JIPipeParameterAccess parameterAccess) |
SelectVirtualEnvPythonInstaller(JIPipeWorkbench workbench,
JIPipeParameterAccess parameterAccess) |
Modifier and Type | Method and Description |
---|---|
Set<ExpressionParameterVariable> |
REnvironment.RArgumentsVariableSource.getVariables(JIPipeParameterAccess parameterAccess) |
Modifier and Type | Method and Description |
---|---|
protected void |
REasyInstaller.writeEnvironmentToParameters(REnvironment environment,
JIPipeParameterAccess parameterAccess) |
Constructor and Description |
---|
REasyInstaller(JIPipeWorkbench workbench,
JIPipeParameterAccess parameterAccess) |
REnvInstaller(JIPipeWorkbench workbench,
JIPipeParameterAccess parameterAccess) |
Modifier and Type | Method and Description |
---|---|
Set<ExpressionParameterVariable> |
FilterTablesAlgorithm.VariableSource.getVariables(JIPipeParameterAccess parameterAccess) |
Modifier and Type | Method and Description |
---|---|
Set<ExpressionParameterVariable> |
AddMissingRowsInSeriesAlgorithm.CounterVariableSource.getVariables(JIPipeParameterAccess parameterAccess) |
Set<ExpressionParameterVariable> |
AddMissingRowsInSeriesAlgorithm.DefaultValuesVariableSource.getVariables(JIPipeParameterAccess parameterAccess) |
Set<ExpressionParameterVariable> |
ApplyExpressionPerRowAlgorithm.VariableSource.getVariables(JIPipeParameterAccess parameterAccess) |
Constructor and Description |
---|
ResultsTableDataParameterEditorUI(JIPipeWorkbench workbench,
JIPipeParameterAccess parameterAccess)
Creates new instance
|
Constructor and Description |
---|
TableColumnGeneratorParameterEditorUI(JIPipeWorkbench workbench,
JIPipeParameterAccess parameterAccess) |
Modifier and Type | Method and Description |
---|---|
Set<ExpressionParameterVariable> |
RunExpressionAlgorithm.VariableSource.getVariables(JIPipeParameterAccess parameterAccess) |
Modifier and Type | Method and Description |
---|---|
Set<ExpressionParameterVariable> |
ProcessEnvironmentVariableSource.getVariables(JIPipeParameterAccess parameterAccess) |
Modifier and Type | Method and Description |
---|---|
boolean |
JIPipeAdvancedParameterEditorUI.Settings.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access) |
Modifier and Type | Method and Description |
---|---|
JIPipeParameterAccess |
AdaptiveParameterBuilder.getCurrentParameterAccess() |
JIPipeParameterAccess |
AdaptiveParameterBuilder.ConditionValuePair.getOriginalAccess() |
JIPipeParameterAccess |
JIPipeParameterEditorUI.getParameterAccess()
Gets the parameter accessor
|
Modifier and Type | Method and Description |
---|---|
BiFunction<JIPipeParameterTree,JIPipeParameterAccess,Boolean> |
ParameterPanel.getCustomIsParameterVisible() |
Modifier and Type | Method and Description |
---|---|
static MarkdownDocument |
ParameterPanel.generateParameterDocumentation(JIPipeParameterAccess access,
JIPipeParameterTree tree) |
void |
AdaptiveParameterBuilder.ConditionValuePair.setOriginalAccess(JIPipeParameterAccess originalAccess) |
Modifier and Type | Method and Description |
---|---|
void |
ParameterPanel.setCustomIsParameterVisible(BiFunction<JIPipeParameterTree,JIPipeParameterAccess,Boolean> customIsParameterVisible) |
Constructor and Description |
---|
JIPipeParameterEditorUI(JIPipeWorkbench workbench,
JIPipeParameterAccess parameterAccess)
Creates new instance
|
Modifier and Type | Method and Description |
---|---|
Map<String,JIPipeParameterAccess> |
JIPipeProjectInfoParameters.getParameters() |
Modifier and Type | Method and Description |
---|---|
Set<ExpressionParameterVariable> |
EnvironmentVariablesSource.getVariables(JIPipeParameterAccess parameterAccess) |
static boolean |
ParameterUtils.isHiddenLocalParameter(JIPipeParameterTree tree,
JIPipeParameterAccess access,
String... keys)
Returns true if the provided parameter is local (i.e. only shown if its not a sub-parameter) and therefore should be hidden
|
Modifier and Type | Method and Description |
---|---|
static void |
ParameterUtils.serializeParametersToJson(JIPipeParameterCollection target,
com.fasterxml.jackson.core.JsonGenerator jsonGenerator,
Predicate<Map.Entry<String,JIPipeParameterAccess>> filter)
Serializes parameters to JSON using a generator
|
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.