| Package | Description |
|---|---|
| com.compomics.util.messages |
| Modifier and Type | Method and 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.
|
Copyright © 2014. All rights reserved.