|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Binding.UpdateStrategy | |
|---|---|
| javax.beans.binding | The classes in this package, and subpackages, provide a way to bind two properties of two objects together. |
| Uses of Binding.UpdateStrategy in javax.beans.binding |
|---|
| Methods in javax.beans.binding that return Binding.UpdateStrategy | |
|---|---|
Binding.UpdateStrategy |
Binding.getUpdateStrategy()
Returns the update strategy. |
static Binding.UpdateStrategy |
Binding.UpdateStrategy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Binding.UpdateStrategy[] |
Binding.UpdateStrategy.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods in javax.beans.binding with parameters of type Binding.UpdateStrategy | |
|---|---|
void |
Binding.setUpdateStrategy(Binding.UpdateStrategy strategy)
Sets the update strategy for the binding. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||