|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActionStrategyInterface | |
---|---|
com.sas.actionprovider | Provides the integrated set of classes that comprise the ActionProvider Framework (APF). |
com.sas.actionprovider.strategies | |
com.sas.actionprovider.strategies.olap | |
com.sas.actionprovider.strategies.relational | |
com.sas.actionprovider.strategies.remotefile2 |
Uses of ActionStrategyInterface in com.sas.actionprovider |
---|
Methods in com.sas.actionprovider that return ActionStrategyInterface | |
---|---|
ActionStrategyInterface |
BaseAction.getActionStrategy()
Returns the strategy object for this Action. |
Methods in com.sas.actionprovider with parameters of type ActionStrategyInterface | |
---|---|
void |
BaseAction.setActionStrategy(ActionStrategyInterface actionStrategy)
Sets the strategy object for this Action. |
Uses of ActionStrategyInterface in com.sas.actionprovider.strategies |
---|
Classes in com.sas.actionprovider.strategies that implement ActionStrategyInterface | |
---|---|
class |
BaseActionStrategy
This class is the base class for all ActionStrategy classes used in the ActionProviderFramework. |
class |
BaseMapStrategy
|
class |
MapClearSelectionsStrategy
|
class |
MapExportToExcelStrategy
|
class |
MapFilterSelectionsStrategy
|
class |
MapFullExtentsStrategy
|
class |
MapIdentifyModeStrategy
|
class |
MapIdentifyStrategy
|
class |
MapPanModeStrategy
|
class |
MapPanStrategy
|
class |
MapPropertyStrategy
|
class |
MapRectangularSelectModeStrategy
|
class |
MapRectangularSelectStrategy
|
class |
MapReportLinkingModeStrategy
|
class |
MapReportLinkingStrategy
|
class |
MapResizeStrategy
Strategy class used for the Map Resizing |
class |
MapSelectModeStrategy
|
class |
MapSelectStrategy
|
class |
MapZoomInModeStrategy
|
class |
MapZoomInStrategy
|
class |
MapZoomOutModeStrategy
|
class |
MapZoomOutStrategy
|
Methods in com.sas.actionprovider.strategies that return ActionStrategyInterface | |
---|---|
static ActionStrategyInterface |
ESRIMapStrategyFactory.getActionStrategy(java.lang.String areaType,
java.lang.String actionType,
boolean fromCache)
Creates an action strategy for the areaType and actionType. |
Uses of ActionStrategyInterface in com.sas.actionprovider.strategies.olap |
---|
Methods in com.sas.actionprovider.strategies.olap that return ActionStrategyInterface | |
---|---|
static ActionStrategyInterface |
HttpOLAPActionStrategyFactory.getActionStrategy(java.lang.String areaType,
java.lang.String actionType,
boolean fromCache)
|
static ActionStrategyInterface |
SwingOLAPActionStrategyFactory.getActionStrategy(java.lang.String areaType,
java.lang.String actionType,
boolean fromCache)
|
Uses of ActionStrategyInterface in com.sas.actionprovider.strategies.relational |
---|
Methods in com.sas.actionprovider.strategies.relational that return ActionStrategyInterface | |
---|---|
static ActionStrategyInterface |
HttpRelationalActionStrategyFactory.getActionStrategy(java.lang.String areaType,
java.lang.String actionType,
boolean fromCache)
Creates an action strategy for the areaType and actionType. |
static ActionStrategyInterface |
SwingRelationalActionStrategyFactory.getActionStrategy(java.lang.String areaType,
java.lang.String actionType,
boolean fromCache)
|
Uses of ActionStrategyInterface in com.sas.actionprovider.strategies.remotefile2 |
---|
Classes in com.sas.actionprovider.strategies.remotefile2 that implement ActionStrategyInterface | |
---|---|
class |
BaseComboStrategy
|
class |
com.sas.actionprovider.strategies.remotefile2.BaseEditStrategy
|
class |
BaseRemoteFileStrategy
|
class |
BaseSearchStrategy
|
class |
BaseToolBarStrategy
|
class |
DeleteStrategy
|
class |
DisplaySearchResultsStrategy
|
class |
HttpSearchStrategy
Add one sentence class summary here. |
class |
HttpUpOneLevelStrategy
|
class |
OpenFolderStrategy
|
class |
OpenFolderStrategyCombo
|
class |
RenameStrategy
|
class |
SelectFileStrategy
|
class |
UpOneLevelStrategy
|
Methods in com.sas.actionprovider.strategies.remotefile2 that return ActionStrategyInterface | |
---|---|
static ActionStrategyInterface |
HttpRemoteFileActionStrategyFactory.getActionStrategy(java.lang.String areaType,
java.lang.String actionType,
boolean fromCache)
|
|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |