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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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)
     
    boolean
     
    static void
     

    Methods inherited from class org.gvsig.fmap.dal.swing.report.AbstractReportActionFactory

    getName

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods 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:
      createReportAction in interface org.gvsig.fmap.dal.swing.report.ReportActionFactory
    • selfRegister

      public static void selfRegister()
    • isApplicable

      public boolean isApplicable(Object... args)
      Specified by:
      isApplicable in interface org.gvsig.tools.util.IsApplicable