|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.jhu.tmaj.beans.dynamic.data.DynamicEnumeration edu.jhu.tmaj.client.image.data.LookedUpDynamicEnumeration
public final class LookedUpDynamicEnumeration
A DynamicEnumeration that has been automatically looked up by the software. This class is used so that tableCells containing this value can be highlighted yellow by a renderer. Note: This probably does not need to be its own class. You could add a Properties Map to DynamicEnumeration and have something like: properties.put("IsLookedUp","true")
Constructor Summary | |
---|---|
LookedUpDynamicEnumeration(DynamicEnumeration dynamicEnum)
|
Method Summary |
---|
Methods inherited from class edu.jhu.tmaj.beans.dynamic.data.DynamicEnumeration |
---|
equals, getFieldID, getID, getRenamedCopy, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LookedUpDynamicEnumeration(DynamicEnumeration dynamicEnum)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |