edu.jhu.tmaj.client.arraybuilder
Class ArrayBuilderGUI

java.lang.Object
  extended by edu.jhu.tmaj.client.arraybuilder.ArrayBuilderGUI

public final class ArrayBuilderGUI
extends java.lang.Object

The main gui class for the ArrayBuilder application


Method Summary
static void disposeFrame()
          Dispose the ArrayBuilder application.
static void showFrame()
          Display the ArrayBuilder Application.
static void updateArrayCoreReferenceBean(ArrayCoreReferenceBean currentBean, int id, ArrayCoreReferenceRequest.ReferenceRequestType updateType)
          Updates the ArrayCoreReferenceBean with new information, such as data from a new ArrayBlock, or new tissueDiagosis's entered in to the current ArrayBlock.
static void updateCellLinesReferenceBean(CellLinesReferenceBean currentBean, int id, CellLinesReferenceRequest.ReferenceRequestType updateType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

showFrame

public static void showFrame()
Display the ArrayBuilder Application.


disposeFrame

public static void disposeFrame()
Dispose the ArrayBuilder application. It may be recreated again later.


updateArrayCoreReferenceBean

public static void updateArrayCoreReferenceBean(ArrayCoreReferenceBean currentBean,
                                                int id,
                                                ArrayCoreReferenceRequest.ReferenceRequestType updateType)
Updates the ArrayCoreReferenceBean with new information, such as data from a new ArrayBlock, or new tissueDiagosis's entered in to the current ArrayBlock. The ArrayCoreReferenceBean allows for information to be quickly displayed about any TissueDiagonsisID in the currently opened ArrayBlock.


updateCellLinesReferenceBean

public static void updateCellLinesReferenceBean(CellLinesReferenceBean currentBean,
                                                int id,
                                                CellLinesReferenceRequest.ReferenceRequestType updateType)