Package | Description |
---|---|
com.jgoodies.binding.binder |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2002-2015 JGoodies Software GmbH. All Rights Reserved.