Uses of Interface
com.sas.models.StaticSelectionInterface

Packages that use StaticSelectionInterface
com.sas.models Interfaces and classes for models which may be displayed in various viewers. 
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 StaticSelectionInterface in com.sas.models
 

Subinterfaces of StaticSelectionInterface in com.sas.models
 interface SelectionInterface
           SelectionInterface extends StaticSelectionInterface to provide the ability to change the extent of a selection.
 

Uses of StaticSelectionInterface in com.sas.table
 

Classes in com.sas.table that implement StaticSelectionInterface
 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.