Uses of Class
com.sas.table.TableView

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

Fields in com.sas.table declared as TableView
 TableView TableElement.tableView
          Alias for getTableView().
protected  TableView DataTableSortController.tableView
          The TableView that all actions are taken from and where the dataSet is displayed
 

Methods in com.sas.table that return TableView
protected  TableView TableView.clone(double horizontalScale, double verticalScale)
          Clones this component.
 TableView TableElementInterface.getTableView()
          Returns the instance of the TableView class that contains this element.
 TableView TableElement.getTableView()
          Returns the instance of the TableView class that contains this element.
 TableView Selection.getTableView()
          Returns the table view that contains this selection's items.
 TableView DataTableSortController.getTableView()
          Returns tableView
protected  TableView TableView.newTableView()
          Deprecated. As of AppDevStudio version 1.1.
 

Methods in com.sas.table with parameters of type TableView
protected  void TableView.cloneModelDependentState(TableView clone, double horizontalScale, double verticalScale)
          Clones this component's model dependent state.
protected  void TableView.cloneModelIndependentState(TableView clone, double horizontalScale, double verticalScale)
          Clones this component's model independent state.
 void TablePainterInterface.paintTable(TableView table, java.awt.Graphics g, int x, int y, int width, int height)
          Paints the background of the given table.
 void DataTableSortController.setTableView(TableView tv)
          Sets tableView
 

Constructors in com.sas.table with parameters of type TableView
Cell(TableView table)
          Constructor.
CellVector(TableView table, int index)
          Constructor.
Column(TableView table, int index)
          Constructor.
DataCell(TableView table, Row row, Column column)
          Constructor.
DataTableSortController(TableView tv, com.sas.sasserver.dataset.DataSetInterface dsi)
          Constructor equal to DataTableSortController(tv, dsi, 0)
DataTableSortController(TableView tv, com.sas.sasserver.dataset.DataSetInterface dsi, int numColumns)
          Constructor that sets TableView, DataSetInterface, and number of columns with parameters.
LabelCell(TableView table, LabelCellTypeInterface labelType, java.lang.Object child)
          Constructor.
Row(TableView table, int index)
          Constructor.
TableElement(TableView table)
          Constructor.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.