The following list describes the packages that contain the dimension list bean classes.
DimensionCombo
in oracle.dss.util.dimensionList
DimensionList
in oracle.dss.util.dimensionList
OLAPDimensionListPanel
in oracle.dss.datautil.gui.dimensionList
DimensionListDialog
in oracle.dss.datautil.gui.dimensionList
The following list describes the dimension list beans and the Java objects that they extend.
DimensionCombo
extends javax.swing.JComboBox
DimensionList
extends oracle.dss.util.dimensionList.DragList
OLAPDimensionListPanel
extends oracle.dss.util.dimensionList.DimensionListPanel
DimensionListDialog
extends oracle.dss.datautil.gui.StandardDialog
The following list shows the DimensionCombo
and DimensionList
beans, the interface for the data model, and the class that implements the data model.
The DimensionCombo
bean uses the DimListDataModel
interface and the QueryAccessDimensionModel
class.
The DimensionList
bean uses the DimListDataModel
interface and the QueryAccessDimensionModel
class.
The following list shows the DimensionCombo
and DimensionList
beans, the interface for the data model, and the class that implements the data model.
The DimensionCombo
bean registers the MyDimensionComboListener
class and implements the DimensionComboListener
interface.
The DimensionList
bean registers the DimensionListAdapter
class and implements the DimensionListListener
interface.
Dimension List Bean
Dimension List Combo Bean
Dimension List Dialog Bean
Dimension List Panel Bean