| Modifier and Type | Class and Description |
|---|---|
class |
BooleanProperty
Simple property holding a
Boolean value. |
class |
ByteProperty
Simple property holding a
Byte value. |
class |
CharacterProperty
Simple property holding a
Character value. |
class |
DoubleProperty
Simple property holding a
Double value. |
class |
FloatProperty
Simple property holding a
Float value. |
class |
IntegerProperty
Simple property holding a
Integer value. |
class |
LongProperty
Simple property holding a
Long value. |
class |
NumberProperty
Simple property holding a
Number value. |
class |
ObjectProperty
Simple property holding a
Object value. |
class |
ShortProperty
Simple property holding a
Short value. |
class |
SimpleProperty<T>
Simple implementation of a property that is both readable and writable.
|
class |
StringProperty
Simple property holding a
String value. |
class |
TransformerProperty<I,O>
Implementation of a readable and writable property whose output is the result of the transformation of the input.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Binder.SingleMasterBinding.to(WritableProperty<SI>... slaves) |
void |
Binder.MultipleMastersBinding.to(WritableProperty<SI>... slaves) |
void |
Binder.SingleMasterBinding.to(WritableProperty<SI> slave) |
void |
Binder.MultipleMastersBinding.to(WritableProperty<SI> slave) |
| Modifier and Type | Method and Description |
|---|---|
void |
Binder.SingleMasterBinding.to(Collection<WritableProperty<SI>> slaves) |
void |
Binder.MultipleMastersBinding.to(Collection<WritableProperty<SI>> slaves) |
| Constructor and Description |
|---|
PropertyResultHandler(WritableProperty<RHI> property)
Constructor specifying the property whose value should be set with the result.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ColorProperty
Simple property holding a
Color value. |
class |
ComponentEnabledProperty |
class |
ComponentVisibleProperty
Readable/writable property representing the visible property of a
Component. |
class |
FontProperty
Simple property holding a
Font value. |
class |
InvokeLater<T> |
class |
JComponentOpaqueProperty
Readable/writable property representing the opaque property of a
JComponent. |
class |
JFormattedTextFieldValueProperty |
class |
JToggleButtonSelectedProperty |
Copyright © 2013. All Rights Reserved.