|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.systemsbiology.gaggle.geese.lister.GaggledLister
public class GaggledLister
| Nested Class Summary | |
|---|---|
protected class |
GaggledLister.BroadcastSelectionAction
|
| Constructor Summary | |
|---|---|
GaggledLister()
|
|
GaggledLister(javax.swing.JFrame appFrame,
java.lang.String name)
|
|
| 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()
|
java.util.HashMap |
getState()
|
void |
handleCluster(java.lang.String source,
Cluster cluster)
Called when the goose receives a Cluster object |
void |
handleMatrix(java.lang.String source,
DataMatrix Matrix)
Called when the goose receives a DataMatrix object |
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 |
static void |
main(java.lang.String[] args)
|
void |
saveState(java.lang.String servletUri,
java.lang.String projectPath)
|
void |
setGeometry(int x,
int y,
int width,
int height)
|
void |
setName(java.lang.String newValue)
Sets the name of (renames) the goose. |
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 GaggledLister()
public GaggledLister(javax.swing.JFrame appFrame,
java.lang.String name)
| Method Detail |
|---|
public void handleNameList(java.lang.String source,
Namelist nameList)
throws java.rmi.RemoteException
Goose
handleNameList in interface Goosesource - Optional string indicating name of source goosenameList - The NameList object
java.rmi.RemoteException - if RMI communication fails
public void handleMatrix(java.lang.String source,
DataMatrix Matrix)
Goose
handleMatrix in interface Goosesource - Optional string indicating name of source gooseMatrix - The DataMatrix object
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 source,
Cluster cluster)
Goose
handleCluster in interface Goosesource - Optional string indicating name of source goosecluster - The Cluster object
public void handleNetwork(java.lang.String source,
Network network)
Goose
handleNetwork in interface Goosesource - Optional string indicating name of source goosenetwork - The Network objectpublic java.lang.String getName()
Goose
getName in interface Goosepublic int getSelectionCount()
public void setName(java.lang.String newValue)
Goose
setName in interface GoosenewValue - The new name of the goosepublic void doHide()
Goose
doHide in interface Goosepublic void doShow()
Goose
doShow in interface Goose
public void setGeometry(int x,
int y,
int width,
int height)
public void doExit()
Goose
doExit in interface Goose
public void connectToGaggle()
throws java.lang.Exception
java.lang.Exceptionpublic void clearSelections()
public java.util.HashMap getState()
public void saveState(java.lang.String servletUri,
java.lang.String projectPath)
public void doBroadcastList()
doBroadcastList in interface Goosepublic 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)
throws java.lang.Exception
java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||