Uses of Interface
com.sas.models.SelectionInterface

Packages that use SelectionInterface
com.sas.table A set of interfaces for accessing two-dimensional data, and a set of classes for viewing and manipulating that data in tabular form. 
 

Uses of SelectionInterface in com.sas.table
 

Classes in com.sas.table that implement SelectionInterface
 class CellSelection
          Represents a contiguous range of cells in a TableView.
 class CellVectorSelection
          Defines an abstract base class for representing TableView column and row selections.
 class ColumnSelection
          Represents a contiguous range of columns in a TableView.
 class RowSelection
          Represents a contiguous range of rows in a TableView.
 class Selection
          Defines an abstract base class for representing TableView selections.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.