org.nuiton.jaxx.action
Class SelectActionConfigConfigurationResolver
java.lang.Object
org.nuiton.jaxx.action.AbstractActionConfigurationResolver<SelectActionConfig,JComboBox>
org.nuiton.jaxx.action.SelectActionConfigConfigurationResolver
- All Implemented Interfaces:
- ActionConfigurationResolver<SelectActionConfig,JComboBox>
public class SelectActionConfigConfigurationResolver
- extends AbstractActionConfigurationResolver<SelectActionConfig,JComboBox>
Implementation of configuration's resolver for annotation SelectActionConfig
- Author:
- chemit
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SelectActionConfigConfigurationResolver
public SelectActionConfigConfigurationResolver()
applyConfiguration0
protected SelectActionConfig applyConfiguration0(JComboBox component,
MyAbstractAction action)
- Description copied from class:
AbstractActionConfigurationResolver
- The typed method (on component) to apply configuration on the action and component.
- Specified by:
applyConfiguration0 in class AbstractActionConfigurationResolver<SelectActionConfig,JComboBox>
- Parameters:
component - the component which fires the actionaction - the given action
- Returns:
- the configuration's annotation
Copyright © 2008-2010 CodeLutin. All Rights Reserved.