Package | Description |
---|---|
com.jgoodies.binding.binder |
Modifier and Type | Class and Description |
---|---|
class |
ActionBindingBuilderImpl
Holds an Action that can be bound to buttons and text fields.
|
Modifier and Type | Method and Description |
---|---|
ActionBindingBuilder |
ObjectBinderImpl.bind(Action action) |
ActionBindingBuilder |
ObjectBinder.bind(Action action)
Creates and returns a binding builder that manages an Action that
can be operated on and that can be bound to a button or text field.
|
ActionBindingBuilder |
ActionPresentationModelBinderImpl.bindAction(String actionName) |
ActionBindingBuilder |
ActionObjectBinderImpl.bindAction(String actionName) |
ActionBindingBuilder |
ActionObjectBinder.bindAction(String actionName)
Looks up an Action for this binder and the given action name.
|
ActionBindingBuilder |
ActionBeanBinderImpl.bindAction(String actionName) |
Copyright © 2002-2014 JGoodies Software GmbH. All Rights Reserved.