Uses of Interface
com.sas.table.UpdateRowInterface

Packages that use UpdateRowInterface
com.sas.storage.jdbc Classes for Java Database Connectivity. 
com.sas.swing.models Model adapters to convert between existing SAS java models and new JDK1.2 models and visuals. 
com.sas.swing.visuals.dataselectors.propertyeditor   
 

Uses of UpdateRowInterface in com.sas.storage.jdbc
 

Classes in com.sas.storage.jdbc that implement UpdateRowInterface
 class JDBCToTableModelAdapter
          The JDBCToTableModelAdapter allows JDBC data sources to be displayed in any viewer that requires a model of type javax.swing.table.TableModel, mainly being a javax.swing.JTable.
 

Uses of UpdateRowInterface in com.sas.swing.models
 

Classes in com.sas.swing.models that implement UpdateRowInterface
 class SortableTableModelAdapter
          A sorter for javax.swing.TableModels.
 class TableModelAdapter
          The TableModelAdapter is an adapter to allow a com.sas.table.StaticTableInterface object to be used in a javax.swing.JTable object.
 

Uses of UpdateRowInterface in com.sas.swing.visuals.dataselectors.propertyeditor
 

Classes in com.sas.swing.visuals.dataselectors.propertyeditor that implement UpdateRowInterface
 class EntityAttributeValueTableModelAdapter
          The EntityAttributeValueTableModelAdapter allows objects that implement com.sas.entities.RemoteEntityInterface to be used as the model for viewers whose models are subclasses of javax.swing.table.AbstractTableModel(javax.swing.JTable, com.sas.servlet.tbeans.table.html.TableView,com.sas.swing.visuals.tableview).
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.