Package org.gvsig.fmap.dal.swing.report
Interface ReportActionFactory
- All Superinterfaces:
org.gvsig.tools.util.IsApplicable
- All Known Implementing Classes:
AbstractReportActionFactory
public interface ReportActionFactory
extends org.gvsig.tools.util.IsApplicable
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface -
Method Summary
Modifier and TypeMethodDescriptioncreateReportAction(org.gvsig.fmap.dal.feature.FeatureStore store, org.gvsig.fmap.dal.feature.FeatureQuery query, org.gvsig.fmap.dal.feature.FeatureSelection selecteds, javax.json.JsonObject json) getName()Methods inherited from interface org.gvsig.tools.util.IsApplicable
isApplicable
-
Method Details
-
getName
String getName() -
createReportAction
ReportAction createReportAction(org.gvsig.fmap.dal.feature.FeatureStore store, org.gvsig.fmap.dal.feature.FeatureQuery query, org.gvsig.fmap.dal.feature.FeatureSelection selecteds, javax.json.JsonObject json)
-