@Deprecated public class ActionBeanBinderImpl extends BeanBinderImpl<com.jgoodies.common.internal.IActionBean> implements ActionBeanBinder
Constructor and Description |
---|
ActionBeanBinderImpl(com.jgoodies.common.internal.IActionBean model)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ActionBindingBuilder |
bindAction(String actionName)
Deprecated.
Looks up an Action for this binder and the given action name.
|
bindProperty, getBeanAdapter, getTarget
bind, bind, bind, bind, bind, bind
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
bindProperty
public ActionBeanBinderImpl(com.jgoodies.common.internal.IActionBean model)
public ActionBindingBuilder bindAction(String actionName)
ActionObjectBinder
Examples:
binder.bindAction("edit") .to(editButton);
binder.bindAction(ACTION_EDIT).to(editButton);
Implementations will typically look up an Action for a given action name
and hand it over to ObjectBinder.bind(javax.swing.Action)
.
bindAction
in interface ActionObjectBinder
actionName
- the name of the Action to be boundCopyright © 2002-2015 JGoodies Software GmbH. All Rights Reserved.