@Deprecated public class ActionPresentationModelBinderImpl extends PresentationModelBinderImpl<IActionPresentationModel> implements ActionPresentationModelBinder
Constructor and Description |
---|
ActionPresentationModelBinderImpl(IActionPresentationModel 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.
|
bindBeanProperty
bindProperty, getBeanAdapter, getTarget
bind, bind, bind, bind, bind, bind
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
bindBeanProperty
bindProperty
public ActionPresentationModelBinderImpl(IActionPresentationModel 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.