public class GraphNodeParameterReferenceGroup extends AbstractJIPipeParameterCollection
GraphNodeParameterReference
.JIPipeParameterCollection.ParameterChangedEvent, JIPipeParameterCollection.ParameterStructureChangedEvent, JIPipeParameterCollection.ParameterUIChangedEvent
Constructor and Description |
---|
GraphNodeParameterReferenceGroup()
Creates a new instance
|
GraphNodeParameterReferenceGroup(GraphNodeParameterReferenceGroup other)
Creates a copy
|
Modifier and Type | Method and Description |
---|---|
void |
addContent(Collection<GraphNodeParameterReference> references)
Adds multiple elements.
|
void |
addContent(GraphNodeParameterReference reference)
Adds a new element into the group.
|
List<GraphNodeParameterReference> |
getContent() |
HTMLText |
getDescription() |
String |
getName() |
void |
removeContent(GraphNodeParameterReference reference)
Adds a new element into the group
|
void |
setContent(List<GraphNodeParameterReference> content) |
void |
setDescription(HTMLText description) |
void |
setName(String name) |
void |
triggerChangedEvent() |
getEventBus
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addParameterChangeListener, addParameterChangeListener, getContextActions, getParameter, getParameterAccess, isParameterUIVisible, isParameterUIVisible, setParameter, triggerParameterChange, triggerParameterStructureChange, triggerParameterUIChange
public GraphNodeParameterReferenceGroup()
public GraphNodeParameterReferenceGroup(GraphNodeParameterReferenceGroup other)
other
- the originalpublic String getName()
public void setName(String name)
public HTMLText getDescription()
public void setDescription(HTMLText description)
public List<GraphNodeParameterReference> getContent()
public void setContent(List<GraphNodeParameterReference> content)
public void triggerChangedEvent()
public void addContent(GraphNodeParameterReference reference)
reference
- the referencepublic void addContent(Collection<GraphNodeParameterReference> references)
references
- the referencespublic void removeContent(GraphNodeParameterReference reference)
reference
- the referenceCopyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.