|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.util.BooleanProperty
public class BooleanProperty
Provides facilities for boolean properties.
| Field Summary | |
|---|---|
protected boolean |
okToPropagatePropertyChange
_more_ |
| Constructor Summary | |
|---|---|
BooleanProperty(BooleanProperty that)
Copy constructor |
|
BooleanProperty(String id,
String name,
boolean dflt)
_more_ |
|
BooleanProperty(String id,
String name,
String desc,
boolean dflt)
_more_ |
|
BooleanProperty(String id,
String name,
String desc,
Boolean value,
boolean dflt)
_more_ |
|
| Method Summary | |
|---|---|
void |
addItem(JCheckBoxMenuItem mi)
_more_ |
JCheckBoxMenuItem |
createCBMI()
_more_ |
boolean |
equals(Object obj)
_more_ |
boolean |
getDefault()
_more_ |
boolean |
getHaveBeenInitialized()
_more_ |
String |
getId()
_more_ |
String |
getName()
_more_ |
boolean |
getValue()
_more_ |
boolean |
hasValue()
_more_ |
void |
setDefault(boolean d)
_more_ |
void |
setValue(boolean newValue)
_more_ |
void |
setValueInner(boolean newValue)
_more_ |
String |
toString()
_more_ |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected boolean okToPropagatePropertyChange
| Constructor Detail |
|---|
public BooleanProperty(BooleanProperty that)
that - the object to copy
public BooleanProperty(String id,
String name,
boolean dflt)
id - name - dflt -
public BooleanProperty(String id,
String name,
String desc,
boolean dflt)
id - name - desc - dflt -
public BooleanProperty(String id,
String name,
String desc,
Boolean value,
boolean dflt)
id - name - desc - value - _more_dflt - | Method Detail |
|---|
public String getId()
public String getName()
public boolean getDefault()
public void setDefault(boolean d)
d - _more_public boolean getValue()
public boolean hasValue()
public boolean getHaveBeenInitialized()
public final void setValue(boolean newValue)
newValue -
public void setValueInner(boolean newValue)
throws Exception
newValue -
Exceptionpublic void addItem(JCheckBoxMenuItem mi)
mi - public JCheckBoxMenuItem createCBMI()
public String toString()
toString in class Objectpublic boolean equals(Object obj)
equals in class Objectobj - _more_
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||