Modifier and Type | Method and Description |
---|---|
MarkdownText |
JIPipeDataTypeCompendiumUI.generateCompendiumFor(JIPipeDataInfo info,
boolean forJava) |
MarkdownText |
JIPipeDesktopAlgorithmCompendiumUI.generateCompendiumFor(JIPipeNodeInfo info,
boolean forJava) |
abstract MarkdownText |
JIPipeDesktopCompendiumUI.generateCompendiumFor(T item,
boolean forJava)
Generates the compendium page for the item
|
MarkdownText |
JIPipeDesktopCompendiumUI.generateWholeCompendium(boolean forJava)
Generates a document that contains the whole compendium
|
Constructor and Description |
---|
JIPipeDesktopCompendiumUI(MarkdownText defaultDocument)
Creates a new instance
|
Constructor and Description |
---|
JIPipeDesktopGraphNodeParameterReferenceGroupCollectionEditorUI(JIPipeDesktopWorkbench workbench,
GraphNodeParameterReferenceGroupCollection parameters,
MarkdownText documentation,
boolean withRefresh) |
Modifier and Type | Method and Description |
---|---|
static MarkdownText |
JIPipeDesktopParameterFormPanel.generateParameterDocumentation(JIPipeParameterAccess access,
JIPipeParameterTree tree) |
MarkdownText |
JIPipeDesktopFormHelpPanel.getDefaultContent() |
MarkdownText |
JIPipeDesktopFormPanel.ContextHelpEvent.getDocument() |
Modifier and Type | Method and Description |
---|---|
<T extends Component> |
JIPipeDesktopFormPanel.addToForm(T component,
Component description,
MarkdownText documentation)
Adds a component to the form
|
void |
JIPipeDesktopFormPanel.addVerticalGlue(Component component,
MarkdownText document)
Adds a vertical glue component
|
<T extends Component> |
JIPipeDesktopFormPanel.addWideToForm(T component,
MarkdownText documentation)
Adds a component.
|
protected Component |
JIPipeDesktopParameterFormPanel.createEntryPropertiesComponent(Component component,
Component description,
int row,
MarkdownText documentation) |
protected Component |
JIPipeDesktopFormPanel.createEntryPropertiesComponent(Component component,
Component description,
int row,
MarkdownText documentation) |
void |
JIPipeDesktopFormHelpPanel.setDefaultContent(MarkdownText defaultContent) |
void |
JIPipeDesktopFormHelpPanel.showContent(MarkdownText content) |
void |
JIPipeDesktopFormHelpPanel.showContent(String documentName,
MarkdownText content) |
static boolean |
JIPipeDesktopParameterFormPanel.showDialog(JIPipeDesktopWorkbench workbench,
Component parent,
JIPipeParameterCollection parameterCollection,
MarkdownText defaultDocumentation,
String title,
int flags)
Shows a parameter collection inside a modal dialog
|
static boolean |
JIPipeDesktopParameterFormPanel.showDialog(JIPipeDesktopWorkbench workbench,
JIPipeParameterCollection parameterCollection,
MarkdownText defaultDocumentation,
String title,
int flags)
Shows a parameter collection inside a modal dialog
|
void |
JIPipeDesktopFormPanel.showDocumentation(MarkdownText documentation) |
Modifier and Type | Method and Description |
---|---|
MarkdownText |
JIPipeDesktopMarkdownReader.getDocument() |
MarkdownText |
JIPipeDesktopMarkdownReader.getTemporaryDocument() |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeDesktopMarkdownReader.setDocument(MarkdownText document) |
void |
JIPipeDesktopMarkdownReader.setTemporaryDocument(MarkdownText temporaryDocument)
Sets the document to some temporary one without changing the reference to the main document
|
static JIPipeDesktopMarkdownReader |
JIPipeDesktopMarkdownReader.showDialog(MarkdownText document,
boolean withToolbar,
String title,
Component parent,
boolean modal) |
Constructor and Description |
---|
JIPipeDesktopMarkdownReader(boolean withToolbar,
MarkdownText document) |
JIPipeDesktopMarkdownReader(boolean withToolbar,
MarkdownText document,
List<String> cssRules,
List<String> cssRulesDark) |
Modifier and Type | Method and Description |
---|---|
static MarkdownText |
MarkdownText.fromFile(Path fileName)
Loads a document from file
|
static MarkdownText |
MarkdownText.fromPluginResource(String internalPath)
Loads a document from the JIPipe plugin resources
|
static MarkdownText |
MarkdownText.fromPluginResource(String internalPath,
Map<String,Class<?>> additionalResourceProtocols)
Loads a document from the JIPipe plugin resources
|
static MarkdownText |
MarkdownText.fromResourceURL(URL resourcePath,
boolean enableResourceProtocol,
Map<String,Class<?>> additionalResourceProtocols)
Loads a document from a resource URL
|
MarkdownText |
HTMLText.toMarkdown() |
Modifier and Type | Method and Description |
---|---|
static MarkdownText |
TooltipUtils.getAlgorithmDocumentation(JIPipeGraphNode node) |
static MarkdownText |
TooltipUtils.getAlgorithmDocumentation(JIPipeNodeInfo info) |
Modifier and Type | Method and Description |
---|---|
static JTextPane |
UIUtils.createMarkdownReader(MarkdownText document,
String[] css)
Creates a
JTextPane that displays Markdown content |
Copyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.