Uses of Class
com.sas.actionprovider.BaseActionProvider

Packages that use BaseActionProvider
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). 
com.sas.commands.remotefileselector The primary focus of the com.sas.commands.remotefileselector package is to provide the classes that perform the general action provider framework commands. 
com.sas.swing.models.remotefileselector The primary focus of the com.sas.swing.models.remotefileselector package is to provide the classes making up the model portion of the Remote File Selector. 
com.sas.swing.models.remotefileselector.ifileservice The primary focus of the com.sas.swing.models.remotefileselector.ifileservice package is to provide the classes that make up the service model for the IFileService host connection API. 
com.sas.swing.models.remotefileselector.informationservices The primary focus of the com.sas.swing.models.remotefileselector.informationservices package is to provide the classes that make up the service model for the InformationService host connection API. 
 

Uses of BaseActionProvider in com.sas.actionprovider
 

Methods in com.sas.actionprovider that return BaseActionProvider
 BaseActionProvider BaseAction.getActionProvider()
          Returns the ActionProvider that provided this action.
 BaseActionProvider ActionList.getActionProvider()
          Returns the ActionProvider that provided this action.
 

Methods in com.sas.actionprovider with parameters of type BaseActionProvider
 void BaseAction.setActionProvider(BaseActionProvider actionProvider)
          Sets the ActionProvider that provided this action.
 void ActionList.setActionProvider(BaseActionProvider actionProvider)
          Sets the ActionProvider that provided this action.
 

Uses of BaseActionProvider in com.sas.actionprovider.support
 

Methods in com.sas.actionprovider.support that return BaseActionProvider
 BaseActionProvider BaseActionProviderSupport.getActionProvider()
          Returns the instance of the ActionProvider that is using this support class.
 

Methods in com.sas.actionprovider.support with parameters of type BaseActionProvider
 void BaseActionProviderSupport.setActionProvider(BaseActionProvider actionProvider)
          Sets the instance of the ActionProvider that is using this support class.
 void BaseActionProviderCompositeSupport.setActionProvider(BaseActionProvider actionProvider)
          Sets the instance of the ActionProvider that is using this support class.
 

Uses of BaseActionProvider in com.sas.commands.remotefileselector
 

Methods in com.sas.commands.remotefileselector that return BaseActionProvider
 BaseActionProvider StartSearchCommand.getActionProvider()
          Returns the action provider framework class.
 

Methods in com.sas.commands.remotefileselector with parameters of type BaseActionProvider
 void StartSearchCommand.setActionProvider(BaseActionProvider provider)
          Sets the action provider framework class.
 

Uses of BaseActionProvider in com.sas.swing.models.remotefileselector
 

Methods in com.sas.swing.models.remotefileselector with parameters of type BaseActionProvider
 void RemoteFileSearchModelInterface.startSearch(RemoteFileServerModelInterface model, BaseActionProvider actionProvider)
          Runs when the search is initiated.
 

Uses of BaseActionProvider in com.sas.swing.models.remotefileselector.ifileservice
 

Methods in com.sas.swing.models.remotefileselector.ifileservice with parameters of type BaseActionProvider
 void IFileServiceSearchModel.startSearch(RemoteFileServerModelInterface model, BaseActionProvider actionProvider)
           
 

Uses of BaseActionProvider in com.sas.swing.models.remotefileselector.informationservices
 

Fields in com.sas.swing.models.remotefileselector.informationservices declared as BaseActionProvider
protected  BaseActionProvider InformationServicesModel2.actionProvider
          the action provider framework class
protected  BaseActionProvider InformationServicesModel.actionProvider
          the action provider framework class
 

Methods in com.sas.swing.models.remotefileselector.informationservices with parameters of type BaseActionProvider
 void InformationServicesSearchModel2.startSearch(RemoteFileServerModelInterface model, BaseActionProvider actionProvider)
          Starts the search process once the search criteria have been set.
 void InformationServicesSearchModel.startSearch(RemoteFileServerModelInterface model, BaseActionProvider actionProvider)
          Starts the search process once the search criteria have been set.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.