Package org.gvsig.fmap.dal.swing
Interface DALActionFactory
- All Superinterfaces:
org.gvsig.tools.util.IsApplicable
- All Known Implementing Classes:
AbstractDALActionFactory
public interface DALActionFactory
extends org.gvsig.tools.util.IsApplicable
- Author:
- jjdelcerro
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiongetName()booleanisApplicable(Object... args) Check if this factory is applicable to the first argument.
-
Method Details
-
getName
String getName() -
isApplicable
Check if this factory is applicable to the first argument. The first argument can be instanceof DALActionContext- Specified by:
isApplicablein interfaceorg.gvsig.tools.util.IsApplicable- Parameters:
args-- Returns:
-
createAction
-