|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--wtanaka.praya.BooleanFilledField
This represents a boolean (e.g. /noise category tag in gale, /q, ).
Return to
or the Praya Homepage
| Field Summary | |
private boolean |
m_value
|
| Constructor Summary | |
BooleanFilledField(boolean initial)
Constructs a StringFilledField with the given initial string and a guess as to how many characters long the data in this field will be. |
|
| Method Summary | |
boolean |
getValue()
|
void |
setValue(boolean newValue)
|
| Methods inherited from class java.lang.Object |
|
| Field Detail |
private boolean m_value
| Constructor Detail |
public BooleanFilledField(boolean initial)
| Method Detail |
public void setValue(boolean newValue)
public boolean getValue()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||