Uses of Class
com.sas.table.Row

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

Methods in com.sas.table that return Row
protected  Row TableView.createRow(int index)
          Factory method for creating rows.
 Row TableView.findRow(int y)
          Finds the row that contains a given y-coordinate.
 Row DataCell.getRow()
          Returns the row that contains this cell.
 Row TableView.getRow(int index)
          Returns the row at a given index.
protected  Row Row.getThisRow()
          Returns the Row instance to delegate all variable access to.
 Row Row.nextRow()
          Returns the next row if any, otherwise null.
 Row Row.previousRow()
          Returns the previous row if any, otherwise null.
 

Methods in com.sas.table with parameters of type Row
protected  DataCell TableView.createCell(Row row, Column col)
          Factory method for creating cells.
protected  LabelCell TableView.createRowLabel(Row row)
          Factory method for creating row labels.
 boolean Row.equals(Row other)
          Compares this and a given row for equality.
 DataCell TableView.getCell(Row row, Column col)
          Returns the cell at the intersection of a given row and column.
protected  void TableView.onSizeRow(Row row, java.awt.Graphics g)
          Sizes a given row.
 void TablePainterInterface.paintRow(Row row, java.awt.Graphics g, int x, int y, int width, int height)
          Paints the background of the given row.
 void TableView.scrollToRow(Row row, boolean makeFirst)
          Ensures that a row is scrolled fully into view.
 void TableView.select(Row start, Row end, boolean extend)
          Selects a contiguous range of rows.
 

Constructors in com.sas.table with parameters of type Row
DataCell(TableView table, Row row, Column column)
          Constructor.
RowSelection(Row anchor)
          Alias for RowSelection(anchor, anchor).
RowSelection(Row anchor, Row end)
          Constructs a new selection with the given extent.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.