org.nuiton.jaxx.action
Class ToggleActionConfigConfigurationResolver

java.lang.Object
  extended by org.nuiton.jaxx.action.AbstractActionConfigurationResolver<ToggleActionConfig,javax.swing.AbstractButton>
      extended by org.nuiton.jaxx.action.ToggleActionConfigConfigurationResolver
All Implemented Interfaces:
ActionConfigurationResolver<ToggleActionConfig,javax.swing.AbstractButton>

public class ToggleActionConfigConfigurationResolver
extends AbstractActionConfigurationResolver<ToggleActionConfig,javax.swing.AbstractButton>

Implementation of configuration's resolver for annotation ToggleActionConfig

Author:
chemit

Field Summary
 
Fields inherited from class org.nuiton.jaxx.action.AbstractActionConfigurationResolver
annotationImpl, componentImpl
 
Constructor Summary
ToggleActionConfigConfigurationResolver()
           
 
Method Summary
protected  ToggleActionConfig applyConfiguration0(javax.swing.AbstractButton 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

ToggleActionConfigConfigurationResolver

public ToggleActionConfigConfigurationResolver()
Method Detail

applyConfiguration0

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


Copyright © 2008-2010 CodeLutin. All Rights Reserved.