Modifier and Type | Method and Description |
---|---|
Set<JIPipeExpressionParameterVariableInfo> |
JIPipeDataByMetadataExporter.VariablesInfo.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
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 |
JIPipeExternalEnvironmentInstaller.getParameterAccess() |
Modifier and Type | Method and Description |
---|---|
boolean |
JIPipeProcessArtifactEnvironment.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access) |
boolean |
JIPipeArtifactEnvironment.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access) |
Constructor and Description |
---|
JIPipeExternalEnvironmentInstaller(JIPipeWorkbench workbench,
JIPipeParameterAccess parameterAccess) |
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> |
JIPipeNodeGroup.getParameters() |
Modifier and Type | Method and Description |
---|---|
boolean |
JIPipeNodeGroup.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> |
GraphNodeParameterReferenceAccessGroup.getParameters() |
Map<String,JIPipeParameterAccess> |
GraphNodeParameterReferenceAccessGroupList.getParameters() |
Constructor and Description |
---|
GraphNodeParameterReference(JIPipeParameterAccess access,
JIPipeParameterTree tree)
Instantiates with an existing access within a tree
|
Modifier and Type | Method and Description |
---|---|
Set<JIPipeExpressionParameterVariableInfo> |
JIPipeAdaptiveParameterSettings.VariablesInfo.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
Set<JIPipeExpressionParameterVariableInfo> |
JIPipeCustomAnnotationMatchingExpressionVariables.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
boolean |
JIPipeGraphNode.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access) |
boolean |
JIPipeAlgorithm.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access) |
Modifier and Type | Method and Description |
---|---|
boolean |
JIPipeMergingAlgorithmIterationStepGenerationSettings.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access) |
boolean |
JIPipeIteratingMissingDataGeneratorAlgorithm.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access) |
boolean |
JIPipeSingleIterationAlgorithm.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access) |
boolean |
JIPipeMergingAlgorithm.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access) |
boolean |
JIPipeMissingDataGeneratorAlgorithm.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access) |
boolean |
JIPipeSimpleIteratingAlgorithm.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access) |
boolean |
JIPipeParameterlessSimpleIteratingAlgorithm.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access) |
boolean |
JIPipeIteratingMissingDataGeneratorIterationStepGenerationSettings.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access) |
boolean |
JIPipeIteratingAlgorithmIterationStepGenerationSettings.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access) |
boolean |
JIPipeIteratingAlgorithm.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access) |
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> |
JIPipeCustomParameterCollection.getParameters()
Returns all parameters
Please note that those parameters must be sourced in this collection.
|
Map<String,JIPipeParameterAccess> |
JIPipeDynamicParameterCollection.getParameters() |
Map<String,JIPipeParameterAccess> |
JIPipeParameterTree.getParameters() |
com.google.common.collect.BiMap<String,JIPipeParameterAccess> |
JIPipeParameterTree.Node.getParameters() |
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(com.google.common.collect.BiMap<String,JIPipeParameterAccess> parameters) |
Constructor and Description |
---|
JIPipeMutableParameterAccess(JIPipeParameterAccess other)
Creates a new independent parameter from the provided access
|
JIPipeParameterTree(JIPipeParameterAccess access)
Creates a new dummy tree for a single access
|
Constructor and Description |
---|
JIPipeMultiParameterAccess(List<JIPipeParameterAccess> accessList) |
Modifier and Type | Method and Description |
---|---|
Map<String,JIPipeParameterAccess> |
JIPipeProjectInfoParameters.getParameters() |
Modifier and Type | Method and Description |
---|---|
JIPipeDesktopParameterEditorUI |
JIPipeParameterTypeRegistry.createEditorInstance(JIPipeParameterAccess parameterAccess,
JIPipeDesktopWorkbench workbench,
JIPipeParameterTree parameterTree,
Object parent)
Creates editor for the parameter
|
Modifier and Type | Method and Description |
---|---|
JIPipeParameterAccess |
JIPipeDesktopParameterEditorUI.getParameterAccess()
Gets the parameter accessor
|
JIPipeParameterAccess |
JIPipeDesktopParameterEditorUI.InitializationParameters.getParameterAccess() |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeDesktopParameterEditorUI.InitializationParameters.setParameterAccess(JIPipeParameterAccess parameterAccess) |
Constructor and Description |
---|
InitializationParameters(JIPipeDesktopWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
InitializationParameters(JIPipeDesktopWorkbench workbench,
JIPipeParameterTree parameterTree,
Object parent,
JIPipeParameterAccess parameterAccess) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
JIPipeDesktopEasyInstallExternalEnvironmentInstaller.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 |
---|
JIPipeDesktopEasyInstallExternalEnvironmentInstaller(JIPipeDesktopWorkbench workbench,
JIPipeParameterAccess parameterAccess) |
JIPipeDesktopExternalEnvironmentInstaller(JIPipeDesktopWorkbench workbench,
JIPipeParameterAccess parameterAccess) |
Modifier and Type | Method and Description |
---|---|
boolean |
JIPipeDesktopProjectSettingsUI.ProjectMetadataSettingsSheetWrapper.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access) |
boolean |
JIPipeDesktopProjectSettingsUI.ProjectPermissionsSettingsSheetWrapper.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access) |
boolean |
JIPipeDesktopProjectSettingsUI.ProjectParametersSettingsSheetWrapper.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access) |
Modifier and Type | Method and Description |
---|---|
Map<String,JIPipeParameterAccess> |
JIPipeDesktopMergedProjectSettings.getParameters() |
Map<String,JIPipeParameterAccess> |
JIPipeDesktopMergedProjectSettingsUserDirectories.getParameters() |
Modifier and Type | Method and Description |
---|---|
BiFunction<JIPipeParameterTree,JIPipeParameterAccess,Boolean> |
JIPipeDesktopParameterFormPanel.getCustomIsParameterVisible() |
Modifier and Type | Method and Description |
---|---|
static MarkdownText |
JIPipeDesktopParameterFormPanel.generateParameterDocumentation(JIPipeParameterAccess access,
JIPipeParameterTree tree) |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeDesktopParameterFormPanel.setCustomIsParameterVisible(BiFunction<JIPipeParameterTree,JIPipeParameterAccess,Boolean> customIsParameterVisible) |
Modifier and Type | Method and Description |
---|---|
Set<JIPipeExpressionParameterVariableInfo> |
AnnotateByExpression.VariablesInfo.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
Set<JIPipeExpressionParameterVariableInfo> |
SetSingleAnnotation.VariablesInfo.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
boolean |
SimplifyAnnotationsAlgorithm.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access) |
Modifier and Type | Method and Description |
---|---|
boolean |
Cellpose1InferenceAlgorithm.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
CellposeSegmentationModelSettings_Old.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Cellpose3DenoiseTrainingNoiseSettings.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access) |
Modifier and Type | Method and Description |
---|---|
boolean |
CLIJCommandNode.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access) |
Modifier and Type | Method and Description |
---|---|
static JIPipeGraphNode |
JIPipeExpressionVariablesInfo.findNode(JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess)
Helper method that attempts to find the underlying graph node of a parameter access
|
static Map<UUID,Map<String,JIPipeDataTable>> |
JIPipeExpressionVariablesInfo.findPredecessorNodeCache(JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess)
Helper method that attempts to find the underlying graph node of a parameter access and returns its cache if available
|
Set<JIPipeExpressionParameterVariableInfo> |
JIPipeExpressionVariablesInfo.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess)
Returns the list of known variables for the user interface.
|
Set<JIPipeExpressionParameterVariableInfo> |
NumericFunctionExpression.VariablesInfo.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
Set<JIPipeExpressionParameterVariableInfo> |
StringQueryExpressionVariablesInfo.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
Set<JIPipeExpressionParameterVariableInfo> |
TableCellValueExpressionParameterVariablesInfo.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
Set<JIPipeExpressionParameterVariableInfo> |
SingleExpressionParameterVariablesInfo.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
Set<JIPipeExpressionParameterVariableInfo> |
TableColumnValuesExpressionParameterVariablesInfo.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
Set<JIPipeExpressionParameterVariableInfo> |
WindowQueryExpressionParameterVariablesInfo.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
Set<JIPipeExpressionParameterVariableInfo> |
NumberQueryExpressionVariablesInfo.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
Set<JIPipeExpressionParameterVariableInfo> |
AnnotationGeneratorExpressionVariablesInfo.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
Set<JIPipeExpressionParameterVariableInfo> |
JIPipeProjectDirectoriesVariablesInfo.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
Set<JIPipeExpressionParameterVariableInfo> |
DataRowQueryExpression.VariablesInfo.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
Set<JIPipeExpressionParameterVariableInfo> |
DataAnnotationQueryExpressionVariablesInfo.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
Set<JIPipeExpressionParameterVariableInfo> |
AnnotationQueryExpressionVariablesInfo.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
Set<JIPipeExpressionParameterVariableInfo> |
TableCellExpressionParameterVariablesInfo.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
Set<JIPipeExpressionParameterVariableInfo> |
TableColumnSourceExpressionParameter.VariablesInfo.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
Modifier and Type | Method and Description |
---|---|
Set<JIPipeExpressionParameterVariableInfo> |
JIPipeCustomExpressionVariablesParameterVariablesInfo.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
Modifier and Type | Method and Description |
---|---|
Set<JIPipeExpressionParameterVariableInfo> |
PathFilterExpressionParameterVariablesInfo.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
Set<JIPipeExpressionParameterVariableInfo> |
JIPipeTextAnnotationsExpressionParameterVariablesInfo.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
Set<JIPipeExpressionParameterVariableInfo> |
UndefinedExpressionParameterVariablesInfo.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
Modifier and Type | Method and Description |
---|---|
Set<JIPipeExpressionParameterVariableInfo> |
FilterRoi3DListsAlgorithm.VariablesInfo.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
Modifier and Type | Method and Description |
---|---|
Set<JIPipeExpressionParameterVariableInfo> |
AllROI3DRelationMeasurementExpressionParameterVariablesInfo.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
Set<JIPipeExpressionParameterVariableInfo> |
ROI3DRelationMeasurementExpressionParameterVariablesInfo.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
Set<JIPipeExpressionParameterVariableInfo> |
AllROI3DMeasurementExpressionParameterVariablesInfo.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
Set<JIPipeExpressionParameterVariableInfo> |
ROI3DMeasurementExpressionParameterVariablesInfo.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
Modifier and Type | Method and Description |
---|---|
boolean |
ConnectVerticesAlgorithm.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access) |
Modifier and Type | Method and Description |
---|---|
Set<JIPipeExpressionParameterVariableInfo> |
SpotFeatureVariablesInfo.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
Set<JIPipeExpressionParameterVariableInfo> |
TrackSpotFeatureVariablesInfo.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
Set<JIPipeExpressionParameterVariableInfo> |
TrackFeatureVariablesInfo.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
Modifier and Type | Method and Description |
---|---|
JIPipeParameterAccess |
ImageJ2OpNode.getModuleItemParameterAccess(org.scijava.module.ModuleItem<?> moduleItem) |
Modifier and Type | Method and Description |
---|---|
Set<JIPipeExpressionParameterVariableInfo> |
ConditionalInverterAlgorithm.VariablesInfo.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
Modifier and Type | Method and Description |
---|---|
boolean |
ConvertImageTo8BitAutoContrastAlgorithm.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access) |
boolean |
ConvertImageTo16BitAutoContrastAlgorithm.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access) |
Modifier and Type | Method and Description |
---|---|
boolean |
GlobalLinesHoughDetection2DAlgorithm.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access) |
boolean |
LineSegmentsHoughDetection2DAlgorithm.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access) |
Modifier and Type | Method and Description |
---|---|
boolean |
ExportImageAlgorithm.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access)
Deprecated.
|
boolean |
ExportImageDirectorySlotAlgorithm.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access) |
boolean |
ExportImage2Algorithm.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access) |
Modifier and Type | Method and Description |
---|---|
Set<JIPipeExpressionParameterVariableInfo> |
LabelOverlapStatisticsVariablesInfo.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
Set<JIPipeExpressionParameterVariableInfo> |
LabelsToROIAlgorithm.VariablesInfo.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
boolean |
LabelsToROIAlgorithm.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access) |
Modifier and Type | Method and Description |
---|---|
Set<JIPipeExpressionParameterVariableInfo> |
FilterLabelsByExpression2DAlgorithm.VariablesInfo.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
Set<JIPipeExpressionParameterVariableInfo> |
FilterLabelsByExpression3DAlgorithm.VariablesInfo.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
Modifier and Type | Method and Description |
---|---|
Set<JIPipeExpressionParameterVariableInfo> |
RoiOverlapStatisticsVariablesInfo.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
Set<JIPipeExpressionParameterVariableInfo> |
ROI2DRelationMeasurementExpressionParameterVariablesInfo.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
Modifier and Type | Method and Description |
---|---|
Set<JIPipeExpressionParameterVariableInfo> |
ROIToLabelsByNameAlgorithm.VariablesInfo.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
Set<JIPipeExpressionParameterVariableInfo> |
ROIToLabelsExpressionAlgorithm.VariablesInfo.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
Modifier and Type | Method and Description |
---|---|
Set<JIPipeExpressionParameterVariableInfo> |
FilterRoiByNameAlgorithm.VariablesInfo.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
Set<JIPipeExpressionParameterVariableInfo> |
FilterROIListsAlgorithm.VariablesInfo.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
Modifier and Type | Method and Description |
---|---|
Set<JIPipeExpressionParameterVariableInfo> |
ChangeRoiPropertiesFromExpressionsAlgorithm.VariablesInfo.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
Set<JIPipeExpressionParameterVariableInfo> |
ChangeRoiPropertiesFromTableAlgorithm.VariablesInfo.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
Set<JIPipeExpressionParameterVariableInfo> |
ChangeRoiNameFromExpressionsAndMeasurementsAlgorithm.VariablesInfo.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
Modifier and Type | Method and Description |
---|---|
Set<JIPipeExpressionParameterVariableInfo> |
SortRoiListByExpressionsAndMeasurementsAlgorithm.VariablesInfo.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
Modifier and Type | Method and Description |
---|---|
Set<JIPipeExpressionParameterVariableInfo> |
SplitRoiConnectedComponentsAlgorithm.GraphPostprocessingVariables.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
Modifier and Type | Method and Description |
---|---|
boolean |
RidgeDetector2DAlgorithm.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access) |
Modifier and Type | Method and Description |
---|---|
boolean |
TransformEqualizeDimensionsToMaxAlgorithm.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access) |
boolean |
TransformEqualizeDimensionsAlgorithm.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access) |
Modifier and Type | Method and Description |
---|---|
Set<JIPipeExpressionParameterVariableInfo> |
AlignedImage5DSliceIndexExpressionParameterVariablesInfo.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
Set<JIPipeExpressionParameterVariableInfo> |
Image5DSliceIndexExpressionParameterVariablesInfo.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
Modifier and Type | Method and Description |
---|---|
Set<JIPipeExpressionParameterVariableInfo> |
ImageQueryExpressionVariablesInfo.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
Modifier and Type | Method and Description |
---|---|
Set<JIPipeExpressionParameterVariableInfo> |
MeasurementExpressionParameterVariablesInfo.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
Set<JIPipeExpressionParameterVariableInfo> |
AllMeasurementExpressionParameterVariablesInfo.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
Modifier and Type | Method and Description |
---|---|
boolean |
InpaintingAlgorithm.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access) |
Modifier and Type | Class and Description |
---|---|
class |
ListParameterItemParameterAccess<T>
Parameter access for one entry in
ListParameter |
Constructor and Description |
---|
ListParameterItemParameterAccess(JIPipeParameterAccess parent,
List<T> entryList,
Class<T> entryType,
int index)
Creates a new instance
|
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 |
FunctionParameterParameterAccess.getParent() |
JIPipeParameterAccess |
FunctionParameterInputAccess.getParent() |
Constructor and Description |
---|
FunctionParameterInputAccess(JIPipeParameterAccess parent) |
FunctionParameterOutputAccess(JIPipeParameterAccess parent) |
FunctionParameterParameterAccess(JIPipeParameterAccess parent) |
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
|
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 |
---|
PairParameterKeyAccess(JIPipeParameterAccess parent,
PairParameter<K,V> pair)
Creates a new instance
|
PairParameterValueAccess(JIPipeParameterAccess parent,
PairParameter<K,V> pair)
Creates a new instance
|
Modifier and Type | Method and Description |
---|---|
JIPipeParameterAccess |
ScriptDesktopParameterEditorUI.ExternalEditor.getParameterAccess() |
Modifier and Type | Method and Description |
---|---|
boolean |
ScriptDesktopParameterEditorUI.ExternalEditor.accessEquals(JIPipeParameterAccess access) |
Constructor and Description |
---|
ExternalEditor(JIPipeDesktopWorkbench workbench,
WeakReference<JIPipeParameterCollection> parameterCollection,
String parameterKey,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
ExternalFileExternalEditor(JIPipeDesktopWorkbench workbench,
WeakReference<JIPipeParameterCollection> parameterCollection,
String parameterKey,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
TabExternalEditor(JIPipeDesktopWorkbench workbench,
WeakReference<JIPipeParameterCollection> parameterCollection,
String parameterKey,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess access) |
WindowExternalEditor(JIPipeDesktopWorkbench workbench,
WeakReference<JIPipeParameterCollection> parameterCollection,
String parameterKey,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess access) |
Modifier and Type | Method and Description |
---|---|
Set<JIPipeExpressionParameterVariableInfo> |
IntegerRange.VariablesInfo.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
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(JIPipeDesktopWorkbench workbench,
Component parent,
JIPipeParameterAccess parameterAccess,
ParameterTable parameterTable,
JIPipeDesktopGraphCanvasUI canvasUI) |
Constructor and Description |
---|
ParameterTableCellAccess(JIPipeParameterAccess parent,
ParameterTable table,
int row,
int column)
Creates a new instance
|
Modifier and Type | Method and Description |
---|---|
boolean |
JFreeChartPlotData.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access) |
Modifier and Type | Method and Description |
---|---|
Set<JIPipeExpressionParameterVariableInfo> |
PlotTablesAlgorithm.VariablesInfo.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
Modifier and Type | Method and Description |
---|---|
Set<JIPipeExpressionParameterVariableInfo> |
ProcessEnvironment.VariablesInfo.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
Modifier and Type | Method and Description |
---|---|
Set<JIPipeExpressionParameterVariableInfo> |
PythonEnvironment.PythonArgumentsVariablesInfo.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
boolean |
PythonEnvironment.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access) |
boolean |
PythonPackageLibraryEnvironment.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access) |
Constructor and Description |
---|
SelectCondaEnvPythonInstaller(JIPipeWorkbench workbench,
JIPipeParameterAccess parameterAccess) |
SelectSystemPythonInstaller(JIPipeWorkbench workbench,
JIPipeParameterAccess parameterAccess) |
SelectVirtualEnvPythonInstaller(JIPipeWorkbench workbench,
JIPipeParameterAccess parameterAccess) |
Modifier and Type | Method and Description |
---|---|
Set<JIPipeExpressionParameterVariableInfo> |
REnvironment.RArgumentsVariablesInfo.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
boolean |
REnvironment.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access) |
Modifier and Type | Method and Description |
---|---|
Set<JIPipeExpressionParameterVariableInfo> |
FilterTablesAlgorithm.VariablesInfo.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
Modifier and Type | Method and Description |
---|---|
Set<JIPipeExpressionParameterVariableInfo> |
ApplyExpressionPerRowAlgorithm.VariablesInfo.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
Set<JIPipeExpressionParameterVariableInfo> |
AddMissingRowsInSeriesAlgorithm.CounterVariablesInfo.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
Set<JIPipeExpressionParameterVariableInfo> |
AddMissingRowsInSeriesAlgorithm.DefaultValuesVariablesInfo.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
Set<JIPipeExpressionParameterVariableInfo> |
ApplyExpressionPerRowAlgorithm2.VariablesInfo.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
Modifier and Type | Method and Description |
---|---|
Set<JIPipeExpressionParameterVariableInfo> |
RunExpressionAlgorithm.VariablesInfo.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
Modifier and Type | Method and Description |
---|---|
Set<JIPipeExpressionParameterVariableInfo> |
ProcessEnvironmentVariablesInfo.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
Modifier and Type | Method and Description |
---|---|
Set<JIPipeExpressionParameterVariableInfo> |
EnvironmentVariablesSource.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
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–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.