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
    Modifier and Type
    Field
    Description
    static final String
     
  • 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 boolean
    isJsonApplicable(javax.json.JsonObject json)
     
    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
  • Field Details

  • 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:
      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
    • isJsonApplicable

      public static boolean isJsonApplicable(javax.json.JsonObject json)