Uses of Class
com.sas.table.LabelCell

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

Methods in com.sas.table that return LabelCell
protected  LabelCell TableView.createColumnLabel(Column col)
          Factory method for creating column labels.
protected  LabelCell TableView.createOriginCell()
          Factory method for creating the cell associated with the origin cell.
protected  LabelCell TableView.createRowLabel(Row row)
          Factory method for creating row labels.
 LabelCell Row.getLabel()
          Returns the label associated with the row.
 LabelCell Column.getLabel()
          Returns the label associated with the column.
abstract  LabelCell CellVector.getLabel()
          Returns the label associated with the cell vector.
 LabelCell TableView.getOriginCell()
          Returns the cell at the intersection of the row of column labels and the column of row labels.
protected  LabelCell LabelCell.getThisLabelCell()
          Returns the LabelCell instance to delegate all variable access to.
 LabelCell LabelCellTypeInterface.getThisLabelCell(LabelCell cell)
           
 

Methods in com.sas.table with parameters of type LabelCell
 boolean LabelCell.equals(LabelCell other)
          Compares this and a given label cell for equality.
 int LabelCellTypeInterface.getDisplayedHeight(LabelCell cell)
           
 int LabelCellTypeInterface.getDisplayedWidth(LabelCell cell)
           
 int LabelCellTypeInterface.getHeight(LabelCell cell)
           
 int LabelCellTypeInterface.getHorizontalPosition(LabelCell cell)
           
 LabelCell LabelCellTypeInterface.getThisLabelCell(LabelCell cell)
           
 int LabelCellTypeInterface.getVerticalPosition(LabelCell cell)
           
 int LabelCellTypeInterface.getWidth(LabelCell cell)
           
 boolean LabelCellTypeInterface.isDisplayed(LabelCell cell)
           
 com.sas.collection.StaticPropertyBagInterface LabelCellTypeInterface.onGetModelStyle(LabelCell cell)
           
 java.lang.Object LabelCellTypeInterface.onGetObjectData(LabelCell cell)
           
 java.lang.String[] LabelCellTypeInterface.onGetTypes(LabelCell cell)
           
 void LabelCellTypeInterface.onWriteObjectData(LabelCell cell)
           
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.