public interface DALActionFactory extends IsApplicable
Modifier and Type | Interface and Description |
---|---|
static interface |
DALActionFactory.DALActionContext |
Modifier and Type | Method and Description |
---|---|
javax.swing.Action |
createAction(DALActionFactory.DALActionContext context) |
java.lang.String |
getName() |
boolean |
isApplicable(java.lang.Object... args)
Check if this factory is applicable to the first argument.
|
java.lang.String getName()
boolean isApplicable(java.lang.Object... args)
isApplicable
in interface IsApplicable
args
- javax.swing.Action createAction(DALActionFactory.DALActionContext context)