public class NotBooleanPropertyImpl extends java.lang.Object implements BooleanProperty
| Constructor and Description |
|---|
NotBooleanPropertyImpl(BooleanProperty prop) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBooleanValue() |
javax.swing.JComponent |
getEditor() |
java.lang.String |
getName() |
void |
setBooleanValue(boolean b) |
void |
setEditor(javax.swing.JComponent comp) |
java.lang.String |
toString() |
public NotBooleanPropertyImpl(BooleanProperty prop)
public boolean getBooleanValue()
getBooleanValue in interface BooleanPropertypublic void setBooleanValue(boolean b)
setBooleanValue in interface BooleanPropertypublic void setEditor(javax.swing.JComponent comp)