Package samples.javaclient.analyzer

Interface Summary
BITreeModel TreeModel that works with the BI Beans Catalog.
BITreeNode An elements in a BI Tree.
 

Class Summary
AbstractConnection Base class for PersistenceConnection and OLAPConnection.
Analyzer The main class for the Ad Hoq Analysis Tool sample application.
AnalyzerAboutDialog About dialog for the Analyzer tool.
AnalyzerConnection Connection to the OLAP Catalog and to the BI Beans Catalog.
AnalyzerDropTarget The AnalyzerDropTarget makes it easier to decipher drop targets that objects are being dragged over.
AnalyzerMenuItem This is a helper class for the Window menu.
AnalyzerUtilities Utility class.
BIConfigReader Reads the configuration file.
BIFavoritesFilter  
BIPresentationFilter Filter used for displaying only presentations (Crosstabs and Graphs) and folders in the PersistenceObjectChooser (Open or Save As dialog) or in the CatalogExplorer.
CatalogExplorer The Worksheets tab in the Sidebar.
CatalogTreeCellRenderer Customized tree cell renderer for displaying objects in the BI Beans Catalog.
CatalogTreeModel Implementation of BITreeModel, which allows a JTree to display contents of the BI Beans Catalog.
CatalogTreeNode A node of a CatalogTree.
DADFile Username and password information from the DAD file.
DataviewDropTarget  
DimensionExplorer The Members tab in the Sidebar.
FavoritesExplorer The Saved Selections tab in the Sidebar.
GraphFormatDialog Tabbed Dialog for customizing all of the key aspects of the graph.
GraphTypeDialog Dialog for changing the graph type.
GraphTypeWizardPanel Panel for adding the Graph Type page to the NewPresentationWizard.
NewOrOpenPanel  
NewOrOpenWizard Wizard page that asks the user whether they want to open an existing worksheet or to create a new one.
NewPresentationWizard Wizard for creating a new crosstab or graph.
OLAPConnection OLAP Catalog connection information from the configuration file.
PersistenceConnection BI Beans Catalog connection information from the configuration file.
PresentationTypePanel The first panel of the New Presentation wizard.
Sidebar Sidebar, displays the Explorers in different tabs.
SwingWorker This is the 3rd version of SwingWorker (also known as SwingWorker 3), an abstract class that you subclass to perform GUI-related work in a dedicated thread.
SwingWorker.ThreadVar Class to maintain reference to current worker thread under separate synchronization control.
ToolbarFormatListener The purpose of this listener is to help track when a worksheet is dirty.
Worksheet The Worksheet contains a dataview.