Uses of Class
com.sas.actionprovider.SwingActionProvider

Packages that use SwingActionProvider
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.graphics.components Provides swing components for producing a variety of graph types. 
com.sas.swing.visuals.olaptableview Provides a set of swing classes for viewing and manipulating OLAP data. 
com.sas.swing.visuals.remotefileselector The primary focus of the com.sas.swing.visuals.remotefileselector package is to provide the classes necessary to initialize a Remote File Selector. 
com.sas.swing.visuals.tableview Provides a set of swing classes for viewing and manipulating relational data. 
 

Uses of SwingActionProvider in com.sas.actionprovider
 

Methods in com.sas.actionprovider that return SwingActionProvider
 SwingActionProvider SwingActionProviderViewInterface.getActionProvider()
          Returns the SwingActionProvider object from which this component will acquire its Actions.
 

Methods in com.sas.actionprovider with parameters of type SwingActionProvider
 void SwingActionProviderViewInterface.setActionProvider(SwingActionProvider actionProvider)
          Sets the SwingActionProvider object from which this component will acquire its Actions.
 

Uses of SwingActionProvider in com.sas.actionprovider.support
 

Methods in com.sas.actionprovider.support that return SwingActionProvider
 SwingActionProvider SwingViewerSupport.getActionProvider()
          Returns the SwingActionProvider object from which this component will acquire its Actions.
 

Methods in com.sas.actionprovider.support with parameters of type SwingActionProvider
 void SwingViewerSupport.setActionProvider(SwingActionProvider actionProvider)
          Sets the SwingActionProvider object from which this component will acquire its Actions.
 

Uses of SwingActionProvider in com.sas.graphics.components
 

Methods in com.sas.graphics.components that return SwingActionProvider
 SwingActionProvider Graph.getActionProvider()
          Returns the ActionProvider object used to return actions for the Graph.
 

Methods in com.sas.graphics.components with parameters of type SwingActionProvider
 void Graph.setActionProvider(SwingActionProvider actionProvider)
          Set an action provider on this Graph.
 

Uses of SwingActionProvider in com.sas.swing.visuals.olaptableview
 

Methods in com.sas.swing.visuals.olaptableview that return SwingActionProvider
 SwingActionProvider OLAPDrillState.getActionProvider()
          Returns the ActionProvider object
 

Methods in com.sas.swing.visuals.olaptableview with parameters of type SwingActionProvider
 void OLAPDrillState.setActionProvider(SwingActionProvider actionProvider)
          Sets the ActionProvider object
 

Uses of SwingActionProvider in com.sas.swing.visuals.remotefileselector
 

Methods in com.sas.swing.visuals.remotefileselector that return SwingActionProvider
 SwingActionProvider RemoteFileSearchComponent.getActionProvider()
          Returns the ActionProvider object
 SwingActionProvider BaseRemoteFileSelectorPanel.getActionProvider()
          Returns the ActionProvider object
 

Methods in com.sas.swing.visuals.remotefileselector with parameters of type SwingActionProvider
 void RemoteFileTreeComponent.setActionProvider(SwingActionProvider actionProvider)
           
 void RemoteFileTableComponent.setActionProvider(SwingActionProvider actionProvider)
          Allows setting of the SwingActionProvider class.
 void RemoteFileSearchComponent.setActionProvider(SwingActionProvider actionProvider)
          Sets the ActionProvider object
 void RemoteFileComponentInterface.setActionProvider(SwingActionProvider actionProvider)
          Sets the ActionProviderFramework class.
 void BaseRemoteFileSelectorPanel.setActionProvider(SwingActionProvider actionProvider)
          Sets the ActionProvider object
 

Uses of SwingActionProvider in com.sas.swing.visuals.tableview
 

Methods in com.sas.swing.visuals.tableview that return SwingActionProvider
 SwingActionProvider TableView.getActionProvider()
          Returns the ActionProvider object used to return actions for the TableView.
 

Methods in com.sas.swing.visuals.tableview with parameters of type SwingActionProvider
 void TableView.setActionProvider(SwingActionProvider actionProvider)
          Sets the ActionProvider object which is used to generate all the actions that get displayed in the popupmenu for the TableView.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.