|
Cytoscape 2.8.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcytoscape.CyMain
public class CyMain
This is the main startup class for Cytoscape. This parses the command line and implements CyInitParams so that it can be used to initialize cytoscape.
Look and Feel is modified for jgoodies 2.1.4 by Kei Ono
| Field Summary | |
|---|---|
protected String[] |
args
|
protected String[] |
edgeAttrFiles
|
protected String[] |
expressionFiles
|
protected String[] |
graphFiles
|
protected CyLogger |
logger
|
protected int |
mode
|
protected String[] |
nodeAttrFiles
|
protected Options |
options
|
protected String[] |
plugins
|
protected Properties |
props
|
protected static String |
sessionFile
|
protected Properties |
vizmapProps
|
| Fields inherited from interface cytoscape.init.CyInitParams |
|---|
EMBEDDED_WINDOW, ERROR, GUI, LIBRARY, TEXT |
| Constructor Summary | |
|---|---|
CyMain(String[] args)
Creates a new CyMain object. |
|
| Method Summary | |
|---|---|
String[] |
getArgs()
DOCUMENT ME! |
List |
getEdgeAttributeFiles()
DOCUMENT ME! |
List |
getExpressionFiles()
DOCUMENT ME! |
List |
getGraphFiles()
DOCUMENT ME! |
int |
getMode()
DOCUMENT ME! |
List |
getNodeAttributeFiles()
DOCUMENT ME! |
List |
getPlugins()
DOCUMENT ME! |
Properties |
getProps()
DOCUMENT ME! |
String |
getSessionFile()
DOCUMENT ME! |
Properties |
getVizProps()
DOCUMENT ME! |
static void |
main(String[] args)
DOCUMENT ME! |
protected void |
parseCommandLine(String[] args)
|
protected void |
printHelp()
|
static void |
setSessionFile(String sf)
Provides access to the session file parsed from arguments intercepted by CyStartupListener |
protected void |
setupLookAndFeel()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String[] args
protected Properties props
protected String[] graphFiles
protected String[] plugins
protected Properties vizmapProps
protected static String sessionFile
protected String[] nodeAttrFiles
protected String[] edgeAttrFiles
protected String[] expressionFiles
protected int mode
protected Options options
protected CyLogger logger
| Constructor Detail |
|---|
public CyMain(String[] args)
throws Exception
args - DOCUMENT ME!
Exception - DOCUMENT ME!| Method Detail |
|---|
public static void main(String[] args)
throws Exception
args - DOCUMENT ME!
Exception - DOCUMENT ME!protected void parseCommandLine(String[] args)
public static void setSessionFile(String sf)
protected void setupLookAndFeel()
protected void printHelp()
public Properties getProps()
getProps in interface CyInitParamspublic Properties getVizProps()
getVizProps in interface CyInitParamspublic List getGraphFiles()
getGraphFiles in interface CyInitParamspublic List getEdgeAttributeFiles()
getEdgeAttributeFiles in interface CyInitParamspublic List getNodeAttributeFiles()
getNodeAttributeFiles in interface CyInitParamspublic List getExpressionFiles()
getExpressionFiles in interface CyInitParamspublic List getPlugins()
getPlugins in interface CyInitParamspublic String getSessionFile()
getSessionFile in interface CyInitParamspublic int getMode()
getMode in interface CyInitParamspublic String[] getArgs()
getArgs in interface CyInitParams
|
Cytoscape 2.8.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||