public class JIPipeAuthorMetadata extends Object implements JIPipeParameterCollection
Modifier and Type | Class and Description |
---|---|
static class |
JIPipeAuthorMetadata.List |
JIPipeParameterCollection.ParameterChangedEvent, JIPipeParameterCollection.ParameterStructureChangedEvent, JIPipeParameterCollection.ParameterUIChangedEvent
Constructor and Description |
---|
JIPipeAuthorMetadata()
Creates a new instance
|
JIPipeAuthorMetadata(JIPipeAuthorMetadata other) |
JIPipeAuthorMetadata(String title,
String firstName,
String lastName,
StringList affiliations,
String website,
String contact,
boolean firstAuthor,
boolean correspondingAuthor)
Initializes the instance
|
Modifier and Type | Method and Description |
---|---|
StringList |
getAffiliations() |
String |
getContact() |
HTMLText |
getCustomText() |
EventBus |
getEventBus()
Gets the event bus that posts events about the parameters
|
String |
getFirstName() |
String |
getLastName() |
String |
getTitle() |
String |
getWebsite() |
boolean |
isCorrespondingAuthor() |
boolean |
isFirstAuthor() |
static JFrame |
openAuthorInfoWindow(Component parent,
Collection<JIPipeAuthorMetadata> authors,
JIPipeAuthorMetadata targetAuthor)
Opens a list of authors in a window that displays information about them.
|
void |
setAffiliations(StringList affiliations) |
void |
setContact(String contact) |
void |
setCorrespondingAuthor(boolean correspondingAuthor) |
void |
setCustomText(HTMLText customText) |
void |
setFirstAuthor(boolean firstAuthor) |
void |
setFirstName(String firstName) |
void |
setLastName(String lastName) |
void |
setTitle(String title) |
void |
setWebsite(String website) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addParameterChangeListener, addParameterChangeListener, getContextActions, getParameter, getParameterAccess, isParameterUIVisible, isParameterUIVisible, setParameter, triggerParameterChange, triggerParameterStructureChange, triggerParameterUIChange
public JIPipeAuthorMetadata()
public JIPipeAuthorMetadata(String title, String firstName, String lastName, StringList affiliations, String website, String contact, boolean firstAuthor, boolean correspondingAuthor)
title
- the title (can be empty)firstName
- first namelastName
- last nameaffiliations
- list of affiliationswebsite
- optional website linkcontact
- contact information, e.g., an E-Mail addressfirstAuthor
- if the author is marked as first authorcorrespondingAuthor
- if the author is marked as corresponding authorpublic JIPipeAuthorMetadata(JIPipeAuthorMetadata other)
public static JFrame openAuthorInfoWindow(Component parent, Collection<JIPipeAuthorMetadata> authors, JIPipeAuthorMetadata targetAuthor)
parent
- the parent componentauthors
- the list of authorstargetAuthor
- the author to show first. Can be null.public String getTitle()
public void setTitle(String title)
public String getFirstName()
public void setFirstName(String firstName)
public String getLastName()
public void setLastName(String lastName)
public StringList getAffiliations()
public void setAffiliations(StringList affiliations)
public String getContact()
public void setContact(String contact)
public String getWebsite()
public void setWebsite(String website)
public boolean isFirstAuthor()
public void setFirstAuthor(boolean firstAuthor)
public boolean isCorrespondingAuthor()
public void setCorrespondingAuthor(boolean correspondingAuthor)
public HTMLText getCustomText()
public void setCustomText(HTMLText customText)
public EventBus getEventBus()
JIPipeParameterCollection
getEventBus
in interface JIPipeParameterCollection
JIPipeParameterCollection.ParameterChangedEvent
and JIPipeParameterCollection.ParameterStructureChangedEvent
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.