Uses of Interface
com.sas.table.CellViewInterface

Packages that use CellViewInterface
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 CellViewInterface in com.sas.table
 

Classes in com.sas.table that implement CellViewInterface
 class CellView
          Defines an abstract base class for implementations of CellViewInterface.
 class CheckBoxCell
          Provides a cell view with the appearance and behavior of a checkbox.
 class TextCell
          Provides a cell view for displaying and editing a paragraph of text.
 class TransformTextCell
          TransformTextCell is a subclass of TextCell that provides the ability to transform data on input, output and/or for display.
 

Methods in com.sas.table that return CellViewInterface
 CellViewInterface Cell.getView()
          Returns the instance of the effective CellStyle.viewClass that is used to format, render, and edit the cell's data.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.