Allow alternative ActionFactory implementations
Status: Beta
Brought to you by:
christianhujer
For testing purposes, it should be possible to have alternative ActionFactory implementations.
A MockActionFactory for instance might not show dialogs but respond with a preconfigured response when a dialog is shown.
This would be useful to test UI classes from JUnit without the need of user interaction and without the need of using JFCUnit or SwingUnit.