|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FeedBack.FeedBackType | |
---|---|
com.compomics.util.messages |
Uses of FeedBack.FeedBackType in com.compomics.util.messages |
---|
Methods in com.compomics.util.messages that return FeedBack.FeedBackType | |
---|---|
FeedBack.FeedBackType |
FeedBack.getType()
Returns the feedback type. |
static FeedBack.FeedBackType |
FeedBack.FeedBackType.valueOf(java.lang.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 | |
---|---|
void |
FeedBack.setType(FeedBack.FeedBackType type)
Sets the feedback type. |
Constructors in com.compomics.util.messages with parameters of type FeedBack.FeedBackType | |
---|---|
FeedBack(FeedBack.FeedBackType type,
java.lang.String title,
java.util.ArrayList<java.lang.String> keyWords,
java.lang.String message)
Creates a new report for the user. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |