Uses of Class
org.jdesktop.beansbinding.Binding.SyncFailureType

Packages that use Binding.SyncFailureType
org.jdesktop.beansbinding Provides support for defining properties and creating bindings between sets of two properties. 
 

Uses of Binding.SyncFailureType in org.jdesktop.beansbinding
 

Methods in org.jdesktop.beansbinding that return Binding.SyncFailureType
 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.