Package org.gvsig.fmap.dal.swing
Class AbstractDALActionFactory.AbstractDALActionContext
java.lang.Object
org.gvsig.fmap.dal.swing.AbstractDALActionFactory.AbstractDALActionContext
- All Implemented Interfaces:
DALActionFactory.DALActionContext
- Enclosing class:
AbstractDALActionFactory
public abstract static class AbstractDALActionFactory.AbstractDALActionContext
extends Object
implements DALActionFactory.DALActionContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetActionButton(String actionName) org.gvsig.expressionevaluator.ExpressiongetName()org.gvsig.fmap.dal.feature.FeatureQuerygetQuery()org.gvsig.fmap.dal.feature.FeatureSelectionintorg.gvsig.fmap.dal.DataStoregetStore()void
-
Constructor Details
-
AbstractDALActionContext
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceDALActionFactory.DALActionContext
-
getStore
public org.gvsig.fmap.dal.DataStore getStore()- Specified by:
getStorein interfaceDALActionFactory.DALActionContext
-
getQuery
public org.gvsig.fmap.dal.feature.FeatureQuery getQuery()- Specified by:
getQueryin interfaceDALActionFactory.DALActionContext
-
getSelectedsCount
public int getSelectedsCount()- Specified by:
getSelectedsCountin interfaceDALActionFactory.DALActionContext
-
getFilterForSelecteds
public org.gvsig.expressionevaluator.Expression getFilterForSelecteds()- Specified by:
getFilterForSelectedsin interfaceDALActionFactory.DALActionContext
-
getSelecteds
public org.gvsig.fmap.dal.feature.FeatureSelection getSelecteds()- Specified by:
getSelectedsin interfaceDALActionFactory.DALActionContext
-
getActionButton
- Specified by:
getActionButtonin interfaceDALActionFactory.DALActionContext
-
get
- Specified by:
getin interfaceDALActionFactory.DALActionContext
-
set
- Specified by:
setin interfaceDALActionFactory.DALActionContext
-