|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.systemsbiology.gaggle.geese.pdfViewer.ClusterViewer
public class ClusterViewer
| Field Summary | |
|---|---|
protected javax.swing.JFrame |
mainFrame
|
protected javax.swing.JTabbedPane |
tabbedPane
|
| Constructor Summary | |
|---|---|
ClusterViewer(java.lang.String baseUrl)
|
|
| Method Summary | |
|---|---|
void |
addNewTab(java.lang.String clusterIdAs3DigitString)
|
void |
clearSelections()
|
void |
connectToGaggle()
|
protected void |
createGui()
|
protected javax.swing.JMenuBar |
createMenuBar()
|
protected javax.swing.JPanel |
createScrolledPdfViewer(java.lang.String clusterIdAs3DigitString)
|
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 |
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 |
setGeometry(int x,
int y,
int width,
int height)
|
void |
setName(java.lang.String newName)
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 |
| Field Detail |
|---|
protected javax.swing.JFrame mainFrame
protected javax.swing.JTabbedPane tabbedPane
| Constructor Detail |
|---|
public ClusterViewer(java.lang.String baseUrl)
| Method Detail |
|---|
protected void createGui()
protected javax.swing.JMenuBar createMenuBar()
public void addNewTab(java.lang.String clusterIdAs3DigitString)
protected javax.swing.JPanel createScrolledPdfViewer(java.lang.String clusterIdAs3DigitString)
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 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)
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 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 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 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)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||