Class ReportStoreAction.ReportStoreActionFactory

java.lang.Object
org.gvsig.fmap.dal.swing.impl.actions.ReportStoreAction.ReportStoreActionFactory
All Implemented Interfaces:
org.gvsig.fmap.dal.swing.DALActionFactory, org.gvsig.tools.util.IsApplicable
Enclosing class:
ReportStoreAction

public static class ReportStoreAction.ReportStoreActionFactory extends Object implements org.gvsig.fmap.dal.swing.DALActionFactory
  • Constructor Details

    • ReportStoreActionFactory

      public ReportStoreActionFactory()
  • Method Details

    • getName

      public String getName()
      Specified by:
      getName in interface org.gvsig.fmap.dal.swing.DALActionFactory
    • createAction

      public Action createAction(org.gvsig.fmap.dal.swing.DALActionFactory.DALActionContext context)
      Specified by:
      createAction in interface org.gvsig.fmap.dal.swing.DALActionFactory
    • isApplicable

      public boolean isApplicable(Object... args)
      Specified by:
      isApplicable in interface org.gvsig.fmap.dal.swing.DALActionFactory
      Specified by:
      isApplicable in interface org.gvsig.tools.util.IsApplicable
    • registerCustomAction

      public void registerCustomAction(org.gvsig.fmap.dal.swing.report.ReportActionFactory.ReportCustomActionFactory factory, boolean insertSeparator)
    • getCustomActions

      public Map<String,org.apache.commons.lang3.tuple.Pair<org.gvsig.fmap.dal.swing.report.ReportActionFactory.ReportCustomActionFactory,Boolean>> getCustomActions()
    • selfRegister

      public static void selfRegister()