@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.
|
bindBeanPropertybindProperty, getBeanAdapter, getTargetbind, bind, bind, bind, bind, bindclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbindBeanPropertybindPropertypublic 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 ActionObjectBinderactionName - the name of the Action to be boundCopyright © 2002-2015 JGoodies Software GmbH. All Rights Reserved.