Package org.gvsig.fmap.dal.swing
Interface DALActionFactory.DALActionContext
- All Known Implementing Classes:
AbstractDALActionFactory.AbstractDALActionContext
- Enclosing interface:
DALActionFactory
public static interface DALActionFactory.DALActionContext
-
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
-
Method Details
-
getName
String getName() -
getStore
org.gvsig.fmap.dal.DataStore getStore() -
getQuery
org.gvsig.fmap.dal.feature.FeatureQuery getQuery() -
getSelectedsCount
int getSelectedsCount() -
getFilterForSelecteds
org.gvsig.expressionevaluator.Expression getFilterForSelecteds() -
getSelecteds
org.gvsig.fmap.dal.feature.FeatureSelection getSelecteds() -
getActionButton
-
get
-
set
-