Package | Description |
---|---|
com.redhat.thermostat.beans.property |
Modifier and Type | Interface and Description |
---|---|
interface |
NamedProperty<T> |
interface |
Property<T> |
Modifier and Type | Class and Description |
---|---|
class |
BaseProperty<T> |
class |
BooleanProperty |
class |
DoubleProperty |
class |
EnumProperty<T extends Enum<?>> |
class |
IntegerProperty |
class |
LongProperty |
class |
ObjectProperty<T> |
class |
StringProperty |
Modifier and Type | Method and Description |
---|---|
void |
Bindable.bind(ObservableValue<? extends T> observable) |
void |
BaseProperty.bind(ObservableValue<? extends T> observable) |
void |
ChangeListener.changed(ObservableValue<? extends T> observable,
T oldValue,
T newValue) |
Copyright © 2017. All rights reserved.