Uses of Class
com.sas.swing.models.SortableTableModelAdapter

Packages that use SortableTableModelAdapter
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.commands.remotefileselector.ifileservice The primary focus of the com.sas.commands.remotefileselector.ifileservice package is to provide the classes that perform the action provider framework commands for the IFileService model. 
com.sas.commands.remotefileselector.informationservices The primary focus of the com.sas.commands.remotefileselector.informationservices package is to provide the classes that perform the action provider framework commands for the InformationServices model. 
 

Uses of SortableTableModelAdapter in com.sas.commands.remotefileselector
 

Methods in com.sas.commands.remotefileselector that return SortableTableModelAdapter
 SortableTableModelAdapter CutCommand.getTableModel()
          Returns the table model attribute.
 SortableTableModelAdapter CopyCommand.getTableModel()
          Returns the table model attribute.
 

Methods in com.sas.commands.remotefileselector with parameters of type SortableTableModelAdapter
 void CutCommand.setTableModel(SortableTableModelAdapter tableModel)
          Sets the table model attribute.
 void CopyCommand.setTableModel(SortableTableModelAdapter tableModel)
          Sets the table model attribute.
 

Uses of SortableTableModelAdapter in com.sas.commands.remotefileselector.ifileservice
 

Methods in com.sas.commands.remotefileselector.ifileservice that return SortableTableModelAdapter
 SortableTableModelAdapter PasteCommand.getTableModel()
          Returns the view's table model object.
 SortableTableModelAdapter DeleteCommand.getTableModel()
          Returns the view's table model object.
 

Methods in com.sas.commands.remotefileselector.ifileservice with parameters of type SortableTableModelAdapter
 void PasteCommand.setTableModel(SortableTableModelAdapter tableModel)
          Set the view's table model for the command.
 void DeleteCommand.setTableModel(SortableTableModelAdapter tableModel)
          Set the view's table model for the command.
 

Uses of SortableTableModelAdapter in com.sas.commands.remotefileselector.informationservices
 

Methods in com.sas.commands.remotefileselector.informationservices that return SortableTableModelAdapter
 SortableTableModelAdapter PasteCommand.getTableModel()
          Returns the view's table model object.
 SortableTableModelAdapter DeleteCommand.getTableModel()
          Returns the view's table model object.
 

Methods in com.sas.commands.remotefileselector.informationservices with parameters of type SortableTableModelAdapter
 void PasteCommand.setTableModel(SortableTableModelAdapter tableModel)
          Set the view's table model for the command.
 void DeleteCommand.setTableModel(SortableTableModelAdapter tableModel)
          Set the view's table model for the command.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.