Uses of Class
com.compomics.util.messages.FeedBack
Package | Description |
---|---|
com.compomics.util.messages |
Classes related to sending messages to the user.
|
-
Uses of FeedBack in com.compomics.util.messages
Methods in com.compomics.util.messages that return FeedBack Modifier and Type Method Description static FeedBack
FeedBack. getFeed(String title, String message)
Creates a general feed with no key word.static FeedBack
FeedBack. getFeed(String title, String message, ArrayList<String> keywords)
Creates a feed object.static FeedBack
FeedBack. getTip(String title, String message)
Creates a general tip with no key word.static FeedBack
FeedBack. getTip(String title, String message, ArrayList<String> keywords)
Creates a tip object.static FeedBack
FeedBack. getWarning(String title, String message)
Creates a warning object.