public static class ReportStoreAction.ReportStoreActionFactory extends java.lang.Object implements DALActionFactory
DALActionFactory.DALActionContext| Constructor and Description |
|---|
ReportStoreActionFactory() |
| Modifier and Type | Method and Description |
|---|---|
javax.swing.Action |
createAction(DALActionFactory.DALActionContext context) |
java.util.Map<java.lang.String,<any>> |
getCustomActions() |
java.lang.String |
getName() |
boolean |
isApplicable(java.lang.Object... args)
Check if this factory is applicable to the first argument.
|
void |
registerCustomAction(ReportActionFactory.ReportCustomActionFactory factory,
boolean insertSeparator) |
static void |
selfRegister() |
public java.lang.String getName()
getName in interface DALActionFactorypublic javax.swing.Action createAction(DALActionFactory.DALActionContext context)
createAction in interface DALActionFactorypublic boolean isApplicable(java.lang.Object... args)
DALActionFactoryisApplicable in interface DALActionFactoryisApplicable in interface IsApplicablepublic void registerCustomAction(ReportActionFactory.ReportCustomActionFactory factory, boolean insertSeparator)
public java.util.Map<java.lang.String,<any>> getCustomActions()
public static void selfRegister()