Modifier and Type | Method and Description |
---|---|
JIPipeWorkbench |
JIPipeWorkbenchAccess.getWorkbench() |
Modifier and Type | Method and Description |
---|---|
Set<JIPipeExpressionParameterVariableInfo> |
JIPipeDataByMetadataExporter.VariablesInfo.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
Modifier and Type | Method and Description |
---|---|
JIPipeWorkbench |
JIPipeExternalEnvironmentInstaller.getWorkbench() |
Constructor and Description |
---|
JIPipeExternalEnvironmentInstaller(JIPipeWorkbench workbench,
JIPipeParameterAccess parameterAccess) |
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) |
Modifier and Type | Method and Description |
---|---|
JIPipeWorkbench |
JIPipeAnnotationGraphNodeTool.getWorkbench() |
Modifier and Type | Method and Description |
---|---|
Consumer<JIPipeWorkbench> |
JIPipeNotificationAction.getAction() |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeNotificationAction.setAction(Consumer<JIPipeWorkbench> action) |
Constructor and Description |
---|
JIPipeNotificationAction(String label,
String tooltip,
Icon icon,
Consumer<JIPipeWorkbench> action) |
JIPipeNotificationAction(String label,
String tooltip,
Icon icon,
JIPipeNotificationAction.Style style,
Consumer<JIPipeWorkbench> action) |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeReflectionParameterCollectionContextAction.accept(JIPipeWorkbench workbench) |
void |
JIPipeDefaultParameterCollectionContextAction.accept(JIPipeWorkbench workbench) |
abstract <T> List<T> |
DefaultJIPipeParameterGenerator.generateAfterDialog(JIPipeWorkbench workbench,
Component parent,
Class<T> klass)
This function generates the values after the dialog was confirmed
|
Constructor and Description |
---|
JIPipeDefaultParameterCollectionContextAction(SetJIPipeDocumentation documentation,
URL iconURL,
Consumer<JIPipeWorkbench> function) |
Modifier and Type | Method and Description |
---|---|
ImageJDataExporterUI |
JIPipeImageJAdapterRegistry.createUIForExportOperation(JIPipeWorkbench workbench,
ImageJDataExportOperation exportOperation)
Generates a UI for the importer
|
ImageJDataImporterUI |
JIPipeImageJAdapterRegistry.createUIForImportOperation(JIPipeWorkbench workbench,
ImageJDataImportOperation importOperation)
Generates a UI for the importer
|
Modifier and Type | Method and Description |
---|---|
abstract boolean |
NavigableJIPipeValidationReportContext.canNavigate(JIPipeWorkbench workbench) |
abstract void |
NavigableJIPipeValidationReportContext.navigate(JIPipeWorkbench workbench) |
Modifier and Type | Method and Description |
---|---|
boolean |
GraphNodeValidationReportContext.canNavigate(JIPipeWorkbench workbench) |
void |
GraphNodeValidationReportContext.navigate(JIPipeWorkbench workbench) |
Modifier and Type | Method and Description |
---|---|
static List<Path> |
JIPipeDesktop.openDirectories(Component parent,
JIPipeWorkbench workbench,
JIPipeFileChooserApplicationSettings.LastDirectoryKey key,
String title,
HTMLText description)
Lets the user choose multiple directories
|
static Path |
JIPipeDesktop.openDirectory(Component parent,
JIPipeWorkbench workbench,
JIPipeFileChooserApplicationSettings.LastDirectoryKey key,
String title,
HTMLText description)
Lets the user choose a directory
|
static Path |
JIPipeDesktop.openFile(Component parent,
JIPipeWorkbench workbench,
JIPipeFileChooserApplicationSettings.LastDirectoryKey key,
String title,
HTMLText description,
FileNameExtensionFilter... extensionFilters)
Lets the user choose a file
|
static List<Path> |
JIPipeDesktop.openFiles(Component parent,
JIPipeWorkbench workbench,
JIPipeFileChooserApplicationSettings.LastDirectoryKey key,
String title,
HTMLText description,
FileNameExtensionFilter... extensionFilters)
Lets the user choose multiple files
|
static Path |
JIPipeDesktop.openPath(Component parent,
JIPipeWorkbench workbench,
JIPipeFileChooserApplicationSettings.LastDirectoryKey key,
String title,
HTMLText description,
FileNameExtensionFilter... extensionFilters)
Lets the user choose a file or directory
|
static List<Path> |
JIPipeDesktop.openPaths(Component parent,
JIPipeWorkbench workbench,
JIPipeFileChooserApplicationSettings.LastDirectoryKey key,
String title,
HTMLText description,
FileNameExtensionFilter... extensionFilters)
Lets the user choose multiple files or directories
|
static Path |
JIPipeDesktop.saveDirectory(Component parent,
JIPipeWorkbench workbench,
JIPipeFileChooserApplicationSettings.LastDirectoryKey key,
String title,
HTMLText description)
Lets the user choose a directory
|
static Path |
JIPipeDesktop.saveFile(Component parent,
JIPipeWorkbench workbench,
JIPipeFileChooserApplicationSettings.LastDirectoryKey key,
String title,
HTMLText description,
FileNameExtensionFilter... extensionFilters)
Lets the user choose a file
|
static Path |
JIPipeDesktop.savePath(Component parent,
JIPipeWorkbench workbench,
JIPipeFileChooserApplicationSettings.LastDirectoryKey key,
String title,
HTMLText description,
FileNameExtensionFilter... extensionFilters)
Lets the user choose a file or directory
|
static List<Path> |
JIPipeDesktop.selectMulti(Component parent,
JIPipeWorkbench workbench,
JIPipeFileChooserApplicationSettings.LastDirectoryKey key,
String title,
HTMLText description,
PathIOMode ioMode,
PathType pathMode,
FileNameExtensionFilter... extensionFilters)
Generic open method for multiple paths.
|
static Path |
JIPipeDesktop.selectSingle(Component parent,
JIPipeWorkbench workbench,
JIPipeFileChooserApplicationSettings.LastDirectoryKey key,
String title,
HTMLText description,
PathIOMode ioMode,
PathType pathMode,
FileNameExtensionFilter... extensionFilters)
Generic open/save method for single paths
|
Modifier and Type | Method and Description |
---|---|
JIPipeWorkbench |
JIPipeDesktopGraphEditorToolBarButtonExtension.getWorkbench() |
Modifier and Type | Method and Description |
---|---|
JIPipeWorkbench |
JIPipeDesktopDataViewerWindow.getWorkbench() |
Modifier and Type | Method and Description |
---|---|
List<JIPipeDesktopMenuExtension> |
JIPipeCustomMenuRegistry.getMenuExtensionsTargeting(JIPipeMenuExtensionTarget target,
JIPipeWorkbench workbench)
Gets all extensions for a specific menu
|
Modifier and Type | Interface and Description |
---|---|
interface |
JIPipeDesktopWorkbench
A user interface that is running on a desktop machine
|
Modifier and Type | Class and Description |
---|---|
class |
JIPipeDesktopDummyWorkbench |
class |
JIPipeDesktopProjectWorkbench
UI around an
JIPipeProject |
class |
JIPipeDummyWorkbench
A dummy implementation of
JIPipeWorkbench that will trigger no errors, but will not work for various functions. |
Modifier and Type | Method and Description |
---|---|
JIPipeWorkbench |
JIPipeDesktopWorkbenchPanel.getWorkbench() |
JIPipeWorkbench |
JIPipeDesktopProjectWorkbenchPanel.getWorkbench() |
Modifier and Type | Method and Description |
---|---|
static boolean |
JIPipeDesktopProjectWorkbench.canAddOrDeleteNodes(JIPipeWorkbench workbench) |
static boolean |
JIPipeDesktopProjectWorkbench.canModifySlots(JIPipeWorkbench workbench) |
static JIPipeDesktopProjectWorkbench |
JIPipeDesktopProjectWorkbench.tryFindProjectWorkbench(JIPipeGraph graph,
JIPipeWorkbench orElse)
Attempts to find a workbench
|
Modifier and Type | Method and Description |
---|---|
JIPipeWorkbench |
JIPipeDesktopDataTableRowDisplayUtil.getWorkbench() |
JIPipeWorkbench |
JIPipeDesktopCacheManagerUI.getWorkbench() |
Modifier and Type | Class and Description |
---|---|
class |
JIPipeDesktopRunSingleAlgorithmWindow
|
Modifier and Type | Method and Description |
---|---|
JIPipeWorkbench |
JIPipeDesktopAuthorProfileButton.getWorkbench() |
Modifier and Type | Method and Description |
---|---|
JIPipeWorkbench |
JIPipeDesktopGraphCanvasUI.getWorkbench() |
Modifier and Type | Method and Description |
---|---|
JIPipeWorkbench |
JIPipeDesktopInvalidProjectDependenciesInfoDialog.getWorkbench() |
Constructor and Description |
---|
JIPipeDesktopLoadResultDirectoryIntoCacheRun(JIPipeWorkbench workbench,
JIPipeProject project,
Path resultPath,
boolean clearBefore) |
JIPipeDesktopLoadResultZipIntoCacheRun(JIPipeWorkbench workbench,
JIPipeProject project,
Path resultPath,
boolean clearBefore) |
Modifier and Type | Method and Description |
---|---|
JIPipeWorkbench |
JIPipeDesktopRunNextWindow.getWorkbench() |
Modifier and Type | Method and Description |
---|---|
JIPipeWorkbench |
JIPipeDesktopRunnableLogsButton.getWorkbench() |
Modifier and Type | Method and Description |
---|---|
JIPipeWorkbench |
JIPipeDesktopRunnableQueueButton.getWorkbench() |
JIPipeWorkbench |
JIPipeDesktopCompactRunnableQueueButton.getWorkbench() |
Modifier and Type | Method and Description |
---|---|
JIPipeWorkbench |
JIPipeDesktopFlexContentWorkbenchPanel.getWorkbench() |
JIPipeWorkbench |
JIPipeDesktopUserFriendlyErrorUI.getWorkbench() |
Modifier and Type | Method and Description |
---|---|
JIPipeWorkbench |
JIPipeDesktopFileChooserNext.getWorkbench() |
Modifier and Type | Method and Description |
---|---|
static List<Path> |
JIPipeDesktopFileChooserNext.showDialog(Component parent,
JIPipeWorkbench workbench,
String title,
HTMLText description,
Path initialDirectory,
PathIOMode ioMode,
PathType pathType,
boolean multiple,
FileNameExtensionFilter... extensionFilters) |
static Path |
JIPipeDesktopFileChooserNext.showDialogSingle(Component parent,
JIPipeWorkbench workbench,
String title,
HTMLText description,
Path initialDirectory,
PathIOMode ioMode,
PathType pathType,
FileNameExtensionFilter... extensionFilters) |
Constructor and Description |
---|
JIPipeDesktopFileChooserNext(JIPipeWorkbench workbench,
HTMLText description,
Path initialDirectory,
PathIOMode ioMode,
PathType pathType,
boolean multiple,
FileNameExtensionFilter... extensionFilters) |
Modifier and Type | Method and Description |
---|---|
JIPipeWorkbench |
JIPipeDesktopDynamicParameterEditorDialog.getWorkbench() |
Modifier and Type | Method and Description |
---|---|
JIPipeWorkbench |
JIPipeDesktopGenericNotificationButton.getWorkbench() |
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) |
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 |
---|---|
void |
MultiTemplateMatchingAlgorithm.generateRotations(JIPipeWorkbench workbench) |
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 |
---|---|
void |
ArrangeChannelsAlgorithm.setToExample(JIPipeWorkbench parent) |
Modifier and Type | Method and Description |
---|---|
void |
RunImageJExporterAlgorithm.setExporterParametersFromUI(JIPipeWorkbench parent) |
void |
RunImageJImporterAlgorithm.setImporterParametersFromUI(JIPipeWorkbench parent) |
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) |
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 |
---|---|
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 |
---|---|
void |
BioFormatsAnnotatorAlgorithm.setToExample(JIPipeWorkbench parent) |
Modifier and Type | Method and Description |
---|---|
void |
BioFormatsImporterAlgorithm.setToExample(JIPipeWorkbench parent) |
Modifier and Type | Method and Description |
---|---|
Set<JIPipeExpressionParameterVariableInfo> |
ImageQueryExpressionVariablesInfo.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
Modifier and Type | Method and Description |
---|---|
JIPipeWorkbench |
ImagePlusResultImportRun.getWorkbench() |
JIPipeWorkbench |
OMEImageResultImportRun.getWorkbench() |
Constructor and Description |
---|
ImagePlusResultImportRun(JIPipeDataSlot slot,
JIPipeDataTableRowInfo row,
Path rowStorageFolder,
String compartmentName,
String algorithmName,
String displayName,
JIPipeWorkbench workbench) |
OMEImageResultImportRun(JIPipeDataSlot slot,
JIPipeDataTableRowInfo row,
Path rowStorageFolder,
String compartmentName,
String algorithmName,
String displayName,
JIPipeWorkbench workbench) |
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 |
---|---|
JIPipeWorkbench |
JIPipeDesktopLegacyImageViewer.getWorkbench() |
Modifier and Type | Method and Description |
---|---|
JIPipeWorkbench |
JIPipeDesktopLegacyImageViewerPlugin.getWorkbench() |
Modifier and Type | Method and Description |
---|---|
JIPipeWorkbench |
JIPipeDesktopLegacyImageViewerPanel2D.getWorkbench() |
Modifier and Type | Method and Description |
---|---|
void |
GeneratedParameters.uiImportParameterFromGraph(JIPipeWorkbench workbench) |
Modifier and Type | Method and Description |
---|---|
JIPipeWorkbench |
NodeTemplatePopupMenu.getWorkbench() |
Modifier and Type | Method and Description |
---|---|
<T> List<T> |
EnumParameterGenerator.generateAfterDialog(JIPipeWorkbench workbench,
Component parent,
Class<T> klass) |
Modifier and Type | Method and Description |
---|---|
JIPipeWorkbench |
ScriptDesktopParameterEditorUI.ExternalEditor.getWorkbench() |
Modifier and Type | Method and Description |
---|---|
<T> List<T> |
NumberRangeParameterGenerator.generateAfterDialog(JIPipeWorkbench workbench,
Component parent,
Class<T> klass) |
Modifier and Type | Method and Description |
---|---|
Set<JIPipeExpressionParameterVariableInfo> |
IntegerRange.VariablesInfo.getVariables(JIPipeWorkbench workbench,
JIPipeParameterTree parameterTree,
JIPipeParameterAccess parameterAccess) |
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) |
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) |
Modifier and Type | Method and Description |
---|---|
Path |
JIPipeFileChooserApplicationSettings.getLastDirectoryBy(JIPipeWorkbench workbench,
JIPipeFileChooserApplicationSettings.LastDirectoryKey key)
Gets the last directory by key
|
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 |
---|---|
void |
PathsToJIPipeProjectParametersAlgorithm.importParametersFromProject(JIPipeWorkbench workbench) |
void |
JIPipeProjectParameterDefinition.importParametersFromProject(JIPipeWorkbench workbench) |
void |
GetJIPipeSlotFolderAlgorithm.importParametersFromProject(JIPipeWorkbench workbench) |
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 void |
UIUtils.installMenuExtension(JIPipeWorkbench workbench,
JMenu targetMenu,
JIPipeMenuExtensionTarget targetMenuType,
boolean withSeparator)
Installs an extension menu
|
Copyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.