Uses of Class
com.compomics.util.messages.FeedBack.FeedBackType
Package | Description |
---|---|
com.compomics.util.messages |
Classes related to sending messages to the user.
|
-
Uses of FeedBack.FeedBackType in com.compomics.util.messages
Methods in com.compomics.util.messages that return FeedBack.FeedBackType Modifier and Type Method Description FeedBack.FeedBackType
FeedBack. getType()
Returns the feedback type.static FeedBack.FeedBackType
FeedBack.FeedBackType. valueOf(String name)
Returns the enum constant of this type with the specified name.static FeedBack.FeedBackType[]
FeedBack.FeedBackType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.compomics.util.messages with parameters of type FeedBack.FeedBackType Modifier and Type Method Description void
FeedBack. setType(FeedBack.FeedBackType type)
Sets the feedback type.Constructors in com.compomics.util.messages with parameters of type FeedBack.FeedBackType Constructor Description FeedBack(FeedBack.FeedBackType type, String title, ArrayList<String> keyWords, String message)
Creates a new report for the user.