Uses of Interface
com.sas.swing.visuals.tableview.TableRowModel

Packages that use TableRowModel
com.sas.swing.visuals.olaptableview Provides a set of swing classes for viewing and manipulating OLAP data. 
com.sas.swing.visuals.tableview Provides a set of swing classes for viewing and manipulating relational data. 
 

Uses of TableRowModel in com.sas.swing.visuals.olaptableview
 

Methods in com.sas.swing.visuals.olaptableview that return TableRowModel
protected  TableRowModel OLAPTableView.createDefaultRowModel()
          Returns the default row model object which is a DefaultTableRowModel.
 

Constructors in com.sas.swing.visuals.olaptableview with parameters of type TableRowModel
OLAPRowHeader(TableRowModel model)
          Constructs a OLAPRowHeader which is initialized with model as the row model.
 

Uses of TableRowModel in com.sas.swing.visuals.tableview
 

Classes in com.sas.swing.visuals.tableview that implement TableRowModel
 class DefaultTableRowModel
           
 

Fields in com.sas.swing.visuals.tableview declared as TableRowModel
protected  TableRowModel RowHeader.rowModel
          The TableRowModel of the row header.
 

Methods in com.sas.swing.visuals.tableview that return TableRowModel
protected  TableRowModel TableView.createDefaultRowModel()
          Returns the default row model object, which is a DefaultTableRowModel.
protected  TableRowModel RowHeader.createDefaultRowModel()
          Returns the default row model object which is a DefaultTableRowModel.
 TableRowModel TableView.getRowModel()
          Returns the TableRowModel that contains all row information of this table.
 TableRowModel RowHeader.getRowModel()
          Returns the TableRowModel that contains all row information of this row header.
 

Methods in com.sas.swing.visuals.tableview with parameters of type TableRowModel
 void TableView.setRowModel(TableRowModel rowModel)
          Sets the row model for this table to newModel and registers for listener notifications from the new row model.
 void RowHeader.setRowModel(TableRowModel model)
          Sets the row model for this table to model and registers for listener notifications from the new row model.
 

Constructors in com.sas.swing.visuals.tableview with parameters of type TableRowModel
RowHeader(TableRowModel model)
          Constructs a RowHeader which is initialized with model as the row model.
TableRowModelEvent(TableRowModel source, int from, int to)
          Constructs a TableRowModelEvent object.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.