Modifier and Type | Method and Description |
---|---|
Set<JIPipeExpressionParameterVariableInfo> |
JIPipeDataByMetadataExporter.VariablesInfo.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
Modifier and Type | Method and Description |
---|---|
boolean |
JIPipeProjectCompartment.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access) |
Modifier and Type | Method and Description |
---|---|
boolean |
JIPipeProcessArtifactEnvironment.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access) |
boolean |
JIPipeArtifactEnvironment.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access) |
Modifier and Type | Method and Description |
---|---|
boolean |
JIPipeNodeGroup.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access) |
boolean |
JsonAlgorithm.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterCollection subParameter) |
boolean |
JIPipeNodeGroup.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterCollection subParameter) |
Modifier and Type | Method and Description |
---|---|
String |
GraphNodeParameterReference.getDescription(JIPipeParameterTree tree)
Gets the name or custom name.
|
String |
GraphNodeParameterReference.getName(JIPipeParameterTree tree)
Gets the name or custom name
|
String |
GraphNodeParameterReference.getOriginalName(JIPipeParameterTree tree)
Gets the name in the original graph
Returns null if resolve() is unsuccessful
|
JIPipeParameterAccess |
GraphNodeParameterReference.resolve(JIPipeParameterTree tree)
Tries to resolve the path
|
Constructor and Description |
---|
GraphNodeParameterReference(JIPipeParameterAccess access,
JIPipeParameterTree tree)
Instantiates with an existing access within a tree
|
GraphNodeParameterReferenceAccess(GraphNodeParameterReference reference,
JIPipeParameterTree tree,
JIPipeParameterCollection alternativeSource,
boolean persistent)
Creates a new instance
|
GraphNodeParameterReferenceAccessGroupList(GraphNodeParameterReferenceGroupCollection parameters,
JIPipeParameterTree tree,
boolean persistent)
Creates a new instance
|
Modifier and Type | Method and Description |
---|---|
JIPipeParameterTree |
JIPipeGraph.getParameterTree(boolean useAliasIds,
Set<UUID> restrictToCompartments)
Extracts all parameters as 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) |
boolean |
JIPipeAlgorithm.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterCollection subParameter) |
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) |
boolean |
JIPipeIteratingMissingDataGeneratorAlgorithm.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterCollection subParameter) |
boolean |
JIPipeSingleIterationAlgorithm.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterCollection subParameter) |
boolean |
JIPipeMergingAlgorithm.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterCollection subParameter) |
boolean |
JIPipeSimpleIteratingAlgorithm.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterCollection subParameter) |
boolean |
JIPipeParameterlessSimpleIteratingAlgorithm.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterCollection subParameter) |
boolean |
JIPipeIteratingAlgorithm.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterCollection subParameter) |
boolean |
JIPipeParameterSlotAlgorithm.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterCollection subParameter) |
Modifier and Type | Method and Description |
---|---|
JIPipeParameterTree |
JIPipeParameterTree.getParent()
Gets the tree assigned as parent.
|
Modifier and Type | Method and Description |
---|---|
default boolean |
JIPipeParameterCollection.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access)
Allows to override the visibility of parameters inside the UI
|
default boolean |
JIPipeParameterCollection.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterCollection subParameter)
Allows to override the visibility of sub-parameters inside the UI
|
void |
JIPipeParameterTree.setParent(JIPipeParameterTree parent)
Sets the parent of this tree.
|
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 |
---|---|
boolean |
JIPipeRuntimePartition.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterCollection subParameter) |
Modifier and Type | Method and Description |
---|---|
JIPipeParameterTree |
JIPipeDesktopParameterEditorUI.getParameterTree() |
JIPipeParameterTree |
JIPipeDesktopParameterEditorUI.InitializationParameters.getParameterTree() |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeDesktopParameterEditorUI.InitializationParameters.setParameterTree(JIPipeParameterTree parameterTree) |
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 |
---|---|
JIPipeParameterTree |
JIPipeDesktopGraphNodeParameterReferenceGroupCollectionEditorUI.getParameterTree() |
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) |
boolean |
JIPipeDesktopProjectSettingsUI.ProjectMetadataSettingsSheetWrapper.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterCollection subParameter) |
boolean |
JIPipeDesktopProjectSettingsUI.ProjectPermissionsSettingsSheetWrapper.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterCollection subParameter) |
boolean |
JIPipeDesktopProjectSettingsUI.ProjectParametersSettingsSheetWrapper.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterCollection subParameter) |
Modifier and Type | Method and Description |
---|---|
boolean |
JIPipeDesktopMergedProjectSettings.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterCollection subParameter) |
Modifier and Type | Method and Description |
---|---|
JIPipeParameterTree |
JIPipeDesktopParameterFormPanel.getParameterTree() |
JIPipeParameterTree |
JIPipeDesktopParameterAccessTreeUI.getTree() |
Modifier and Type | Method and Description |
---|---|
BiFunction<JIPipeParameterTree,JIPipeParameterCollection,Boolean> |
JIPipeDesktopParameterFormPanel.getCustomIsParameterCollectionVisible() |
BiFunction<JIPipeParameterTree,JIPipeParameterAccess,Boolean> |
JIPipeDesktopParameterFormPanel.getCustomIsParameterVisible() |
Modifier and Type | Method and Description |
---|---|
static MarkdownText |
JIPipeDesktopParameterFormPanel.generateParameterDocumentation(JIPipeParameterAccess access,
JIPipeParameterTree tree) |
void |
JIPipeDesktopParameterAccessTreeUI.setTree(JIPipeParameterTree tree) |
static List<Object> |
JIPipeDesktopParameterAccessTreeUI.showPickerDialog(Component parent,
JIPipeParameterTree tree,
String title)
Picks a node or parameter
|
Modifier and Type | Method and Description |
---|---|
void |
JIPipeDesktopParameterFormPanel.setCustomIsParameterCollectionVisible(BiFunction<JIPipeParameterTree,JIPipeParameterCollection,Boolean> customIsParameterCollectionVisible) |
void |
JIPipeDesktopParameterFormPanel.setCustomIsParameterVisible(BiFunction<JIPipeParameterTree,JIPipeParameterAccess,Boolean> customIsParameterVisible) |
Constructor and Description |
---|
JIPipeDesktopParameterAccessTreeUI(JIPipeParameterTree tree)
Creates a new instance
|
JIPipeDesktopParameterFormPanel(JIPipeDesktopWorkbench desktopWorkbench,
JIPipeParameterCollection displayedParameters,
JIPipeParameterTree parentTree,
MarkdownText documentation,
int flags) |
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 |
---|---|
boolean |
IteratingFormProcessorAlgorithm.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterCollection subParameter) |
boolean |
SimpleIteratingFormProcessorAlgorithm.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterCollection subParameter) |
boolean |
MergingFormProcessorAlgorithm.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterCollection subParameter) |
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 |
---|---|
boolean |
CopyFilamentsAcrossZCTAlgorithm.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterCollection subParameter) |
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 |
---|---|
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 |
---|---|
boolean |
Morphology2DAlgorithm.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterCollection subParameter) |
Modifier and Type | Method and Description |
---|---|
boolean |
SimpleImageRegistrationAlgorithm.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterCollection subParameter) |
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) |
boolean |
TransformEqualizeDimensionsToMaxAlgorithm.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterCollection subParameter) |
boolean |
TransformEqualizeDimensionsAlgorithm.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterCollection subParameter) |
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 | Method and Description |
---|---|
JIPipeParameterTree |
ScriptDesktopParameterEditorUI.ExternalEditor.getParameterTree() |
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 | 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) |
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
|
static boolean |
ParameterUtils.isHiddenLocalParameterCollection(JIPipeParameterTree tree,
JIPipeParameterCollection collection,
String... keys)
Returns true if the collection is not a direct child of the tree root
|
Copyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.