public class JIPipeProjectInfoParameters extends Object implements JIPipeParameterCollection, JIPipeCustomParameterCollection
JIPipeProjectInfoUI
JIPipeParameterCollection.ParameterChangedEvent, JIPipeParameterCollection.ParameterStructureChangedEvent, JIPipeParameterCollection.ParameterUIChangedEvent
Modifier and Type | Field and Description |
---|---|
static String |
METADATA_KEY |
Constructor and Description |
---|
JIPipeProjectInfoParameters() |
Modifier and Type | Method and Description |
---|---|
Map<String,JIPipeParameterCollection> |
getChildParameterCollections()
Returns all sub-parameter collections
|
EventBus |
getEventBus()
Gets the event bus that posts events about the parameters
|
GraphNodeParameterReferenceGroupCollection |
getExportedParameters() |
Map<String,JIPipeParameterAccess> |
getParameters()
Returns all parameters
Please note that those parameters must be sourced in this collection.
|
JIPipeProject |
getProject() |
void |
onParameterReferencesChanged(ParameterReferencesChangedEvent event) |
void |
setExportedParameters(GraphNodeParameterReferenceGroupCollection parameters) |
void |
setProject(JIPipeProject project) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getIncludeReflectionParameters
addParameterChangeListener, addParameterChangeListener, getContextActions, getParameter, getParameterAccess, isParameterUIVisible, isParameterUIVisible, setParameter, triggerParameterChange, triggerParameterStructureChange, triggerParameterUIChange
public static final String METADATA_KEY
public EventBus getEventBus()
JIPipeParameterCollection
getEventBus
in interface JIPipeParameterCollection
JIPipeParameterCollection.ParameterChangedEvent
and JIPipeParameterCollection.ParameterStructureChangedEvent
public GraphNodeParameterReferenceGroupCollection getExportedParameters()
public void setExportedParameters(GraphNodeParameterReferenceGroupCollection parameters)
public Map<String,JIPipeParameterCollection> getChildParameterCollections()
JIPipeCustomParameterCollection
getChildParameterCollections
in interface JIPipeCustomParameterCollection
public Map<String,JIPipeParameterAccess> getParameters()
JIPipeCustomParameterCollection
getParameters
in interface JIPipeCustomParameterCollection
JIPipeParameterAccess
.getKey()public void onParameterReferencesChanged(ParameterReferencesChangedEvent event)
public JIPipeProject getProject()
public void setProject(JIPipeProject project)
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.