|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MyAbstractAction | |
|---|---|
| org.nuiton.jaxx.action | |
| Uses of MyAbstractAction in org.nuiton.jaxx.action |
|---|
| Classes in org.nuiton.jaxx.action with type parameters of type MyAbstractAction | |
|---|---|
interface |
ActionFactory<A extends MyAbstractAction>
Action factory using the ActionConfig-like annotations to configure actions. |
class |
ActionFactoryFromProvider<A extends MyAbstractAction>
A simple implementation of ActionFactory using some ActionProvider to seek actions. |
interface |
ActionProvider<A extends MyAbstractAction>
Contract to be realized by a provider of Actions. |
class |
ActionProviderFromProperties<A extends MyAbstractAction>
|
| Fields in org.nuiton.jaxx.action declared as MyAbstractAction | |
|---|---|
protected MyAbstractAction |
MyAbstractAction.delegate
|
| Methods in org.nuiton.jaxx.action with type parameters of type MyAbstractAction | ||
|---|---|---|
static
|
ActionFactoryFromProvider.newInstance(Class<A> klazz)
|
|
| Methods in org.nuiton.jaxx.action that return MyAbstractAction | |
|---|---|
MyAbstractAction |
ActionFactory.getActionFromCache(String actionKey)
|
MyAbstractAction |
MyAbstractAction.getDelegate()
|
| Methods in org.nuiton.jaxx.action that return types with arguments of type MyAbstractAction | |
|---|---|
Set<Map.Entry<String,Class<? extends MyAbstractAction>>> |
ActionFactoryFromProvider.implsEntrySet()
|
Set<Map.Entry<String,Class<? extends MyAbstractAction>>> |
ActionFactory.implsEntrySet()
|
Map<String,Class<? extends MyAbstractAction>> |
ActionFactoryFromProvider.init()
|
Map<String,Class<? extends MyAbstractAction>> |
ActionFactory.init()
Method to init the dictionary of knwon action implementations. |
| Methods in org.nuiton.jaxx.action with parameters of type MyAbstractAction | |
|---|---|
A |
ActionConfigurationResolver.applyConfiguration(JComponent component,
MyAbstractAction action)
|
A |
AbstractActionConfigurationResolver.applyConfiguration(JComponent component,
MyAbstractAction action)
|
protected ToggleActionConfig |
ToggleActionConfigConfigurationResolver.applyConfiguration0(AbstractButton component,
MyAbstractAction action)
|
protected ActionConfig |
ActionConfigConfigurationResolver.applyConfiguration0(AbstractButton component,
MyAbstractAction action)
|
protected abstract A |
AbstractActionConfigurationResolver.applyConfiguration0(C component,
MyAbstractAction action)
The typed method (on component) to apply configuration on the action and component. |
protected SelectActionConfig |
SelectActionConfigConfigurationResolver.applyConfiguration0(JComboBox component,
MyAbstractAction action)
|
protected void |
ActionFactoryFromProvider.finalizeNewAction(AbstractButton component,
MyAbstractAction action,
ActionConfigurationResolver<?,?> configurationResolver)
|
protected void |
ActionFactoryFromProvider.finalizeNewAction(JComboBox component,
MyAbstractAction action,
ActionConfigurationResolver<?,?> configurationResolver)
|
protected ActionConfigurationResolver |
ActionFactoryFromProvider.resolveActionConfiguration(MyAbstractAction action)
|
A |
ActionConfigurationResolver.resolveConfiguration(MyAbstractAction action)
Search the annotation that configure the given action (or the boxed action). |
A |
AbstractActionConfigurationResolver.resolveConfiguration(MyAbstractAction action)
|
| Constructors in org.nuiton.jaxx.action with parameters of type MyAbstractAction | |
|---|---|
MyAbstractAction(MyAbstractAction delegate)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||