@Deprecated public class ActionObjectBinderImpl<T extends com.jgoodies.common.internal.IActionObject> extends ObjectBinderImpl implements ActionObjectBinder
Constructor and Description |
---|
ActionObjectBinderImpl(T target)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ActionBindingBuilder |
bindAction(String actionName)
Deprecated.
Looks up an Action for this binder and the given action name.
|
protected T |
getTarget()
Deprecated.
|
bind, bind, bind, bind, bind, bind
public ActionObjectBinderImpl(T target)
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 boundprotected T getTarget()
Copyright © 2002-2015 JGoodies Software GmbH. All Rights Reserved.