|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ValueModelBindingBuilder.Commit | |
---|---|
com.jgoodies.binding.binder |
Uses of ValueModelBindingBuilder.Commit in com.jgoodies.binding.binder |
---|
Methods in com.jgoodies.binding.binder that return ValueModelBindingBuilder.Commit | |
---|---|
static ValueModelBindingBuilder.Commit |
ValueModelBindingBuilder.Commit.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ValueModelBindingBuilder.Commit[] |
ValueModelBindingBuilder.Commit.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.jgoodies.binding.binder with parameters of type ValueModelBindingBuilder.Commit | |
---|---|
void |
ValueModelBindingBuilderImpl.to(JTextArea textArea,
ValueModelBindingBuilder.Commit commitType)
|
void |
ValueModelBindingBuilder.to(JTextArea textArea,
ValueModelBindingBuilder.Commit commitType)
Binds this builder's ValueModel to the given text area using the specified commit type. |
void |
ValueModelBindingBuilderImpl.to(JTextField textField,
ValueModelBindingBuilder.Commit commitType)
|
void |
ValueModelBindingBuilder.to(JTextField textField,
ValueModelBindingBuilder.Commit commitType)
Binds this builder's ValueModel to the given text field using the specified commit type. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |