Package org.gvsig.fmap.dal.swing
Class AbstractDALActionFactory
java.lang.Object
org.gvsig.fmap.dal.swing.AbstractDALActionFactory
- All Implemented Interfaces:
DALActionFactory,org.gvsig.tools.util.IsApplicable
- Author:
- jjdelcerro
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface org.gvsig.fmap.dal.swing.DALActionFactory
DALActionFactory.DALActionContext -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()booleanisApplicable(Object... args) Check if this factory is applicable to the first argument.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.gvsig.fmap.dal.swing.DALActionFactory
createAction
-
Constructor Details
-
AbstractDALActionFactory
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceDALActionFactory
-
isApplicable
Description copied from interface:DALActionFactoryCheck if this factory is applicable to the first argument. The first argument can be instanceof DALActionContext- Specified by:
isApplicablein interfaceDALActionFactory- Specified by:
isApplicablein interfaceorg.gvsig.tools.util.IsApplicable- Parameters:
args-- Returns:
-