Class AbstractDALActionFactory

java.lang.Object
org.gvsig.fmap.dal.swing.AbstractDALActionFactory
All Implemented Interfaces:
DALActionFactory, org.gvsig.tools.util.IsApplicable

public abstract class AbstractDALActionFactory extends Object implements DALActionFactory
Author:
jjdelcerro
  • Constructor Details

    • AbstractDALActionFactory

      protected AbstractDALActionFactory(String name)
  • Method Details

    • getName

      public String getName()
      Specified by:
      getName in interface DALActionFactory
    • isApplicable

      public boolean isApplicable(Object... args)
      Description copied from interface: DALActionFactory
      Check if this factory is applicable to the first argument. The first argument can be instanceof DALActionContext
      Specified by:
      isApplicable in interface DALActionFactory
      Specified by:
      isApplicable in interface org.gvsig.tools.util.IsApplicable
      Parameters:
      args -
      Returns: