|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.jhu.tmaj.client.image.TopMenu
public final class TopMenu
The options menu for the ArrayImageFrame
Constructor Summary | |
---|---|
TopMenu(ArrayImageFrame arrayImageFrame)
|
Method Summary | |
---|---|
static boolean |
areTissueTypesRestrictedForProject(SessionBean sessionBean)
|
int |
getGridSpacing()
|
javax.swing.JMenuBar |
getMenuBar()
|
boolean |
isDrawingViewable()
Returns true if the user should be able to view drawing made on the image. |
static boolean |
isLookupDisabledForProject(SessionBean sessionBean)
|
boolean |
isLookupEnabled()
Returns true if diagnosis's (either general or specific) are being looked up for the user. |
boolean |
isRandom()
Returns true if the ArrayImages should be viewed in a random order. |
boolean |
isViewPositionEnabled()
Returns true if the user can view the current x/y position of the ArrayImage in the corner. |
boolean |
shouldDisplayInputLogColumn()
|
boolean |
usesGrid()
Returns true if a grid should be displayed over the image. |
boolean |
willLookupDiagnosis()
Returns true if both the general type and specific diagnosis should be looked up in TissueDiagnosis. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TopMenu(ArrayImageFrame arrayImageFrame)
Method Detail |
---|
public boolean isDrawingViewable()
public boolean isViewPositionEnabled()
public boolean isLookupEnabled()
public boolean willLookupDiagnosis()
public boolean isRandom()
public boolean usesGrid()
public int getGridSpacing()
public boolean shouldDisplayInputLogColumn()
public javax.swing.JMenuBar getMenuBar()
public static boolean isLookupDisabledForProject(SessionBean sessionBean)
public static boolean areTissueTypesRestrictedForProject(SessionBean sessionBean)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |