|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BaseActionProviderSupport | |
---|---|
com.sas.actionprovider | Provides the integrated set of classes that comprise the ActionProvider Framework (APF). |
com.sas.actionprovider.support | Provides the support classes that define the default areas and actions for components that acquire their Actions via the ActionProviderFramework (APF). |
Uses of BaseActionProviderSupport in com.sas.actionprovider |
---|
Methods in com.sas.actionprovider that return BaseActionProviderSupport | |
---|---|
protected BaseActionProviderSupport |
BaseActionProvider.getSupport(java.lang.String supportType)
Returns the instance of the support class associated with the supportType argument. |
Uses of BaseActionProviderSupport in com.sas.actionprovider.support |
---|
Methods in com.sas.actionprovider.support that return BaseActionProviderSupport | |
---|---|
protected BaseActionProviderSupport |
BaseActionProviderCompositeSupport.getSupportInstance(java.lang.String supportClassName)
Instantiates and returns the instance of the specified supportClass argument. |
Methods in com.sas.actionprovider.support with parameters of type BaseActionProviderSupport | |
---|---|
protected void |
BaseActionProviderCompositeSupport.validateSupport(BaseActionProviderSupport support)
Validates that the areaTypes defined by specified support class instance are not defined by a support class that has already been added. |
|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |