public class BooleanProperty extends BaseProperty<Boolean>
value
Constructor and Description |
---|
BooleanProperty() |
BooleanProperty(boolean value) |
BooleanProperty(boolean value,
String name) |
Modifier and Type | Method and Description |
---|---|
boolean |
get() |
void |
set(boolean value) |
void |
setValue(Boolean value) |
addListener, addListener, bind, firePropertyChangeEvent, getName, getValue, isBound, isImmutable, removeListener, removeListener, setImmutable, unbind
public BooleanProperty()
public BooleanProperty(boolean value)
public BooleanProperty(boolean value, String name)
Copyright © 2017. All rights reserved.