Class CopyFormAction.CopyFormActionFactory

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

public static class CopyFormAction.CopyFormActionFactory extends org.gvsig.fmap.dal.swing.AbstractDALActionFactory
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.gvsig.fmap.dal.swing.AbstractDALActionFactory

    org.gvsig.fmap.dal.swing.AbstractDALActionFactory.AbstractDALActionContext

    Nested classes/interfaces inherited from interface org.gvsig.fmap.dal.swing.DALActionFactory

    org.gvsig.fmap.dal.swing.DALActionFactory.DALActionContext
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    createAction(org.gvsig.fmap.dal.swing.DALActionFactory.DALActionContext context)
     
    boolean
     
    static void
     

    Methods inherited from class org.gvsig.fmap.dal.swing.AbstractDALActionFactory

    getName

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • CopyFormActionFactory

      public CopyFormActionFactory()
  • Method Details

    • createAction

      public Action createAction(org.gvsig.fmap.dal.swing.DALActionFactory.DALActionContext context)
    • 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
      Overrides:
      isApplicable in class org.gvsig.fmap.dal.swing.AbstractDALActionFactory
    • selfRegister

      public static void selfRegister()