|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.jhu.tmaj.client.image.SelectableImage
final class SelectableImage
An ArrayImage that the user can select or unselect. Zero,One, or many ArrayImages may be selected at once.
Constructor Summary | |
---|---|
SelectableImage(ArrayImageCell arrayImage)
|
Method Summary | |
---|---|
ArrayImageCell |
getArrayImage()
|
boolean |
isSelected()
|
void |
toggleSelect()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SelectableImage(ArrayImageCell arrayImage)
Method Detail |
---|
public void toggleSelect()
public boolean isSelected()
public ArrayImageCell getArrayImage()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |