public abstract static class AbstractDALActionFactory.AbstractDALActionContext extends java.lang.Object implements DALActionFactory.DALActionContext
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractDALActionContext(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
get(java.lang.String name) |
javax.swing.JComponent |
getActionButton(java.lang.String actionName) |
Expression |
getFilterForSelecteds() |
java.lang.String |
getName() |
FeatureQuery |
getQuery() |
FeatureSelection |
getSelecteds() |
int |
getSelectedsCount() |
DataStore |
getStore() |
void |
set(java.lang.String name,
java.lang.Object value) |
protected AbstractDALActionContext(java.lang.String name)
public java.lang.String getName()
getName in interface DALActionFactory.DALActionContextpublic DataStore getStore()
getStore in interface DALActionFactory.DALActionContextpublic FeatureQuery getQuery()
getQuery in interface DALActionFactory.DALActionContextpublic int getSelectedsCount()
getSelectedsCount in interface DALActionFactory.DALActionContextpublic Expression getFilterForSelecteds()
getFilterForSelecteds in interface DALActionFactory.DALActionContextpublic FeatureSelection getSelecteds()
getSelecteds in interface DALActionFactory.DALActionContextpublic javax.swing.JComponent getActionButton(java.lang.String actionName)
getActionButton in interface DALActionFactory.DALActionContextpublic java.lang.Object get(java.lang.String name)
get in interface DALActionFactory.DALActionContextpublic void set(java.lang.String name,
java.lang.Object value)
set in interface DALActionFactory.DALActionContext