arlut.csd.JDialog
Class booleanThing
java.lang.Object
|
+--arlut.csd.JDialog.booleanThing
- All Implemented Interfaces:
- java.io.Serializable
- public class booleanThing
- extends java.lang.Object
- implements java.io.Serializable
Serializable object to describe a boolean field for passing to the
client as part of a JDialogBuff
or StringDialog.
- See Also:
- Serialized Form
|
Field Summary |
(package private) java.lang.String |
booleanLabel
|
(package private) boolean |
Default
|
| Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
booleanLabel
java.lang.String booleanLabel
Default
boolean Default
booleanThing
public booleanThing(java.lang.String label)
booleanThing
public booleanThing(java.lang.String label,
boolean Default)
getLabel
public java.lang.String getLabel()
getDefault
public java.lang.Boolean getDefault()
getValue
public boolean getValue()