public class RGBooleanValue extends RGValue
Modifier and Type | Field and Description |
---|---|
boolean |
booleanvalue |
Constructor and Description |
---|
RGBooleanValue() |
Modifier and Type | Method and Description |
---|---|
String |
explainMe()
An explanatory string to describe what the values mean.
|
TableCellEditor |
getEditor()
Returns the editor that should be used in a JTable (or others) for this
kind of value.
|
Object |
getValue()
Return the value as some kind of object.
|
Class |
getValueClass()
Returns the kind of value expected.
|
boolean |
queryCellValue(String s)
Ask an interactive user what value to assign.
|
void |
setValue(Boolean b) |
String |
toString()
Whatever kind of value this is, show it as a displayable string.
|
public void setValue(Boolean b) throws RGValueException
RGValueException
public Object getValue()
RGValue
public boolean queryCellValue(String s)
RGValue
queryCellValue
in class RGValue
s
- An explanatory string for the user.public String toString()
RGValue
public String explainMe()
RGValue
public Class getValueClass()
RGValue
getValueClass
in class RGValue