|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.jhu.tmaj.client.arraybuilder.ArrayBuilderTable
public final class ArrayBuilderTable
Represents the JTable-related classes in the ArrayBuilder application.
Field Summary | |
---|---|
(package private) TissueDiagnosisIDPanel |
tissueDiagnosisIDPanel
|
Constructor Summary | |
---|---|
ArrayBuilderTable(ArrayBlockBean arrayBlockBean,
CoreDataPanel coreDataPanel,
ArrayCoreReferenceBean arrayCoreReferenceBean,
CellLinesReferenceBean cellLinesReferenceBean)
Constructs this object. |
Method Summary | |
---|---|
ArrayCoreCell |
getArrayCoreCell(Coordinate coordinate)
Returns the tableModel's ArrayCoreCell for the given coordinate. |
java.awt.Component |
getScrollPane()
Returns the grapical Component representing this object. |
java.util.Set<ArrayCoreCell> |
getSelectedArrayCoreCellSet()
|
java.util.Set<Coordinate> |
getSelectedCoordinateSet()
|
boolean |
hasUnsavedModifications()
|
void |
setColorLegendDisplayed(boolean isDisplayed)
Display a legend showing which colors are mapped to which TissueTypes. |
void |
setColorsUse(boolean b)
Turns the color-scheme on or off. |
void |
setShowDetails(CellView cellView)
|
CommandResponse |
writeToDatabase()
Sends a Request to write the ArrayCores to the database for the specified ArrayBlockID. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
final TissueDiagnosisIDPanel tissueDiagnosisIDPanel
Constructor Detail |
---|
public ArrayBuilderTable(ArrayBlockBean arrayBlockBean, CoreDataPanel coreDataPanel, ArrayCoreReferenceBean arrayCoreReferenceBean, CellLinesReferenceBean cellLinesReferenceBean)
arrayBlockBean
- the ArrayBlockBean the user is viewing or editing.Method Detail |
---|
public java.util.Set<Coordinate> getSelectedCoordinateSet()
public java.util.Set<ArrayCoreCell> getSelectedArrayCoreCellSet()
public void setColorLegendDisplayed(boolean isDisplayed)
public void setColorsUse(boolean b)
public void setShowDetails(CellView cellView)
public CommandResponse writeToDatabase()
public ArrayCoreCell getArrayCoreCell(Coordinate coordinate)
public java.awt.Component getScrollPane()
public boolean hasUnsavedModifications()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |