Class ReportStoreAction.ReportStoreActionFactory
java.lang.Object
org.gvsig.fmap.dal.swing.impl.actions.ReportStoreAction.ReportStoreActionFactory
- All Implemented Interfaces:
org.gvsig.fmap.dal.swing.DALActionFactory,org.gvsig.tools.util.IsApplicable
- Enclosing class:
ReportStoreAction
public static class ReportStoreAction.ReportStoreActionFactory
extends Object
implements org.gvsig.fmap.dal.swing.DALActionFactory
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.gvsig.fmap.dal.swing.DALActionFactory
org.gvsig.fmap.dal.swing.DALActionFactory.DALActionContext -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateAction(org.gvsig.fmap.dal.swing.DALActionFactory.DALActionContext context) Map<String, org.apache.commons.lang3.tuple.Pair<org.gvsig.fmap.dal.swing.report.ReportActionFactory.ReportCustomActionFactory, Boolean>> getName()booleanisApplicable(Object... args) voidregisterCustomAction(org.gvsig.fmap.dal.swing.report.ReportActionFactory.ReportCustomActionFactory factory, boolean insertSeparator) static void
-
Constructor Details
-
ReportStoreActionFactory
public ReportStoreActionFactory()
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceorg.gvsig.fmap.dal.swing.DALActionFactory
-
createAction
- Specified by:
createActionin interfaceorg.gvsig.fmap.dal.swing.DALActionFactory
-
isApplicable
- Specified by:
isApplicablein interfaceorg.gvsig.fmap.dal.swing.DALActionFactory- Specified by:
isApplicablein interfaceorg.gvsig.tools.util.IsApplicable
-
registerCustomAction
public void registerCustomAction(org.gvsig.fmap.dal.swing.report.ReportActionFactory.ReportCustomActionFactory factory, boolean insertSeparator) -
getCustomActions
-
selfRegister
public static void selfRegister()
-