Package org.nuiton.jaxx.action

Interface Summary
ActionConfigurationResolver<A extends Annotation,C extends JComponent> The contract to be realized to resolve an MyAbstractAction configuration.
ActionFactory<A extends MyAbstractAction> Action factory using the ActionConfig-like annotations to configure actions.
ActionNameProvider Contrat pour obtenir les noms d'une action de maniere dynamique.
ActionProvider<A extends MyAbstractAction> Contract to be realized by a provider of Actions.
 

Class Summary
AbstractActionConfigurationResolver<A extends Annotation,C extends JComponent> Common abstract class of a resolver of action configuration.
ActionAnnotationProcessing  
ActionConfigConfigurationResolver Implementation of configuration's resolver for annotation ActionConfig
ActionFactoryFromProvider<A extends MyAbstractAction> A simple implementation of ActionFactory using some ActionProvider to seek actions.
ActionProviderFromProperties<A extends MyAbstractAction>  
MyAbstractAction Action de base à utiliser pour encapsuler toutes les actions du système.
SelectActionConfigConfigurationResolver Implementation of configuration's resolver for annotation SelectActionConfig
ToggleActionConfigConfigurationResolver Implementation of configuration's resolver for annotation ToggleActionConfig
 

Annotation Types Summary
ActionConfig Pour enregister une action.
ActionProviderAnnotation Pour enregister un provider d'action.
SelectActionConfig Pour enregister une action.
ToggleActionConfig Pour enregister une action de type Toggle (ToggleButton).
 



Copyright © 2008-2009 CodeLutin. All Rights Reserved.