public abstract class StandardActionFactory
extends org.softsmithy.lib.util.TypesafeEnum
Modifier | Constructor and Description |
---|---|
protected |
StandardActionFactory(String name)
Creates a new instance of StandardActionFactory
|
Modifier and Type | Method and Description |
---|---|
void |
configureXAction(XAction action,
Locale locale)
Configures an XAction for this standard action.
|
XAction |
createXAction(Object target,
Locale locale)
Creates an XAction for this standard action.
|
protected StandardActionFactory(String name)
public XAction createXAction(Object target, Locale locale) throws NoSuchMethodException
target
- this object is expected to implement the method public void <action name/ toString()>(ActionEvent e)
locale
- the localeNoSuchMethodException
Copyright © 2012 SoftSmithy. All Rights Reserved.