com.sas.models
Interface SelectionInterface

All Superinterfaces:
StaticSelectionInterface
All Known Implementing Classes:
CellSelection, CellVectorSelection, ColumnSelection, RowSelection, Selection

public interface SelectionInterface
extends StaticSelectionInterface

SelectionInterface extends StaticSelectionInterface to provide the ability to change the extent of a selection.

See Also:
StaticSelectionInterface, Selection

Method Summary
abstract  void setEnd(java.lang.Object newValue)
          Specifies the object that defines the unanchored or floating end of the selection.
 
Methods inherited from interface com.sas.models.StaticSelectionInterface
contains, getAnchor, getEnd
 

Method Detail

setEnd

void setEnd(java.lang.Object newValue)
Specifies the object that defines the unanchored or floating end of the selection.

Parameters:
newValue - The new value to assign the end property.
Throws:
java.lang.ClassCastException - In some implementations newValue may be restricted to a particular type.



Copyright © 2009 SAS Institute Inc. All Rights Reserved.