edu.jhu.tmaj.client.specimens
Class CellLinesFrame

java.lang.Object
  extended by edu.jhu.tmaj.client.specimens.CellLinesFrame
All Implemented Interfaces:
DoubleTabbedPaneHolder

public final class CellLinesFrame
extends java.lang.Object
implements DoubleTabbedPaneHolder

Represents the AnimalExperiments Table.


Method Summary
static void displayTissueDiagnoses(java.util.List<java.lang.Integer> tissueDiagnosisID)
           
 DoubleTabbedPane getDoubleTabbedPane()
           
static CellLinesFrame getInstance()
           
static void showFrame()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static CellLinesFrame getInstance()

showFrame

public static void showFrame()

displayTissueDiagnoses

public static void displayTissueDiagnoses(java.util.List<java.lang.Integer> tissueDiagnosisID)

getDoubleTabbedPane

public DoubleTabbedPane getDoubleTabbedPane()
Specified by:
getDoubleTabbedPane in interface DoubleTabbedPaneHolder