|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WaitingHandler | |
---|---|
com.compomics.util.experiment.io.identifications | |
com.compomics.util.experiment.io.identifications.idfilereaders | This package contains experiment classes related to reading search engine files. |
com.compomics.util.gui.waiting.waitinghandlers |
Uses of WaitingHandler in com.compomics.util.experiment.io.identifications |
---|
Methods in com.compomics.util.experiment.io.identifications with parameters of type WaitingHandler | |
---|---|
HashSet<SpectrumMatch> |
IdfileReader.getAllSpectrumMatches(WaitingHandler waitingHandler)
This methods retrieves all the identifications from an identification file as a list of spectrum matches It is very important to close the file reader after creation. |
IdfileReader |
IdfileReaderFactory.getFileReader(File aFile,
WaitingHandler waitingHandler)
This method returns the proper identification file reader depending on the format of the provided file. |
Uses of WaitingHandler in com.compomics.util.experiment.io.identifications.idfilereaders |
---|
Methods in com.compomics.util.experiment.io.identifications.idfilereaders with parameters of type WaitingHandler | |
---|---|
HashSet<SpectrumMatch> |
XTandemIdfileReader.getAllSpectrumMatches(WaitingHandler waitingHandler)
|
HashSet<SpectrumMatch> |
OMSSAIdfileReader.getAllSpectrumMatches(WaitingHandler waitingHandler)
|
HashSet<SpectrumMatch> |
MascotIdfileReader.getAllSpectrumMatches(WaitingHandler waitingHandler)
|
HashSet<SpectrumMatch> |
AndromedaIdfileReader.getAllSpectrumMatches(WaitingHandler waitingHandler)
|
Constructors in com.compomics.util.experiment.io.identifications.idfilereaders with parameters of type WaitingHandler | |
---|---|
AndromedaIdfileReader(File resFile,
WaitingHandler waitingHandler)
Constructor for an Andromeda result file reader. |
Uses of WaitingHandler in com.compomics.util.gui.waiting.waitinghandlers |
---|
Classes in com.compomics.util.gui.waiting.waitinghandlers that implement WaitingHandler | |
---|---|
class |
ProgressDialogX
A dialog for displaying information about progress. |
class |
WaitingDialog
A dialog displaying progress details. |
class |
WaitingHandlerCLIImpl
This class is an implementation of the WaitingHandler interface to be used when operating through the Command Line Interface. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |