|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.compomics.software.ToolFactory
public class ToolFactory
This class can be used to start compomics tools.
Constructor Summary | |
---|---|
ToolFactory()
|
Method Summary | |
---|---|
static void |
startPeptideShaker(JFrame parent)
Starts PeptideShaker from the location of utilities preferences. |
static void |
startRelims(JFrame parent)
Starts Relims from the location of utilities preferences. |
static void |
startReporter(JFrame parent)
Starts Reporter from the location of utilities preferences. |
static void |
startSearchGUI(JFrame parent)
Starts SearchGUI from the location of utilities preferences. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ToolFactory()
Method Detail |
---|
public static void startPeptideShaker(JFrame parent) throws FileNotFoundException, IOException, ClassNotFoundException, InterruptedException
parent
- a frame to display the path setting dialog
FileNotFoundException
IOException
ClassNotFoundException
InterruptedException
public static void startReporter(JFrame parent) throws FileNotFoundException, IOException, ClassNotFoundException, InterruptedException
parent
- a frame to display the path setting dialog.
FileNotFoundException
IOException
ClassNotFoundException
InterruptedException
public static void startRelims(JFrame parent) throws FileNotFoundException, IOException, ClassNotFoundException, InterruptedException
parent
- a frame to display the path setting dialog.
FileNotFoundException
IOException
ClassNotFoundException
InterruptedException
public static void startSearchGUI(JFrame parent) throws FileNotFoundException, IOException, ClassNotFoundException, InterruptedException
parent
- a frame to display the path setting dialog.
FileNotFoundException
IOException
ClassNotFoundException
InterruptedException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |