|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AccurateRowCountInterface | |
---|---|
com.sas.servlet.tbeans.navigationbar | Provides the base classes and interfaces needed to generate a navigation bar for scrolling. |
com.sas.servlet.tbeans.olaptableview | Provides classes and interfaces for viewing OLAP Data. |
com.sas.servlet.tbeans.olaptableview.html | Provides classes and interfaces for Creating an HTML table representing an OLAPTable. |
com.sas.servlet.tbeans.tableview | Provides the base classes and interfaces used to generate a table of data for a given data model. |
com.sas.servlet.tbeans.tableview.html | Provides the classes used to generate a table of data in HTML. |
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.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 AccurateRowCountInterface in com.sas.servlet.tbeans.navigationbar |
---|
Subinterfaces of AccurateRowCountInterface in com.sas.servlet.tbeans.navigationbar | |
---|---|
interface |
RowNavigationInterface
Defines the interface to be implemented by a TranformationBean which will use a NavigationBar to navigate through the rows of the TranformationBean's model. |
Uses of AccurateRowCountInterface in com.sas.servlet.tbeans.olaptableview |
---|
Classes in com.sas.servlet.tbeans.olaptableview that implement AccurateRowCountInterface | |
---|---|
class |
BaseOLAPTableView
The BaseOLAPTableView is an abstract TransformationBean |
Uses of AccurateRowCountInterface in com.sas.servlet.tbeans.olaptableview.html |
---|
Classes in com.sas.servlet.tbeans.olaptableview.html that implement AccurateRowCountInterface | |
---|---|
class |
OLAPTableView
The OLAPTableView is a TransformationBean that generates the appropriate HTML 4.0 and JavaScript to represent a table of data from the given multidimensional model. |
Uses of AccurateRowCountInterface in com.sas.servlet.tbeans.tableview |
---|
Classes in com.sas.servlet.tbeans.tableview that implement AccurateRowCountInterface | |
---|---|
class |
AbstractBaseTableView
The abstract Transformation Bean base object for creating any TableView. |
class |
BaseTableView
The base abstract Transformation Bean for creating a 2-dimensional Table. |
Uses of AccurateRowCountInterface in com.sas.servlet.tbeans.tableview.html |
---|
Classes in com.sas.servlet.tbeans.tableview.html that implement AccurateRowCountInterface | |
---|---|
class |
TableView
The TableView is a TransformationBean that generates the appropriate HTML 4.0 and JavaScript to represent a table of data from the given 2-dimensional model. |
Uses of AccurateRowCountInterface in com.sas.storage.jdbc |
---|
Classes in com.sas.storage.jdbc that implement AccurateRowCountInterface | |
---|---|
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 AccurateRowCountInterface in com.sas.swing.models |
---|
Classes in com.sas.swing.models that implement AccurateRowCountInterface | |
---|---|
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 AccurateRowCountInterface in com.sas.table |
---|
Subinterfaces of AccurateRowCountInterface in com.sas.table | |
---|---|
interface |
TrueRowCountCalculatedInterface
Interface for determining if the data model should be forced to calculated the actual row count. |
|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |