|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectexe.GAIGSItem
public class GAIGSItem
GAIGSItem is used by a number of GAIGS XML Support classes to store
an item and its associated display color.
Known clients are GAIGSarray,
GAIGSlist, GAIGSqueue, and GAIGSstack.
| Constructor Summary | |
|---|---|
GAIGSItem(java.lang.Object v,
java.lang.String c)
Create a GAIGSItem |
|
| Method Summary | |
|---|---|
java.lang.String |
getColor()
Get the display color of this item |
java.lang.Object |
getValue()
Get the value of this item |
void |
setColor(java.lang.String c)
Set the display color of this item |
void |
setValue(java.lang.Object v)
Set the value of this item |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GAIGSItem(java.lang.Object v,
java.lang.String c)
v - The value.c - The color.| Method Detail |
|---|
public java.lang.Object getValue()
public void setValue(java.lang.Object v)
v - The value of this itempublic java.lang.String getColor()
public void setColor(java.lang.String c)
v - The color of this item
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||