org.nuiton.jaxx.action
Class SelectActionConfigConfigurationResolver

java.lang.Object
  extended by org.nuiton.jaxx.action.AbstractActionConfigurationResolver<SelectActionConfig,javax.swing.JComboBox>
      extended by org.nuiton.jaxx.action.SelectActionConfigConfigurationResolver
All Implemented Interfaces:
ActionConfigurationResolver<SelectActionConfig,javax.swing.JComboBox>

public class SelectActionConfigConfigurationResolver
extends AbstractActionConfigurationResolver<SelectActionConfig,javax.swing.JComboBox>

Implementation of configuration's resolver for annotation SelectActionConfig

Author:
chemit

Field Summary
 
Fields inherited from class org.nuiton.jaxx.action.AbstractActionConfigurationResolver
annotationImpl, componentImpl
 
Constructor Summary
SelectActionConfigConfigurationResolver()
           
 
Method Summary
protected  SelectActionConfig applyConfiguration0(javax.swing.JComboBox component, MyAbstractAction action)
          The typed method (on component) to apply configuration on the action and component.
 
Methods inherited from class org.nuiton.jaxx.action.AbstractActionConfigurationResolver
applyConfiguration, getAnnotationImpl, getComponentImpl, resolveConfiguration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectActionConfigConfigurationResolver

public SelectActionConfigConfigurationResolver()
Method Detail

applyConfiguration0

protected SelectActionConfig applyConfiguration0(javax.swing.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,javax.swing.JComboBox>
Parameters:
component - the component which fires the action
action - the given action
Returns:
the configuration's annotation


Copyright © 2008-2009 CodeLutin. All Rights Reserved.