Package | Description |
---|---|
org.jdesktop.beansbinding |
Provides support for defining properties and creating bindings between
sets of two properties.
|
Modifier and Type | Method | Description |
---|---|---|
Binding.SyncFailureType |
Binding.SyncFailure.getType() |
Returns the type of failure.
|
static Binding.SyncFailureType |
Binding.SyncFailureType.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static Binding.SyncFailureType[] |
Binding.SyncFailureType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|