Modifier and Type | Method and Description |
---|---|
MarkdownDocument |
HTMLText.toMarkdown() |
Modifier and Type | Method and Description |
---|---|
MarkdownDocument |
FormPanel.HoverHelpEvent.getDocument() |
Modifier and Type | Method and Description |
---|---|
<T extends Component> |
FormPanel.addToForm(T component,
Component description,
MarkdownDocument documentation)
Adds a component to the form
|
void |
FormPanel.addVerticalGlue(Component component,
MarkdownDocument document)
Adds a vertical glue component
|
<T extends Component> |
FormPanel.addWideToForm(T component,
MarkdownDocument documentation)
Adds a component.
|
protected Component |
FormPanel.createEntryPropertiesComponent(Component component,
Component description,
int row,
MarkdownDocument documentation) |
void |
FormPanel.showDocumentation(MarkdownDocument documentation) |
Constructor and Description |
---|
DocumentedComponent(boolean documentationBelow,
MarkdownDocument documentation,
Component content) |
FormPanel(MarkdownDocument document,
int flags)
Creates a new instance
|
HoverHelpEvent(MarkdownDocument document)
Creates a new instance
|
JIPipeValidityReportUI(boolean withHelp,
MarkdownDocument helpDocument) |
ReloadableValidityChecker(JIPipeValidatable validatable,
MarkdownDocument helpDocument) |
UserFriendlyErrorUI(MarkdownDocument helpDocument,
int flags) |
Modifier and Type | Method and Description |
---|---|
static MarkdownDocument |
MarkdownDocument.fromFile(Path fileName)
Loads a document from file
|
static MarkdownDocument |
MarkdownDocument.fromPluginResource(String internalPath,
Map<String,Class<?>> additionalResourceProtocols)
Loads a document from the JIPipe plugin resources
|
static MarkdownDocument |
MarkdownDocument.fromResourceURL(URL resourcePath,
boolean enableResourceProtocol,
Map<String,Class<?>> additionalResourceProtocols)
Loads a document from a resource URL
|
MarkdownDocument |
MarkdownReader.getDocument() |
MarkdownDocument |
MarkdownReader.getTemporaryDocument() |
Modifier and Type | Method and Description |
---|---|
void |
MarkdownReader.setDocument(MarkdownDocument document) |
void |
MarkdownReader.setTemporaryDocument(MarkdownDocument temporaryDocument)
Sets the document to some temporary one without changing the reference to the main document
|
Constructor and Description |
---|
MarkdownReader(boolean withToolbar,
MarkdownDocument document) |
Modifier and Type | Method and Description |
---|---|
MarkdownDocument |
JIPipeDataTypeCompendiumUI.generateCompendiumFor(JIPipeDataInfo info,
boolean forJava) |
MarkdownDocument |
JIPipeAlgorithmCompendiumUI.generateCompendiumFor(JIPipeNodeInfo info,
boolean forJava) |
abstract MarkdownDocument |
JIPipeCompendiumUI.generateCompendiumFor(T item,
boolean forJava)
Generates the compendium page for the item
|
MarkdownDocument |
JIPipeCompendiumUI.generateWholeCompendium(boolean forJava)
Generates a document that contains the whole compendium
|
Constructor and Description |
---|
JIPipeCompendiumUI(MarkdownDocument defaultDocument)
Creates a new instance
|
Constructor and Description |
---|
GraphNodeParameterReferenceGroupCollectionEditorUI(JIPipeWorkbench workbench,
GraphNodeParameterReferenceGroupCollection parameters,
MarkdownDocument documentation,
boolean withRefresh) |
Modifier and Type | Method and Description |
---|---|
static MarkdownDocument |
ParameterPanel.generateParameterDocumentation(JIPipeParameterAccess access,
JIPipeParameterTree tree) |
Modifier and Type | Method and Description |
---|---|
protected Component |
ParameterPanel.createEntryPropertiesComponent(Component component,
Component description,
int row,
MarkdownDocument documentation) |
static boolean |
ParameterPanel.showDialog(JIPipeWorkbench workbench,
Component parent,
JIPipeParameterCollection parameterCollection,
MarkdownDocument defaultDocumentation,
String title,
int flags)
Shows a parameter collection inside a modal dialog
|
static boolean |
ParameterPanel.showDialog(JIPipeWorkbench workbench,
JIPipeParameterCollection parameterCollection,
MarkdownDocument defaultDocumentation,
String title,
int flags)
Shows a parameter collection inside a modal dialog
|
Constructor and Description |
---|
ParameterPanel(JIPipeWorkbench workbench,
JIPipeParameterCollection displayedParameters,
MarkdownDocument documentation,
int flags) |
Modifier and Type | Method and Description |
---|---|
static MarkdownDocument |
TooltipUtils.getAlgorithmDocumentation(JIPipeGraphNode node) |
static MarkdownDocument |
TooltipUtils.getAlgorithmDocumentation(JIPipeNodeInfo info) |
Modifier and Type | Method and Description |
---|---|
static JTextPane |
UIUtils.makeMarkdownReader(MarkdownDocument document,
String[] css)
Creates a
JTextPane that displays Markdown content |
Copyright © 2020–2023 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.