Modifier and Type | Method and Description |
---|---|
abstract HTMLText |
JIPipeDefaultJavaPlugin.getDescription() |
HTMLText |
JIPipeDefaultJavaPlugin.getSummary()
A short summary
|
Modifier and Type | Method and Description |
---|---|
HTMLText |
JIPipeAuthorMetadata.getCustomText() |
HTMLText |
JIPipeStandardMetadata.getDescription() |
HTMLText |
JIPipeNodeTemplate.getDescription() |
HTMLText |
JIPipeStandardMetadata.getSummary() |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeAuthorMetadata.setCustomText(HTMLText customText) |
void |
JIPipeStandardMetadata.setDescription(HTMLText description)
Sets the description
|
void |
JIPipeNodeTemplate.setDescription(HTMLText description) |
void |
JIPipeStandardMetadata.setSummary(HTMLText summary) |
Modifier and Type | Method and Description |
---|---|
HTMLText |
JIPipeCompartmentsPlugin.getDescription() |
Modifier and Type | Method and Description |
---|---|
HTMLText |
JIPipeDataInfo.getStorageDocumentation() |
static HTMLText |
JIPipeData.getStorageDocumentation(Class<? extends JIPipeData> klass)
Returns the storage documentation for the data type or null if none was provided.
|
Modifier and Type | Method and Description |
---|---|
HTMLText |
JsonNodeInfo.getDescription() |
HTMLText |
GroupingPlugin.getDescription() |
Modifier and Type | Method and Description |
---|---|
void |
JsonNodeInfo.setDescription(HTMLText description) |
Modifier and Type | Method and Description |
---|---|
HTMLText |
GraphNodeParameterReference.getCustomDescription() |
HTMLText |
GraphNodeParameterReferenceAccessGroup.getDefaultParameterCollectionDescription() |
HTMLText |
GraphNodeParameterReferenceGroup.getDescription() |
Modifier and Type | Method and Description |
---|---|
void |
GraphNodeParameterReference.setCustomDescription(HTMLText customDescription) |
void |
GraphNodeParameterReferenceGroup.setDescription(HTMLText description) |
Modifier and Type | Method and Description |
---|---|
HTMLText |
LoopingPlugin.getDescription() |
Modifier and Type | Method and Description |
---|---|
HTMLText |
JIPipeGraphNode.getCustomDescription()
Returns the custom description that is set by the user
|
HTMLText |
JIPipeNodeInfo.getDescription()
Returns the algorithm description
|
Modifier and Type | Method and Description |
---|---|
void |
JIPipeGraphNode.setCustomDescription(HTMLText customDescription)
Sets a custom description.
|
Modifier and Type | Method and Description |
---|---|
HTMLText |
CreateNewNodeByInfoDatabaseEntry.getDescription() |
HTMLText |
CreateNewNodeByExampleDatabaseEntry.getDescription() |
HTMLText |
CreateNewCompartmentNodeDatabaseEntry.getDescription() |
HTMLText |
ExistingPipelineNodeDatabaseEntry.getDescription() |
HTMLText |
ExistingCompartmentDatabaseEntry.getDescription() |
HTMLText |
JIPipeNodeDatabaseEntry.getDescription() |
HTMLText |
CreateNewNodesByTemplateDatabaseEntry.getDescription() |
Modifier and Type | Method and Description |
---|---|
HTMLText |
JIPipeMutableNodeInfo.getDescription() |
HTMLText |
JIPipeEmptyNodeInfo.getDescription() |
static HTMLText |
JIPipeJavaNodeInfo.getDescriptionOf(Class<? extends JIPipeGraphNode> klass)
Returns the description of an algorithm
|
Modifier and Type | Method and Description |
---|---|
void |
JIPipeMutableNodeInfo.setDescription(HTMLText description)
Sets the description
|
Modifier and Type | Method and Description |
---|---|
HTMLText |
JIPipeNamedParameterCollection.getDefaultParameterCollectionDescription()
A default description.
|
HTMLText |
JIPipeParameterTree.Node.getDescription() |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeParameterTree.Node.setDescription(HTMLText description) |
Modifier and Type | Method and Description |
---|---|
HTMLText |
JIPipeProjectRunSet.getDescription() |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeProjectRunSet.setDescription(HTMLText description) |
Modifier and Type | Method and Description |
---|---|
HTMLText |
JIPipeRuntimePartition.getDescription() |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeRuntimePartition.setDescription(HTMLText description) |
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 |
---|---|
abstract HTMLText |
JIPipeDesktopEasyInstallExternalEnvironmentInstaller.getDialogDescription()
The description of the installation dialog
|
abstract HTMLText |
JIPipeDesktopEasyInstallExternalEnvironmentInstaller.getFinishedMessage()
The message shown after the operation is finished
|
Modifier and Type | Method and Description |
---|---|
HTMLText |
JIPipeDesktopAddParameterDialog.Settings.getDescription() |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeDesktopAddParameterDialog.Settings.setDescription(HTMLText description) |
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 |
---|---|
HTMLText |
JIPipeDesktopDynamicParameterEditorDialog.ParameterEntry.getDescription() |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeDesktopDynamicParameterEditorDialog.ParameterEntry.setDescription(HTMLText description) |
Modifier and Type | Method and Description |
---|---|
HTMLText |
AnnotationsPlugin.getDescription() |
Modifier and Type | Method and Description |
---|---|
HTMLText |
ArtifactsPlugin.getDescription() |
Modifier and Type | Method and Description |
---|---|
HTMLText |
BatchAssistantPlugin.getDescription() |
Modifier and Type | Method and Description |
---|---|
HTMLText |
CellposePlugin.getDescription() |
Modifier and Type | Method and Description |
---|---|
HTMLText |
CLIJCommandNodeInfo.getDescription() |
HTMLText |
CLIJPlugin.getDescription() |
Modifier and Type | Method and Description |
---|---|
HTMLText |
CorePlugin.getDescription() |
Modifier and Type | Method and Description |
---|---|
HTMLText |
DataDirectoriesPlugin.getDescription() |
Modifier and Type | Method and Description |
---|---|
HTMLText |
DevelopmentPlugin.getDescription() |
Modifier and Type | Method and Description |
---|---|
HTMLText |
ExpressionPlugin.getDescription() |
Modifier and Type | Method and Description |
---|---|
HTMLText |
FilesystemPlugin.getDescription() |
Modifier and Type | Method and Description |
---|---|
HTMLText |
FormsPlugin.getDescription() |
Modifier and Type | Method and Description |
---|---|
HTMLText |
ParameterFormData.getDescription() |
Modifier and Type | Method and Description |
---|---|
void |
ParameterFormData.setDescription(HTMLText description) |
Modifier and Type | Method and Description |
---|---|
HTMLText |
GraphAnnotationPlugin.getDescription() |
Modifier and Type | Method and Description |
---|---|
HTMLText |
IJ3DPlugin.getDescription() |
Modifier and Type | Method and Description |
---|---|
HTMLText |
FilamentsPlugin.getDescription() |
Modifier and Type | Method and Description |
---|---|
HTMLText |
MultiTemplateMatchingPlugin.getDescription() |
Modifier and Type | Method and Description |
---|---|
HTMLText |
OCRPlugin.getDescription() |
Modifier and Type | Method and Description |
---|---|
HTMLText |
TrackMatePlugin.getDescription() |
Modifier and Type | Method and Description |
---|---|
HTMLText |
CreateSpotDetectorNodeInfo.getDescription() |
HTMLText |
CreateSpotTrackerNodeInfo.getDescription() |
Modifier and Type | Method and Description |
---|---|
HTMLText |
WekaPlugin.getDescription() |
Modifier and Type | Method and Description |
---|---|
HTMLText |
IlastikPlugin.getDescription() |
Modifier and Type | Method and Description |
---|---|
HTMLText |
ImageJ2Plugin.getDescription() |
HTMLText |
ImageJ2OpNodeInfo.getDescription() |
Modifier and Type | Method and Description |
---|---|
HTMLText |
ImageJAlgorithmsPlugin.getDescription() |
Modifier and Type | Method and Description |
---|---|
HTMLText |
ImageJDataTypesPlugin.getDescription() |
Modifier and Type | Method and Description |
---|---|
HTMLText |
ImpPlugin.getDescription() |
Modifier and Type | Method and Description |
---|---|
HTMLText |
JsonExtensionLoaderPlugin.getDescription() |
Modifier and Type | Method and Description |
---|---|
HTMLText |
MultiParametersPlugin.getDescription() |
HTMLText |
MultiParameterAlgorithmsPlugin.getDescription() |
Modifier and Type | Method and Description |
---|---|
HTMLText |
NapariPlugin.getDescription() |
Modifier and Type | Method and Description |
---|---|
HTMLText |
NodeTemplateBoxToolPlugin.getDescription() |
Modifier and Type | Method and Description |
---|---|
HTMLText |
OMEROPlugin.getDescription() |
Modifier and Type | Method and Description |
---|---|
HTMLText |
OmniposePlugin.getDescription() |
Modifier and Type | Method and Description |
---|---|
HTMLText |
OpenCvPlugin.getDescription() |
Modifier and Type | Method and Description |
---|---|
HTMLText |
StandardParametersPlugin.getDescription() |
Modifier and Type | Field and Description |
---|---|
static HTMLText |
HTMLText.EMPTY |
Modifier and Type | Method and Description |
---|---|
HTMLText |
HTMLText.Deserializer.deserialize(com.fasterxml.jackson.core.JsonParser p,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
HTMLText |
MarkdownText.getRenderedHTMLText() |
HTMLText |
HTMLText.wrap(int columns)
Returns a copy of this text that introduces line-breaks
|
Modifier and Type | Method and Description |
---|---|
void |
HTMLText.Serializer.serialize(HTMLText value,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider serializers) |
Constructor and Description |
---|
HTMLText(HTMLText other) |
Modifier and Type | Method and Description |
---|---|
HTMLText |
PipelineRenderPlugin.getDescription() |
Modifier and Type | Method and Description |
---|---|
HTMLText |
PlotsPlugin.getDescription() |
Modifier and Type | Method and Description |
---|---|
HTMLText |
PlotTables2AlgorithmInfo.getDescription() |
Modifier and Type | Method and Description |
---|---|
HTMLText |
ProcessesPlugin.getDescription() |
Modifier and Type | Method and Description |
---|---|
HTMLText |
PythonPlugin.getDescription() |
HTMLText |
CorePythonPlugin.getDescription() |
Modifier and Type | Method and Description |
---|---|
HTMLText |
RPlugin.getDescription() |
Modifier and Type | Method and Description |
---|---|
HTMLText |
Scene3DPlugin.getDescription() |
Modifier and Type | Method and Description |
---|---|
HTMLText |
StandardSettingsPlugin.getDescription() |
Modifier and Type | Method and Description |
---|---|
HTMLText |
StringsPlugin.getDescription() |
Modifier and Type | Method and Description |
---|---|
HTMLText |
TablesPlugin.getDescription() |
Modifier and Type | Method and Description |
---|---|
HTMLText |
ToolsPlugin.getDescription() |
Modifier and Type | Method and Description |
---|---|
HTMLText |
UtilitiesPlugin.getDescription() |
Modifier and Type | Method and Description |
---|---|
static HTMLText |
UIUtils.getHTMLByDialog(JIPipeDesktopWorkbench workbench,
Component parent,
String title,
String message,
HTMLText initialValue)
Gets a formatted HTML string by dialog
|
Modifier and Type | Method and Description |
---|---|
static HTMLText |
UIUtils.getHTMLByDialog(JIPipeDesktopWorkbench workbench,
Component parent,
String title,
String message,
HTMLText initialValue)
Gets a formatted HTML string by dialog
|
Copyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.