The following list provides a brief description of the OLAP beans that are available to provide a user interface in a Java-client application:
QueryBuilder -- Builds or customizes the selections for each dimension in a query
CalcBuilder -- Builds calculations that can be selected for use in queries
DimensionList -- Displays a list of the members that are available for selection for one dimension in a query
DimensionCombo -- Displays a combo list of the members that are available for selection for one dimension in a query
DimensionListDialog -- Displays a dialog with a dimension list of the members that are available for selection for one dimension in a query
DimensionListPanel -- Displays a javax.swing.JPanel
object that contains a DimensionList
with a count label and a toolbar.