Package org.gvsig.pdf.swing.impl.report
Class DynamicTextReportActionFactory
java.lang.Object
org.gvsig.fmap.dal.swing.report.AbstractReportActionFactory
org.gvsig.pdf.swing.impl.report.DynamicTextReportActionFactory
- All Implemented Interfaces:
org.gvsig.fmap.dal.swing.report.ReportActionFactory,org.gvsig.tools.util.IsApplicable
public class DynamicTextReportActionFactory
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 -
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 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
-
Constructor Details
-
DynamicTextReportActionFactory
public DynamicTextReportActionFactory()
-
-
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
-