Class LayoutReportActionFactory
java.lang.Object
org.gvsig.fmap.dal.swing.report.AbstractReportActionFactory
org.gvsig.app.project.documents.layout.report.LayoutReportActionFactory
- All Implemented Interfaces:
org.gvsig.fmap.dal.swing.report.ReportActionFactory,org.gvsig.tools.util.IsApplicable
public class LayoutReportActionFactory
extends org.gvsig.fmap.dal.swing.report.AbstractReportActionFactory
implements org.gvsig.fmap.dal.swing.report.ReportActionFactory
- Author:
- jjdelcerro
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.gvsig.fmap.dal.swing.report.ReportActionFactory
org.gvsig.fmap.dal.swing.report.ReportActionFactory.ReportCustomActionFactory -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.gvsig.fmap.dal.swing.report.ReportActioncreateReportAction(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) booleanisApplicable(Object... args) static booleanisJsonApplicable(javax.json.JsonObject json) static voidMethods inherited from class org.gvsig.fmap.dal.swing.report.AbstractReportActionFactory
getNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.gvsig.fmap.dal.swing.report.ReportActionFactory
getName
-
Field Details
-
LAYOUT_REPORT_ACTION_NAME
- See Also:
-
-
Constructor Details
-
LayoutReportActionFactory
public LayoutReportActionFactory()
-
-
Method Details
-
createReportAction
public org.gvsig.fmap.dal.swing.report.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) - Specified by:
createReportActionin interfaceorg.gvsig.fmap.dal.swing.report.ReportActionFactory
-
selfRegister
public static void selfRegister() -
isApplicable
- Specified by:
isApplicablein interfaceorg.gvsig.tools.util.IsApplicable
-
isJsonApplicable
public static boolean isJsonApplicable(javax.json.JsonObject json)
-