edu.jhu.tmaj.client.image
Class MarkBadImagesFrame
java.lang.Object
edu.jhu.tmaj.client.image.MarkBadImagesFrame
public final class MarkBadImagesFrame
- extends java.lang.Object
A Frame that allows the user to mark bad images on the ArraySlideFrame. When the checkBox is
checked, ArraySlideFrame will go into MarkBadImages mode; that is, when a user clicks on an
image, instead of opening the image the image will turn black indicating the image is bad. After
the user has completed, the changes can be saved by clicking the "Apply Changes" button. When
the user applies the changes, the Navigator is reset as to ensure that the bad images are
skipped.
Method Summary |
javax.swing.JFrame |
getFrame()
|
boolean |
markBadImages()
Returns true if ArraySlideFrame is in markBadImages mode |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MarkBadImagesFrame
public MarkBadImagesFrame(Navigator navigator,
ArrayImageCollectionBean bean)
getFrame
public javax.swing.JFrame getFrame()
markBadImages
public boolean markBadImages()
- Returns true if ArraySlideFrame is in markBadImages mode