|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectMultipleArrayViewer
org.systemsbiology.gaggle.geese.mev.GaggledMev
public class GaggledMev
| Constructor Summary | |
|---|---|
GaggledMev()
|
|
GaggledMev(MultipleArrayData data)
|
|
GaggledMev(MultipleArrayData data,
MultipleArrayMenubar origMenubar)
|
|
| Method Summary | |
|---|---|
void |
clearSelections()
|
void |
connectToGaggle()
|
void |
doBroadcastList()
|
void |
doExit()
Tells the goose to exit (terminate). |
void |
doHide()
Tells the goose to hide itself |
void |
doShow()
Tells the goose to show itself |
java.lang.String |
getName()
Returns the name of the goose. |
int |
getSelectionCount()
|
void |
handleCluster(java.lang.String source,
Cluster cluster)
Called when the goose receives a Cluster object |
void |
handleCluster(java.lang.String species,
java.lang.String[] geneNames,
java.lang.String[] conditionNames)
|
void |
handleMatrix(java.lang.String source,
DataMatrix matrix)
this, the GaggledMev implementation of Goose.handleMatrix () is inspired by the org/tigr/microarray/mev/file/StanfordFileLoader class. |
void |
handleNameList(java.lang.String source,
Namelist nameList)
Called when the goose receives a NameList object |
void |
handleNetwork(java.lang.String source,
Network network)
Called when the goose receives a Network object |
void |
handleTuple(java.lang.String source,
GaggleTuple gaggleTuple)
Called when the goose receives a GaggleTuple object |
protected void |
init()
|
static void |
main(java.lang.String[] args)
|
void |
setGeometry(int x,
int y,
int width,
int height)
|
void |
setName(java.lang.String newName)
Sets the name of (renames) the goose. |
protected void |
showHelp()
|
void |
storeOperationCluster(java.lang.String source,
java.lang.String clusterID,
int[] indices,
boolean geneCluster)
I hijack this standard MultipleArrayViewer method, called (perhaps among other places) from the 'broadcast' button listener I added to org/tigr/microarray/mev/SearchResultDialog.java. |
void |
update(java.lang.String[] gooseNames)
Provides the goose with an updated list of the names of active geese. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GaggledMev()
public GaggledMev(MultipleArrayData data)
public GaggledMev(MultipleArrayData data,
MultipleArrayMenubar origMenubar)
| Method Detail |
|---|
public void storeOperationCluster(java.lang.String source,
java.lang.String clusterID,
int[] indices,
boolean geneCluster)
protected void init()
public void connectToGaggle()
public void handleNameList(java.lang.String source,
Namelist nameList)
Goose
handleNameList in interface Goosesource - Optional string indicating name of source goosenameList - The NameList object
public void handleNetwork(java.lang.String source,
Network network)
Goose
handleNetwork in interface Goosesource - Optional string indicating name of source goosenetwork - The Network object
public void handleCluster(java.lang.String source,
Cluster cluster)
Goose
handleCluster in interface Goosesource - Optional string indicating name of source goosecluster - The Cluster object
public void handleMatrix(java.lang.String source,
DataMatrix matrix)
handleMatrix in interface Goosesource - matrix -
public void handleTuple(java.lang.String source,
GaggleTuple gaggleTuple)
Goose
handleTuple in interface Goosesource - Optional string indicating name of source goosegaggleTuple - The GaggleTuple object
public void handleCluster(java.lang.String species,
java.lang.String[] geneNames,
java.lang.String[] conditionNames)
public java.lang.String getName()
Goose
getName in interface Goosepublic void setName(java.lang.String newName)
Goose
setName in interface GoosenewName - The new name of the goosepublic void doHide()
Goose
doHide in interface Goosepublic void doShow()
Goose
doShow in interface Goosepublic void clearSelections()
public void setGeometry(int x,
int y,
int width,
int height)
public int getSelectionCount()
public void doBroadcastList()
doBroadcastList in interface Goosepublic void doExit()
Goose
doExit in interface Gooseprotected void showHelp()
public void update(java.lang.String[] gooseNames)
Goose
update in interface GoosegooseNames - the names of the currently active geeseMiscUtil.updateGooseChooser(javax.swing.JComboBox gooseChooser, String callingGoose, String[] allGeese);public static void main(java.lang.String[] args)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||