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 |
JIPipeArtifactProcessEnvironment.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
|
GraphNodeParameterReferenceGroupCollectionDesktopParameterEditorUI(JIPipeDesktopWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess)
Creates new instance
|
NodeGroupContentsDesktopParameterEditorUI(JIPipeDesktopWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess)
Creates 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 |
JIPipeAlgorithm.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access) |
boolean |
JIPipeGraphNode.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access) |
boolean |
JIPipeAlgorithm.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterCollection subParameter) |
Modifier and Type | Method and Description |
---|---|
boolean |
JIPipeMissingDataGeneratorAlgorithm.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access) |
boolean |
JIPipeIteratingMissingDataGeneratorIterationStepGenerationSettings.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access) |
boolean |
JIPipeIteratingAlgorithm.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access) |
boolean |
JIPipeIteratingAlgorithmIterationStepGenerationSettings.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access) |
boolean |
JIPipeParameterlessSimpleIteratingAlgorithm.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access) |
boolean |
JIPipeIteratingMissingDataGeneratorAlgorithm.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access) |
boolean |
JIPipeMergingAlgorithmIterationStepGenerationSettings.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access) |
boolean |
JIPipeSingleIterationAlgorithm.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access) |
boolean |
JIPipeMergingAlgorithm.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access) |
boolean |
JIPipeSimpleIteratingAlgorithm.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access) |
boolean |
JIPipeParameterSlotAlgorithm.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterCollection subParameter) |
boolean |
JIPipeIteratingAlgorithm.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterCollection subParameter) |
boolean |
JIPipeParameterlessSimpleIteratingAlgorithm.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterCollection subParameter) |
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) |
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.createEditorFor(JIPipeDesktopWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess)
Creates editor for the parameter
|
Modifier and Type | Method and Description |
---|---|
boolean |
JIPipeRuntimePartition.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterCollection subParameter) |
Constructor and Description |
---|
RuntimePartitionReferenceDesktopParameterEditorUI(JIPipeDesktopWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess)
Creates new instance
|
Modifier and Type | Method and Description |
---|---|
JIPipeParameterTree |
JIPipeDesktopParameterEditorUI.getParameterTree() |
Constructor and Description |
---|
JIPipeDesktopParameterEditorUI(JIPipeDesktopWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess)
Creates new instance
|
Modifier and Type | Method and Description |
---|---|
JIPipeParameterTree |
JIPipeDesktopGraphNodeParameterReferenceGroupCollectionEditorUI.getParameterTree() |
Modifier and Type | Method and Description |
---|---|
boolean |
JIPipeDesktopProjectSettingsComponents.ProjectMetadataSettingsSheetWrapper.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access) |
boolean |
JIPipeDesktopProjectSettingsComponents.ProjectPermissionsSettingsSheetWrapper.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access) |
boolean |
JIPipeDesktopProjectSettingsComponents.ProjectMetadataSettingsSheetWrapper.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterCollection subParameter) |
boolean |
JIPipeDesktopProjectSettingsComponents.ProjectPermissionsSettingsSheetWrapper.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 |
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> |
WindowQueryExpressionParameterVariablesInfo.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
Set<JIPipeExpressionParameterVariableInfo> |
DataAnnotationQueryExpressionVariablesInfo.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
Set<JIPipeExpressionParameterVariableInfo> |
TableCellValueExpressionParameterVariablesInfo.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
Set<JIPipeExpressionParameterVariableInfo> |
NumberQueryExpressionVariablesInfo.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
Set<JIPipeExpressionParameterVariableInfo> |
TableColumnSourceExpressionParameter.VariablesInfo.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
Set<JIPipeExpressionParameterVariableInfo> |
JIPipeExpressionVariablesInfo.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess)
Returns the list of known variables for the user interface.
|
Set<JIPipeExpressionParameterVariableInfo> |
AnnotationGeneratorExpressionVariablesInfo.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
Set<JIPipeExpressionParameterVariableInfo> |
StringQueryExpressionVariablesInfo.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
Set<JIPipeExpressionParameterVariableInfo> |
JIPipeProjectDirectoriesVariablesInfo.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> |
DataRowQueryExpression.VariablesInfo.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
Set<JIPipeExpressionParameterVariableInfo> |
NumericFunctionExpression.VariablesInfo.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
Set<JIPipeExpressionParameterVariableInfo> |
TableColumnValuesExpressionParameterVariablesInfo.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
Set<JIPipeExpressionParameterVariableInfo> |
SingleExpressionParameterVariablesInfo.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
Modifier and Type | Method and Description |
---|---|
Set<JIPipeExpressionParameterVariableInfo> |
JIPipeCustomExpressionVariablesParameterVariablesInfo.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
Constructor and Description |
---|
JIPipeExpressionDesktopParameterEditorUI(JIPipeDesktopWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess)
Creates new instance
|
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 |
SimpleIteratingFormProcessorAlgorithm.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterCollection subParameter) |
boolean |
MergingFormProcessorAlgorithm.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterCollection subParameter) |
boolean |
IteratingFormProcessorAlgorithm.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> |
AllROI3DMeasurementExpressionParameterVariablesInfo.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
Set<JIPipeExpressionParameterVariableInfo> |
ROI3DRelationMeasurementExpressionParameterVariablesInfo.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> |
TrackFeatureVariablesInfo.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
Set<JIPipeExpressionParameterVariableInfo> |
TrackSpotFeatureVariablesInfo.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
Constructor and Description |
---|
WekaClassifierDesktopParameterEditorUI(JIPipeDesktopWorkbench 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 |
GlobalLinesHoughDetection2DAlgorithm.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access) |
boolean |
LineSegmentsHoughDetection2DAlgorithm.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access) |
Modifier and Type | Method and Description |
---|---|
boolean |
ExportImage2Algorithm.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access) |
boolean |
ExportImageDirectorySlotAlgorithm.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access) |
boolean |
ExportImageAlgorithm.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Set<JIPipeExpressionParameterVariableInfo> |
LabelsToROIAlgorithm.VariablesInfo.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
Set<JIPipeExpressionParameterVariableInfo> |
LabelOverlapStatisticsVariablesInfo.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 |
---|---|
Set<JIPipeExpressionParameterVariableInfo> |
ROI2DRelationMeasurementExpressionParameterVariablesInfo.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
Set<JIPipeExpressionParameterVariableInfo> |
RoiOverlapStatisticsVariablesInfo.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> |
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) |
Constructor and Description |
---|
OMEAccessorDesktopParameterEditorUI(JIPipeDesktopWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess)
Creates new instance
|
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
JIPipeNodeTemplateDesktopParameterEditorUI(JIPipeDesktopWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess)
Creates new instance
|
Modifier and Type | Method and Description |
---|---|
boolean |
InpaintingAlgorithm.isParameterUIVisible(JIPipeParameterTree tree,
JIPipeParameterAccess access) |
Constructor and Description |
---|
ListDesktopParameterEditorUI(JIPipeDesktopWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess)
Creates new instance
|
Constructor and Description |
---|
DynamicEnumDesktopParameterEditorUI(JIPipeDesktopWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
DynamicSetDesktopParameterEditorUI(JIPipeDesktopWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
EnumDesktopParameterEditorUI(JIPipeDesktopWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
Constructor and Description |
---|
FunctionDesktopParameterEditorUI(JIPipeDesktopWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess)
Creates new instance
|
Constructor and Description |
---|
Matrix2DDesktopParameterEditorUI(JIPipeDesktopWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess)
Creates new instance
|
Constructor and Description |
---|
OptionalDesktopParameterEditorUI(JIPipeDesktopWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess)
Creates new instance
|
Constructor and Description |
---|
PairDesktopParameterEditorUI(JIPipeDesktopWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess)
Creates new instance
|
Modifier and Type | Method and Description |
---|---|
JIPipeParameterTree |
ScriptDesktopParameterEditorUI.ExternalEditor.getParameterTree() |
Constructor and Description |
---|
PasswordDesktopParameterEditorUI(JIPipeDesktopWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
Constructor and Description |
---|
DesktopParameterCollectionListEditorUI(JIPipeDesktopWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess)
Creates new instance
|
Constructor and Description |
---|
ColorDesktopParameterEditorUI(JIPipeDesktopWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
Constructor and Description |
---|
JIPipeParameterCollectionVisibilitiesDesktopParameterEditorUI(JIPipeDesktopWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess)
Creates new instance
|
Constructor and Description |
---|
FileDesktopParameterEditorUI(JIPipeDesktopWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
FilePathDesktopParameterEditorUI(JIPipeDesktopWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
Constructor and Description |
---|
ImageDesktopParameterEditorUI(JIPipeDesktopWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess)
Creates new instance
|
Constructor and Description |
---|
JIPipeAuthorMetadataDesktopParameterEditorUI(JIPipeDesktopWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess)
Creates new instance
|
JIPipeDesktopArtifactQueryParameterEditorUI(JIPipeDesktopWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess)
Creates new instance
|
JIPipeDesktopExternalEnvironmentParameterEditorUI(JIPipeDesktopWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess)
Creates new instance
|
JIPipeParameterCollectionDesktopParameterEditorUI(JIPipeDesktopWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess)
Creates new instance
|
Constructor and Description |
---|
HTMLTextDesktopParameterEditorUI(JIPipeDesktopWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
Constructor and Description |
---|
StringPatternExtractionDesktopParameterEditorUI(JIPipeDesktopWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
Constructor and Description |
---|
BooleanDesktopParameterEditorUI(JIPipeDesktopWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
NumberDesktopParameterEditorUI(JIPipeDesktopWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
StringDesktopParameterEditorUI(JIPipeDesktopWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
StringOrDoubleDesktopParameterEditorUI(JIPipeDesktopWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
Modifier and Type | Method and Description |
---|---|
Set<JIPipeExpressionParameterVariableInfo> |
IntegerRange.VariablesInfo.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
Constructor and Description |
---|
IntegerRangeDesktopParameterEditorUI(JIPipeDesktopWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
Constructor and Description |
---|
VectorDesktopParameterEditorUI(JIPipeDesktopWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess)
Creates new instance
|
Constructor and Description |
---|
QuantityDesktopParameterEditorUI(JIPipeDesktopWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess)
Creates new instance
|
Constructor and Description |
---|
NumberRangeDesktopParameterEditorUI(JIPipeDesktopWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess)
Creates new instance
|
Constructor and Description |
---|
AnchorDesktopParameterEditorUI(JIPipeDesktopWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
FixedMarginEditorUIDesktop(JIPipeDesktopWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
InnerMarginEditorUIDesktop(JIPipeDesktopWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
MarginDesktopParameterEditorUI(JIPipeDesktopWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
RectangleDesktopParameterEditorUI(JIPipeDesktopWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
Constructor and Description |
---|
LargeScriptDesktopParameterEditorUI(JIPipeDesktopWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess)
Creates new instance
|
Constructor and Description |
---|
DesktopParameterTableEditorUI(JIPipeDesktopWorkbench workbench,
JIPipeParameterTree parameterTree,
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<JIPipeExpressionParameterVariableInfo> |
PlotTablesAlgorithm.VariablesInfo.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
Constructor and Description |
---|
UIPlotDataSeriesColumnEnumDesktopParameterEditorUI(JIPipeDesktopWorkbench 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> |
ApplyExpressionPerRowAlgorithm2.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) |
Constructor and Description |
---|
ResultsTableDataDesktopParameterEditorUI(JIPipeDesktopWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess)
Creates new instance
|
Constructor and Description |
---|
TableColumnGeneratorDesktopParameterEditorUI(JIPipeDesktopWorkbench 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.
|
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–2024 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.