A B C D E F G H I J K L M N O P R S T U V W X Y _

A

ADD - Static variable in class samples.javaclient.analyzer.DimensionExplorer
"Add selected members" text for the actions combo box.
ADD - Static variable in class samples.javaclient.analyzer.FavoritesExplorer
"Add saved selection" text for the actions combo box.
APPLY_BUTTON_TEXT - Static variable in class samples.javaclient.analyzer.DimensionExplorer
Text for the Go button.
APPLY_BUTTON_TEXT - Static variable in class samples.javaclient.analyzer.FavoritesExplorer
Text for the Go button.
ATTEMPT_CONNECT - Static variable in class samples.javaclient.analyzer.Analyzer
Status: Attemping to connect.
AbstractConnection - class samples.javaclient.analyzer.AbstractConnection.
Base class for PersistenceConnection and OLAPConnection.
AbstractConnection(XMLElement) - Constructor for class samples.javaclient.analyzer.AbstractConnection
Constructor.
Analyzer - class samples.javaclient.analyzer.Analyzer.
The main class for the Ad Hoq Analysis Tool sample application.
Analyzer(String, String) - Constructor for class samples.javaclient.analyzer.Analyzer
Constructor for Analyzer.
AnalyzerAboutDialog - class samples.javaclient.analyzer.AnalyzerAboutDialog.
About dialog for the Analyzer tool.
AnalyzerAboutDialog(Frame, String, boolean) - Constructor for class samples.javaclient.analyzer.AnalyzerAboutDialog
Constructor for AnalyzerAboutDialog.
AnalyzerAboutDialog.PackageModel - class samples.javaclient.analyzer.AnalyzerAboutDialog.PackageModel.
A class that provides the table model for a deatiled list of properties for a package
AnalyzerAboutDialog.PackageModel(String) - Constructor for class samples.javaclient.analyzer.AnalyzerAboutDialog.PackageModel
Constructor that takes the package name to construct the model for.
AnalyzerAboutDialog.PackagesModel - class samples.javaclient.analyzer.AnalyzerAboutDialog.PackagesModel.
A class that provides the table model for the list of packages
AnalyzerAboutDialog.PackagesModel() - Constructor for class samples.javaclient.analyzer.AnalyzerAboutDialog.PackagesModel
 
AnalyzerConnection - class samples.javaclient.analyzer.AnalyzerConnection.
Connection to the OLAP Catalog and to the BI Beans Catalog.
AnalyzerConnection(Analyzer) - Constructor for class samples.javaclient.analyzer.AnalyzerConnection
Constructor.
AnalyzerDropTarget - class samples.javaclient.analyzer.AnalyzerDropTarget.
The AnalyzerDropTarget makes it easier to decipher drop targets that objects are being dragged over.
AnalyzerDropTarget() - Constructor for class samples.javaclient.analyzer.AnalyzerDropTarget
Constructor for the AnalyzerDropTarget class.
AnalyzerDropTarget(Component, int, DropTargetListener) - Constructor for class samples.javaclient.analyzer.AnalyzerDropTarget
 
AnalyzerMenuItem - class samples.javaclient.analyzer.AnalyzerMenuItem.
This is a helper class for the Window menu.
AnalyzerMenuItem() - Constructor for class samples.javaclient.analyzer.AnalyzerMenuItem
 
AnalyzerUtilities - class samples.javaclient.analyzer.AnalyzerUtilities.
Utility class.
AnalyzerUtilities(Analyzer) - Constructor for class samples.javaclient.analyzer.AnalyzerUtilities
Constructor.
AnalyzerUtilities.OpenViewWorker - class samples.javaclient.analyzer.AnalyzerUtilities.OpenViewWorker.
Inner class for opening a view on a separate thread.
AnalyzerUtilities.OpenViewWorker(String, boolean, int, int, int, int, JWindow) - Constructor for class samples.javaclient.analyzer.AnalyzerUtilities.OpenViewWorker
Constructor.
actionPerformed(ActionEvent) - Method in class samples.javaclient.analyzer.Analyzer
Handles all of the application's menu and custom toolbar events.
actionPerformed(ActionEvent) - Method in class samples.javaclient.analyzer.DimensionExplorer
Responds to user clicks in this Explorer.
actionPerformed(ActionEvent) - Method in class samples.javaclient.analyzer.FavoritesExplorer
Responds to user clicks in this Explorer.
actionPerformed(ActionEvent) - Method in class samples.javaclient.analyzer.NewOrOpenWizard
Responds to user clicks.
actions - Variable in class samples.javaclient.analyzer.DimensionExplorer
Drop-down list for what to do with the selected members.
actions - Variable in class samples.javaclient.analyzer.FavoritesExplorer
Drop-down list for what to do with the selected members.
addDataview(Dataview) - Method in class samples.javaclient.analyzer.Worksheet
Adds a dataview to the page.
addDataview(Dataview, boolean) - Method in class samples.javaclient.analyzer.Worksheet
Adds a dataview to the page.
addDimensions(QueryClient) - Method in class samples.javaclient.analyzer.DimensionExplorer
Adds dimensions to the list of dimensions in this Explorer, as necessary.
addDropTarget(Dataview) - Method in class samples.javaclient.analyzer.Worksheet
Make the dataviews in the worksheet valid drop targets (for favorites and saved selections
addExplorer(JPanel, String) - Method in class samples.javaclient.analyzer.Sidebar
Adds an Explorer to the Sidebar.
addFavoritesListener() - Method in class samples.javaclient.analyzer.FavoritesExplorer
Adds a listener for mouse events in the JTree.
addListeners() - Method in class samples.javaclient.analyzer.CatalogExplorer
Registers any listeners that this Explorer needs.
addTreeModelListener(TreeModelListener) - Method in class samples.javaclient.analyzer.CatalogTreeModel
Registers a listener for this model.
addWorksheet(String, Dataview, boolean, int, int, int, int) - Method in class samples.javaclient.analyzer.Analyzer
Adds a worksheet to the desktop.
applyDimListSelection() - Method in class samples.javaclient.analyzer.DimensionExplorer
Applies the selected dimension members to the related query.
applyFormat() - Method in class samples.javaclient.analyzer.GraphFormatDialog
Applies the format that was specified by the user.
applyGraphType() - Method in class samples.javaclient.analyzer.GraphTypeDialog
Applies the new graph type to the graph.
applySelection(String) - Method in class samples.javaclient.analyzer.FavoritesExplorer
Applies the specified saved selection to the related query.
autoConnect() - Method in class samples.javaclient.analyzer.AnalyzerConnection
Auto-connects to the database.

B

BIConfigReader - class samples.javaclient.analyzer.BIConfigReader.
Reads the configuration file.
BIConfigReader(String) - Constructor for class samples.javaclient.analyzer.BIConfigReader
Constructor.
BIFavoritesFilter - class samples.javaclient.analyzer.BIFavoritesFilter.
 
BIFavoritesFilter() - Constructor for class samples.javaclient.analyzer.BIFavoritesFilter
 
BIPresentationFilter - class samples.javaclient.analyzer.BIPresentationFilter.
Filter used for displaying only presentations (Crosstabs and Graphs) and folders in the PersistenceObjectChooser (Open or Save As dialog) or in the CatalogExplorer.
BIPresentationFilter() - Constructor for class samples.javaclient.analyzer.BIPresentationFilter
Constructor.
BITreeModel - interface samples.javaclient.analyzer.BITreeModel.
TreeModel that works with the BI Beans Catalog.
BITreeNode - interface samples.javaclient.analyzer.BITreeNode.
An elements in a BI Tree.
btnCB - Variable in class samples.javaclient.analyzer.Analyzer
Calculation button for toolbar.
btnCrosstab - Variable in class samples.javaclient.analyzer.Analyzer
Crosstab button for toolbar.
btnCrosstab - Variable in class samples.javaclient.analyzer.NewOrOpenPanel
 
btnCrosstab - Variable in class samples.javaclient.analyzer.PresentationTypePanel
Button for choosing to create a crosstab.
btnEdit - Variable in class samples.javaclient.analyzer.Analyzer
Edit button for toolbar.
btnGraph - Variable in class samples.javaclient.analyzer.Analyzer
Graph button for toolbar.
btnGraph - Variable in class samples.javaclient.analyzer.NewOrOpenPanel
 
btnGraph - Variable in class samples.javaclient.analyzer.PresentationTypePanel
Button for choosing to create a graph.
btnGroup - Variable in class samples.javaclient.analyzer.NewOrOpenPanel
 
btnGroup - Variable in class samples.javaclient.analyzer.PresentationTypePanel
Group for btnGraph and btnCrosstab, so only one can be selected at a time.
btnNew - Variable in class samples.javaclient.analyzer.Analyzer
New button for toolbar.
btnNew - Variable in class samples.javaclient.analyzer.NewOrOpenWizard.StartingPage
Button for New choice.
btnOpen - Variable in class samples.javaclient.analyzer.Analyzer
Open button for toolbar.
btnOpen - Variable in class samples.javaclient.analyzer.NewOrOpenWizard.StartingPage
Button for Open choice.
btnPrint - Variable in class samples.javaclient.analyzer.Analyzer
Print button for toolbar.
btnQB - Variable in class samples.javaclient.analyzer.Analyzer
QueryBuilder button for toolbar.
btnSave - Variable in class samples.javaclient.analyzer.Analyzer
Save button for toolbar.
btnViewType_actionPerformed(ActionEvent) - Method in class samples.javaclient.analyzer.NewOrOpenPanel
 
btnViewType_actionPerformed(ActionEvent) - Method in class samples.javaclient.analyzer.PresentationTypePanel
Responds to button clicks.

C

CANCEL - Static variable in class samples.javaclient.analyzer.AnalyzerConnection
Text for the Cancel button: "Cancel".
CATALOG_DETAILS - Static variable in class samples.javaclient.analyzer.AnalyzerConnection
Text for the catalog details panel: "Catalog Details:".
CATALOG_PASSWORD - Static variable in class samples.javaclient.analyzer.AnalyzerConnection
Text for the BI Beans Catalog password label in the catalog details panel: "Password:"
CATALOG_ROOT - Static variable in class samples.javaclient.analyzer.AnalyzerConnection
Text for the BI Beans Catalog root folder label in the catalog details panel: "Root Folder:".
CATALOG_TYPE - Static variable in class samples.javaclient.analyzer.AnalyzerConnection
Text for the catalog type drop-down label:"Catalog Type:".
CATALOG_USER - Static variable in class samples.javaclient.analyzer.AnalyzerConnection
Text for the BI Beans Catalog user name label in the catalog details panel: "User Name:"
CONNECT - Static variable in class samples.javaclient.analyzer.AnalyzerConnection
Text for the Connect button: "Connect".
CONNECTED - Static variable in class samples.javaclient.analyzer.Analyzer
Status: Connected.
CREATE_WORKSHEET - Static variable in class samples.javaclient.analyzer.NewOrOpenWizard
Text for creating choice: "Create a new worksheet".
CROSSTAB - Static variable in class samples.javaclient.analyzer.NewPresentationWizard
View type: Crosstab.
CatalogExplorer - class samples.javaclient.analyzer.CatalogExplorer.
The Worksheets tab in the Sidebar.
CatalogExplorer() - Constructor for class samples.javaclient.analyzer.CatalogExplorer
Constructor.
CatalogTreeCellRenderer - class samples.javaclient.analyzer.CatalogTreeCellRenderer.
Customized tree cell renderer for displaying objects in the BI Beans Catalog.
CatalogTreeCellRenderer() - Constructor for class samples.javaclient.analyzer.CatalogTreeCellRenderer
Constructor.
CatalogTreeModel - class samples.javaclient.analyzer.CatalogTreeModel.
Implementation of BITreeModel, which allows a JTree to display contents of the BI Beans Catalog.
CatalogTreeModel(BIContext, Attributes, BISearchControls, String) - Constructor for class samples.javaclient.analyzer.CatalogTreeModel
Constructor.
CatalogTreeNode - class samples.javaclient.analyzer.CatalogTreeNode.
A node of a CatalogTree.
CatalogTreeNode(BITreeModel, String) - Constructor for class samples.javaclient.analyzer.CatalogTreeNode
Constructor for the root node.
CatalogTreeNode(BITreeModel, String, BISearchResult) - Constructor for class samples.javaclient.analyzer.CatalogTreeNode
Constructor for nodes other than the root node.
cleanUp() - Method in class samples.javaclient.analyzer.Worksheet
Clean up for the application.
clear() - Method in class samples.javaclient.analyzer.SwingWorker.ThreadVar
 
connect() - Method in class samples.javaclient.analyzer.AnalyzerConnection
Connects to the OLAP service and to the BI Beans Catalog, using connection information from the BI Configuration file and from the BIConnectionDialog.
construct() - Method in class samples.javaclient.analyzer.AnalyzerUtilities.OpenViewWorker
Instantiates the Dataview that is being loaded.
construct() - Method in class samples.javaclient.analyzer.SwingWorker
Compute the value to be returned by the get method.

D

DADFile - class samples.javaclient.analyzer.DADFile.
Username and password information from the DAD file.
DADFile(String) - Constructor for class samples.javaclient.analyzer.DADFile
Constructor.
DATABASE - Static variable in class samples.javaclient.analyzer.AnalyzerConnection
Text for the database Catalog option in the catalog type box: "Database".
DATAVIEW - Static variable in class samples.javaclient.analyzer.AnalyzerDropTarget
 
DESCRIPTION - Static variable in class samples.javaclient.analyzer.NewOrOpenWizard
Instructional text for this dialog: "This wizard helps you open an existing worksheet or create a new one so that you can quickly retrieve information from the database."
DESKTOP - Static variable in class samples.javaclient.analyzer.AnalyzerDropTarget
 
DIMENSION_DESCRIPTION - Static variable in class samples.javaclient.analyzer.DimensionExplorer
Instruction text.
DIMENSION_EXPLORER - Static variable in class samples.javaclient.analyzer.Analyzer
The title of the Dimension Explorer: "Members".
DOCUMENT_DESCRIPTION - Static variable in class samples.javaclient.analyzer.CatalogExplorer
Instruction text.
DataviewDropTarget - class samples.javaclient.analyzer.DataviewDropTarget.
 
DataviewDropTarget() - Constructor for class samples.javaclient.analyzer.DataviewDropTarget
 
DataviewDropTarget(Component, int, DropTargetListener) - Constructor for class samples.javaclient.analyzer.DataviewDropTarget
 
DimensionExplorer - class samples.javaclient.analyzer.DimensionExplorer.
The Members tab in the Sidebar.
DimensionExplorer(Frame) - Constructor for class samples.javaclient.analyzer.DimensionExplorer
Constructor.
DimensionExplorer.DimensionInfo - class samples.javaclient.analyzer.DimensionExplorer.DimensionInfo.
Information about a dimension.
DimensionExplorer.DimensionInfo(String, String, String, String) - Constructor for class samples.javaclient.analyzer.DimensionExplorer.DimensionInfo
Constructor.
decrementUsageCount() - Method in class samples.javaclient.analyzer.DimensionExplorer.DimensionInfo
Decrements the usage count.
disconnect() - Method in class samples.javaclient.analyzer.AnalyzerConnection
Disconnects the application from the MetadataManager and its associated connections.
disconnectCleanUp() - Method in class samples.javaclient.analyzer.Analyzer
Updates the user interface after the user disconnects.
disposeConnectDialog() - Method in class samples.javaclient.analyzer.AnalyzerConnection
Disposes of the connect dialog.
dragDropEnd(DragSourceDropEvent) - Method in class samples.javaclient.analyzer.CatalogExplorer
Null implementation for DragSourceListener.
dragDropEnd(DragSourceDropEvent) - Method in class samples.javaclient.analyzer.DimensionExplorer
Null implementation for DragSourceListener.
dragEnter(DropTargetDragEvent) - Method in class samples.javaclient.analyzer.Analyzer
Null implementation for DropTargetListener.
dragEnter(DragSourceDragEvent) - Method in class samples.javaclient.analyzer.CatalogExplorer
Null implementation for DragSourceListener.
dragEnter(DragSourceDragEvent) - Method in class samples.javaclient.analyzer.DimensionExplorer
Null implementation for DragSourceListener.
dragExit(DropTargetEvent) - Method in class samples.javaclient.analyzer.Analyzer
Null implementation for DropTargetListener.
dragExit(DragSourceEvent) - Method in class samples.javaclient.analyzer.CatalogExplorer
Null implementation for DragSourceListener.
dragExit(DragSourceEvent) - Method in class samples.javaclient.analyzer.DimensionExplorer
Null implementation for DragSourceListener.
dragGestureRecognized(DragGestureEvent) - Method in class samples.javaclient.analyzer.CatalogExplorer
Responds to dragging.
dragGestureRecognized(DragGestureEvent) - Method in class samples.javaclient.analyzer.DimensionExplorer
Responds to dragging.
dragOver(DropTargetDragEvent) - Method in class samples.javaclient.analyzer.Analyzer
Null implementation for DropTargetListener.
dragOver(DragSourceDragEvent) - Method in class samples.javaclient.analyzer.CatalogExplorer
Null implementation for DragSourceListener.
dragOver(DragSourceDragEvent) - Method in class samples.javaclient.analyzer.DimensionExplorer
Null implementation for DragSourceListener.
drop(DropTargetDropEvent) - Method in class samples.javaclient.analyzer.Analyzer
Examines the drag operation and changes the cursor.
drop1(DropTargetDropEvent) - Method in class samples.javaclient.analyzer.Analyzer
Examines the drag operation and changes the cursor.
dropActionChanged(DropTargetDragEvent) - Method in class samples.javaclient.analyzer.Analyzer
Null implementation for DropTargetListener.
dropActionChanged(DragSourceDragEvent) - Method in class samples.javaclient.analyzer.CatalogExplorer
Null implementation for DragSourceListener.
dropActionChanged(DragSourceDragEvent) - Method in class samples.javaclient.analyzer.DimensionExplorer
Null implementation for DragSourceListener.

E

ERR_BAD_CATALOG_CREDENTIALS - Static variable in class samples.javaclient.analyzer.AnalyzerUtilities
Error BIB-01017.
ERR_BAD_CONNECTION - Static variable in class samples.javaclient.analyzer.AnalyzerUtilities
Error BIB-16613.
ERR_BAD_USER_CREDENTIALS - Static variable in class samples.javaclient.analyzer.AnalyzerUtilities
Error BIB-16612.
ERR_INVALID_BIUSER - Static variable in class samples.javaclient.analyzer.AnalyzerUtilities
Error BIB-14736.
ERR_INVALID_CATALOG_USER - Static variable in class samples.javaclient.analyzer.AnalyzerUtilities
Error BIB-14736.
ERR_INVALID_OBJECT - Static variable in class samples.javaclient.analyzer.AnalyzerUtilities
Error BIB-14122.
ERR_INVALID_ROOT - Static variable in class samples.javaclient.analyzer.AnalyzerUtilities
Error BIB-14820.
enableMenus() - Method in class samples.javaclient.analyzer.Analyzer
Enables menus and toolbar buttons, based on the current state of the application.
evaluate(BISearchResult) - Method in class samples.javaclient.analyzer.BIFavoritesFilter
 
evaluate(BISearchResult) - Method in class samples.javaclient.analyzer.BIPresentationFilter
Indicates whether to include a result in the enumeration of search results.
exit() - Method in class samples.javaclient.analyzer.Analyzer
Cleans up and exits.

F

FAVORITES_DESCRIPTION - Static variable in class samples.javaclient.analyzer.FavoritesExplorer
Instruction text.
FAVORITES_EXPLORER - Static variable in class samples.javaclient.analyzer.Analyzer
The title of the Favorites Explorer: "Saved Selections".
FAVORITES_NOT_AVAILABLE - Static variable in class samples.javaclient.analyzer.FavoritesExplorer
Text to display when no worksheets are open.
FAVORITE_INVALID - Static variable in class samples.javaclient.analyzer.FavoritesExplorer
Text to display when user tries to apply a selection to the wrong dimension.
FILE - Static variable in class samples.javaclient.analyzer.Analyzer
File menu: "&File".
FILE_CONNECT - Static variable in class samples.javaclient.analyzer.Analyzer
Connect item on the File menu: "&Connect...".
FILE_DISCONNECT - Static variable in class samples.javaclient.analyzer.Analyzer
Disconnect item on the File menu: "&Disconnect...".
FILE_EXIT - Static variable in class samples.javaclient.analyzer.Analyzer
Exit item on the File menu: "E&xit...".
FILE_EXPORT - Static variable in class samples.javaclient.analyzer.Analyzer
Export item on the File menu: "&Export...".
FILE_NEW - Static variable in class samples.javaclient.analyzer.Analyzer
New item on the File menu: "&New...".
FILE_OPEN - Static variable in class samples.javaclient.analyzer.Analyzer
Open item on the File menu: "&Open...".
FILE_PRINT - Static variable in class samples.javaclient.analyzer.Analyzer
Print item on the File menu: "&Print...".
FILE_SAVE - Static variable in class samples.javaclient.analyzer.Analyzer
Save item on the File menu: "&Save".
FILE_SAVEAS - Static variable in class samples.javaclient.analyzer.Analyzer
Save As item on the File menu: "Save &As...".
FILE_SYSTEM - Static variable in class samples.javaclient.analyzer.AnalyzerConnection
Text for the file-based Catalog option in the catalog type box: "File System".
FORMAT_GRAPH - Static variable in class samples.javaclient.analyzer.GraphFormatDialog
Text for the title of this dialog: "Format Graph".
FavoritesExplorer - class samples.javaclient.analyzer.FavoritesExplorer.
The Saved Selections tab in the Sidebar.
FavoritesExplorer() - Constructor for class samples.javaclient.analyzer.FavoritesExplorer
Constuctor.
finished() - Method in class samples.javaclient.analyzer.AnalyzerUtilities.OpenViewWorker
Cleans up after the thread.
finished() - Method in class samples.javaclient.analyzer.SwingWorker
Called on the event dispatching thread (not on the worker thread) after the construct method has returned.
fireTreeStructureChanged(BITreeNode) - Method in interface samples.javaclient.analyzer.BITreeModel
Notifies listeners of changes to the tree structure.
fireTreeStructureChanged(BITreeNode) - Method in class samples.javaclient.analyzer.CatalogTreeModel
Notifies listeners of changes to the tree structure.

G

GRAPH - Static variable in class samples.javaclient.analyzer.NewPresentationWizard
View type: Graph.
GRAPH_TYPE - Static variable in class samples.javaclient.analyzer.GraphTypeDialog
Title text for the dialog: "Graph Type".
GRAPH_TYPE - Static variable in class samples.javaclient.analyzer.NewPresentationWizard
ID for the Graph Type panel: "GraphType".
GRAPH_TYPE_TITLE - Static variable in class samples.javaclient.analyzer.NewPresentationWizard
Title for the Graph Type panel: "Choose a Graph Type".
GraphFormatDialog - class samples.javaclient.analyzer.GraphFormatDialog.
Tabbed Dialog for customizing all of the key aspects of the graph.
GraphFormatDialog(Graph) - Constructor for class samples.javaclient.analyzer.GraphFormatDialog
Constructor.
GraphTypeDialog - class samples.javaclient.analyzer.GraphTypeDialog.
Dialog for changing the graph type.
GraphTypeDialog(Graph) - Constructor for class samples.javaclient.analyzer.GraphTypeDialog
Constructor.
GraphTypeWizardPanel - class samples.javaclient.analyzer.GraphTypeWizardPanel.
Panel for adding the Graph Type page to the NewPresentationWizard.
GraphTypeWizardPanel(String, String) - Constructor for class samples.javaclient.analyzer.GraphTypeWizardPanel
Constructor.
get() - Method in class samples.javaclient.analyzer.SwingWorker.ThreadVar
 
get() - Method in class samples.javaclient.analyzer.SwingWorker
Return the value created by the construct method.
getActiveDataview() - Method in class samples.javaclient.analyzer.Worksheet
Returns the dataview in the worksheet that is currently in focus (this would be more use if the worksheet contained multiple dataviews)
getActiveDataviewPath() - Method in class samples.javaclient.analyzer.Worksheet
Return the path to the dataview (including its name) For example: "/My Reports/Sales Trends"
getActiveWorksheet() - Method in class samples.javaclient.analyzer.Analyzer
Returns the Worksheet object that is currently in focus.
getAnalyzerTarget() - Method in class samples.javaclient.analyzer.AnalyzerDropTarget
Get the Analyzer drop target.
getBISession() - Method in class samples.javaclient.analyzer.AnalyzerConnection
Gets the BISession for this connection.
getBasicAttributes() - Method in class samples.javaclient.analyzer.CatalogExplorer
Gets the attributes that specify the display objects.
getBusyBar(String) - Method in class samples.javaclient.analyzer.AnalyzerUtilities
Gets the busy bar for this application.
getCatalogConnection(Connection) - Method in class samples.javaclient.analyzer.AnalyzerConnection
Creates and returns a Connection to the BI Beans Catalog.
getCatalogConnection() - Method in class samples.javaclient.analyzer.AnalyzerConnection
Creates and returns a Connection to the BI Beans Catalog in the database.
getChild(Object, int) - Method in class samples.javaclient.analyzer.CatalogTreeModel
Gets a child node.
getChildAt(int) - Method in class samples.javaclient.analyzer.CatalogTreeNode
Gets a child node, from an index.
getChildCount(Object) - Method in class samples.javaclient.analyzer.CatalogTreeModel
Gets the number of child nodes that a node has.
getChildList() - Method in class samples.javaclient.analyzer.CatalogTreeNode
Creates a node for each child of this node.
getColumnCount() - Method in class samples.javaclient.analyzer.AnalyzerAboutDialog.PackageModel
Return number of columns (name, value) in the table
getColumnCount() - Method in class samples.javaclient.analyzer.AnalyzerAboutDialog.PackagesModel
Return number of columns (package name, version number and loaded in VM) in the table
getColumnName(int) - Method in class samples.javaclient.analyzer.AnalyzerAboutDialog.PackageModel
Return the column names (name, value)
getColumnName(int) - Method in class samples.javaclient.analyzer.AnalyzerAboutDialog.PackagesModel
Return the column headers
getConnection() - Method in class samples.javaclient.analyzer.Analyzer
Returns the Analyzer connection object for the current connection.
getDADFile() - Method in class samples.javaclient.analyzer.AbstractConnection
Gets the DADFile that has the username and password.
getDADFileElem() - Method in class samples.javaclient.analyzer.AbstractConnection
Gets the <DADFile> element from the configuration file.
getDADFileName() - Method in class samples.javaclient.analyzer.AbstractConnection
Gets the name of the DAD file.
getDataSource() - Method in class samples.javaclient.analyzer.Worksheet
Return the datasource that is being used by the worksheet
getDataview() - Method in class samples.javaclient.analyzer.AnalyzerDropTarget
Get the Dataview for this DropTarget.
getDataview() - Method in class samples.javaclient.analyzer.AnalyzerUtilities.OpenViewWorker
Gets the view that this class opens.
getDataview() - Method in class samples.javaclient.analyzer.DataviewDropTarget
 
getDataview() - Method in class samples.javaclient.analyzer.NewPresentationWizard
Gets the presentation that the wizard creates.
getDataviewType() - Method in class samples.javaclient.analyzer.Worksheet
Returns the type of dataview: Analyzer.VIEW_GRAPH or Analyzer.VIEW_CROSSTAB
getDescription() - Method in class samples.javaclient.analyzer.CatalogExplorer
Gets the instruction text for this Explorer.
getDesktop() - Method in class samples.javaclient.analyzer.Analyzer
Retrieves the Analyzer desktop.
getDimList(int) - Method in class samples.javaclient.analyzer.DimensionExplorer
Creates an OLAPDimensionListPanel for a dimension.
getDimensionIndex(String) - Method in class samples.javaclient.analyzer.DimensionExplorer
Gets the index for a dimension in the list of dimensions.
getDirContext() - Method in class samples.javaclient.analyzer.CatalogTreeNode
Gets the folder for the object that this node represents.
getDisplayIcon() - Method in class samples.javaclient.analyzer.BIPresentationFilter
Null implementation for the PersistenceObjectFilter interface.
getDisplayText() - Method in class samples.javaclient.analyzer.BIPresentationFilter
Gets the text to display in the Object Type drop-down of the PersistenceObjectChooser.
getDragSource() - Method in class samples.javaclient.analyzer.CatalogExplorer
Gets the drag source for this Explorer.
getDragSource() - Method in class samples.javaclient.analyzer.DimensionExplorer
Gets the drag source for this Explorer.
getDragSourceData(DropTargetDropEvent, String) - Method in class samples.javaclient.analyzer.Analyzer
Drag/drop support for the application.
getErrorText(Throwable) - Method in class samples.javaclient.analyzer.AnalyzerUtilities
Analyzes an exception and attempts to find an appropriate message to display to a user.
getExplorerType() - Method in class samples.javaclient.analyzer.CatalogExplorer
Gets the type of Explorer this is.
getFilter() - Method in class samples.javaclient.analyzer.CatalogExplorer
Gets the filter that has been set on this Explorer.
getFilterExpression() - Method in class samples.javaclient.analyzer.BIPresentationFilter
Null implementation of hidden method in PersistenceObjectChooser interface.
getFullPathName() - Method in class samples.javaclient.analyzer.CatalogTreeNode
Gets the path name for the object that this node represents, relative to the root folder.
getHierarchy() - Method in class samples.javaclient.analyzer.DimensionExplorer.DimensionInfo
Gets the hierarchy that the dimension uses for the active query.
getHostName() - Method in class samples.javaclient.analyzer.AbstractConnection
Gets the HostName attribute of the connection.
getID() - Method in class samples.javaclient.analyzer.AbstractConnection
Gets the ID attribute for the connection.
getID() - Method in class samples.javaclient.analyzer.OLAPConnection
Gets the OCID attribute of the <OLAPConnection>.
getID() - Method in class samples.javaclient.analyzer.PersistenceConnection
Gets the PCID attribute of the <PersistenceConnection>.
getIcon(String) - Method in class samples.javaclient.analyzer.CatalogTreeCellRenderer
Gets the GIF file for the specified object type.
getId() - Method in class samples.javaclient.analyzer.GraphTypeWizardPanel
Gets the panel ID.
getId() - Method in class samples.javaclient.analyzer.NewOrOpenPanel
 
getId() - Method in class samples.javaclient.analyzer.PresentationTypePanel
Gets the unique ID for this panel.
getImage() - Method in class samples.javaclient.analyzer.GraphTypeWizardPanel
Gets the image for this panel.
getImage() - Method in class samples.javaclient.analyzer.NewOrOpenPanel
 
getImage() - Method in class samples.javaclient.analyzer.PresentationTypePanel
Gets the image that is displayed on the left-hand side of the wizard.
getIndexOfChild(Object, Object) - Method in class samples.javaclient.analyzer.CatalogTreeModel
Gets the index of a child node.
getIndexes(Object) - Method in class samples.javaclient.analyzer.CatalogTreeModel
Gets the indexes of child nodes for a node.
getIndexes() - Method in class samples.javaclient.analyzer.CatalogTreeNode
Gets the indexes of displayed child nodes.
getInitialContext() - Method in interface samples.javaclient.analyzer.BITreeModel
Gets the root folder in the Catalog.
getInitialContext() - Method in class samples.javaclient.analyzer.CatalogTreeModel
Gets the root folder in the Catalog.
getJTree() - Method in class samples.javaclient.analyzer.CatalogExplorer
Gets the JTree for this Explorer.
getJdbcDriverType() - Method in class samples.javaclient.analyzer.PersistenceConnection
Gets the JdbcDriverType attribute of the <PersistenceConnection>.
getLocalCatalogConnection() - Method in class samples.javaclient.analyzer.AnalyzerConnection
Creates and returns a Connection to the BI Beans Catalog.
getMDRoot() - Method in class samples.javaclient.analyzer.CatalogExplorer
Gets the root folder for this Explorer.
getMatchingAttributes() - Method in class samples.javaclient.analyzer.BIPresentationFilter
Null implementation for the PersistenceObjectFilter interface.
getMetadataManager() - Method in class samples.javaclient.analyzer.AnalyzerConnection
Returns the MetadataManager that the application uses.
getMetadataManager() - Method in class samples.javaclient.analyzer.CatalogExplorer
Gets the MetadataManager for this Explorer.
getMetadataManager() - Method in class samples.javaclient.analyzer.DimensionExplorer
Gets the MetadataManager that this Explorer uses.
getName() - Method in class samples.javaclient.analyzer.CatalogTreeNode
Gets the Catalog name of the object that this node represents.
getName() - Method in class samples.javaclient.analyzer.DimensionExplorer.DimensionInfo
Gets the name of the dimension.
getNotAvailableText() - Method in class samples.javaclient.analyzer.CatalogExplorer
Gets the text that this Explorer displays when it is not available.
getOLAPConnection() - Method in class samples.javaclient.analyzer.AnalyzerConnection
Creates and returns a Connection to the OLAP Catalog.
getOLAPConnection() - Method in class samples.javaclient.analyzer.BIConfigReader
Gets connection information that is in the <OLAPConnection> element.
getObjectType() - Method in class samples.javaclient.analyzer.CatalogTreeNode
Gets the type of object that this node represents.
getPassword() - Method in class samples.javaclient.analyzer.DADFile
Gets the password.
getPersistenceConnection() - Method in class samples.javaclient.analyzer.BIConfigReader
Gets connection information that is in the <PersistenceConnection> element.
getPersistenceType() - Method in class samples.javaclient.analyzer.PersistenceConnection
Gets the PersistenceType attribute of the <PersistenceConnection>.
getPortNumber() - Method in class samples.javaclient.analyzer.AbstractConnection
Gets the PortNumber attribute of the connection.
getQuery() - Method in class samples.javaclient.analyzer.DimensionExplorer
Gets the query for this Explorer.
getQuery() - Method in class samples.javaclient.analyzer.FavoritesExplorer
Gets the query for this Explorer.
getQueryManager() - Method in class samples.javaclient.analyzer.AnalyzerConnection
Returns the QueryManager that the application uses.
getQueryManager() - Method in class samples.javaclient.analyzer.NewPresentationWizard
Gets the QueryManager for this wizard.
getRoot() - Method in class samples.javaclient.analyzer.CatalogTreeModel
Gets the root node for this model.
getRootFolder() - Method in class samples.javaclient.analyzer.AnalyzerConnection
Gets the root folder name for the application.
getRootFolder() - Method in class samples.javaclient.analyzer.PersistenceConnection
Gets the RootFolder attribute of the <PersistenceConnection>.
getRowCount() - Method in class samples.javaclient.analyzer.AnalyzerAboutDialog.PackageModel
Return number of rows (properties) in the table
getRowCount() - Method in class samples.javaclient.analyzer.AnalyzerAboutDialog.PackagesModel
Return number of rows (the packages) in the table
getSID() - Method in class samples.javaclient.analyzer.AbstractConnection
Gets the SID attribute of the connection.
getSearchControls() - Method in class samples.javaclient.analyzer.BIPresentationFilter
Gets the SearchControls that defines the search filter.
getSearchControls() - Method in interface samples.javaclient.analyzer.BITreeModel
Gets the search controls for this BITreeModel.
getSearchControls() - Method in class samples.javaclient.analyzer.CatalogTreeModel
The search controls for this CatalogTreeModel.
getSearchFilters() - Method in interface samples.javaclient.analyzer.BITreeModel
Gets the search attributes for this BITreeModel.
getSearchFilters() - Method in class samples.javaclient.analyzer.CatalogTreeModel
Gets the search attributes for this CatalogTreeModel.
getSearchResult() - Method in class samples.javaclient.analyzer.CatalogTreeNode
Gets the object that this node represents.
getSelectedAction() - Method in class samples.javaclient.analyzer.NewOrOpenWizard
Gets the action that the user selected.
getShortLabel() - Method in class samples.javaclient.analyzer.DimensionExplorer.DimensionInfo
Gets the short label of the dimension.
getSidebar() - Method in class samples.javaclient.analyzer.Analyzer
Retrieves the sidebar for this Analyzer.
getStatusBar() - Method in class samples.javaclient.analyzer.Analyzer
Retrieves the status bar used by this Analyzer.
getTitle() - Method in class samples.javaclient.analyzer.GraphTypeWizardPanel
Gets the title for this panel.
getTitle() - Method in class samples.javaclient.analyzer.NewOrOpenPanel
 
getTitle() - Method in class samples.javaclient.analyzer.PresentationTypePanel
Gets the title for this panel.
getTitle() - Method in class samples.javaclient.analyzer.Worksheet
Return the worksheet title.
getToolBar() - Method in class samples.javaclient.analyzer.Analyzer
Retrieves the Analyzer toolbar.
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class samples.javaclient.analyzer.CatalogTreeCellRenderer
Gets the tree cell renderer.
getUniqueID() - Method in class samples.javaclient.analyzer.DimensionExplorer.DimensionInfo
Gets the unique ID for the dimension.
getUsageCount() - Method in class samples.javaclient.analyzer.DimensionExplorer.DimensionInfo
Returns the number of queries that are referring to the dimension.
getUserName() - Method in class samples.javaclient.analyzer.DADFile
Gets the user name.
getValue() - Method in class samples.javaclient.analyzer.SwingWorker
Get the value produced by the worker thread, or null if it hasn't been constructed yet.
getValueAt(int, int) - Method in class samples.javaclient.analyzer.AnalyzerAboutDialog.PackageModel
Return the table contents (the name and value for each property)
getValueAt(int, int) - Method in class samples.javaclient.analyzer.AnalyzerAboutDialog.PackagesModel
Return the table contents
getVersion() - Method in class samples.javaclient.analyzer.Analyzer
Returns the version number of this application.
getViewType() - Method in class samples.javaclient.analyzer.NewPresentationWizard
Gets the type of view that this wizard creates.
getWorksheet() - Method in class samples.javaclient.analyzer.AnalyzerDropTarget
Returns the worksheet object associated with this dataview.
getWorksheet() - Method in class samples.javaclient.analyzer.AnalyzerMenuItem
Get the worksheet related to this menu item
getWorksheet() - Method in class samples.javaclient.analyzer.DataviewDropTarget
 
getWorksheetPanel() - Method in class samples.javaclient.analyzer.Worksheet
 
graphLayout - Variable in class samples.javaclient.analyzer.GraphFormatDialog
Layout panel.
graphStylePanel - Variable in class samples.javaclient.analyzer.GraphFormatDialog
Graph Style panel.
groupAxis - Variable in class samples.javaclient.analyzer.GraphFormatDialog
Group axis panel for the horizontal axis on most graph types.

H

HELP - Static variable in class samples.javaclient.analyzer.Analyzer
Help menu: "&Help".
HELP_ABOUT - Static variable in class samples.javaclient.analyzer.Analyzer
About item on the Help menu: "&About".
HOST - Static variable in class samples.javaclient.analyzer.AnalyzerConnection
Text for the host name label: "Host Name:".

I

INITIALIZING - Static variable in class samples.javaclient.analyzer.Worksheet
 
inDimensionList(String) - Method in class samples.javaclient.analyzer.DimensionExplorer
Indicates whether a dimension is in the list of dimensions.
incrementUsageCount() - Method in class samples.javaclient.analyzer.DimensionExplorer.DimensionInfo
Increments the usage count.
init() - Method in class samples.javaclient.analyzer.AnalyzerAboutDialog
Initialize and construct contents of the AnalyzerAboutDialog.
initUIContent() - Method in class samples.javaclient.analyzer.NewOrOpenPanel
 
initUIContent() - Method in class samples.javaclient.analyzer.PresentationTypePanel
Initializes the user interface for this panel.
initialize(String) - Method in class samples.javaclient.analyzer.CatalogTreeModel
Initializes this model.
initializeExplorer() - Method in class samples.javaclient.analyzer.DimensionExplorer
Initializes the user interface for this Explorer.
initializeExplorer() - Method in class samples.javaclient.analyzer.FavoritesExplorer
Initializes the user interface for this Explorer.
initializeFromEntry(SearchResult) - Method in class samples.javaclient.analyzer.CatalogTreeNode
Initializes this node from information in a SearchResult.
initializeUI() - Method in class samples.javaclient.analyzer.Analyzer
Initializes the Explorers and the menu.
internalFrameActivated(InternalFrameEvent) - Method in class samples.javaclient.analyzer.Analyzer
Sets the active worksheet for this Analyzer.
internalFrameClosed(InternalFrameEvent) - Method in class samples.javaclient.analyzer.Analyzer
Cleans up when a worksheet has been closed.
internalFrameClosing(InternalFrameEvent) - Method in class samples.javaclient.analyzer.Analyzer
Offers the user a chance to save a changed worksheet.
internalFrameDeactivated(InternalFrameEvent) - Method in class samples.javaclient.analyzer.Analyzer
Null implementation for InternalFrameListener.
internalFrameDeiconified(InternalFrameEvent) - Method in class samples.javaclient.analyzer.Analyzer
Null implementation for InternalFrameListener.
internalFrameIconified(InternalFrameEvent) - Method in class samples.javaclient.analyzer.Analyzer
Null implementation for InternalFrameListener.
internalFrameOpened(InternalFrameEvent) - Method in class samples.javaclient.analyzer.Analyzer
Null implementation for InternalFrameListener.
interrupt() - Method in class samples.javaclient.analyzer.SwingWorker
A new method that interrupts the worker thread.
isConnected() - Method in class samples.javaclient.analyzer.AnalyzerConnection
Indicates whether the application is connected to the database.
isDirty() - Method in class samples.javaclient.analyzer.Worksheet
Returns a boolean indicating whether the worksheet has changed in any way.
isDual(int) - Method in class samples.javaclient.analyzer.GraphFormatDialog
Indicates whether a graph type supports a Y2-axis.
isExplorerVisible - Variable in class samples.javaclient.analyzer.DimensionExplorer
Is this Explorer visible?
isFolder(BISearchResult) - Method in class samples.javaclient.analyzer.CatalogTreeNode
Indicates whether this node represents a folder.
isLeaf(Object) - Method in class samples.javaclient.analyzer.CatalogTreeModel
Indicates whether a node is a leaf node (has no child nodes).
isLeaf() - Method in class samples.javaclient.analyzer.CatalogTreeNode
Indicates whether this node is a leaf node (has no children).
isLoaded() - Method in interface samples.javaclient.analyzer.BITreeNode
Indicates whether child nodes for this node are displayed.
isLoaded() - Method in class samples.javaclient.analyzer.CatalogTreeNode
Indicates whether child nodes for this node are displayed.
isObfuscated() - Method in class samples.javaclient.analyzer.AbstractConnection
Indicates whether the DAD file is obfuscated.
isPackageLoaded(String) - Method in class samples.javaclient.analyzer.AnalyzerAboutDialog
Tells if a package is loaded in the VM
isRoot() - Method in class samples.javaclient.analyzer.CatalogTreeNode
Indicates whether this node is the root node.
isValidEvent(PropertyChangeEvent) - Method in class samples.javaclient.analyzer.ToolbarFormatListener
Looks at the PropertyChangedEvent and determines if this event should cause the worksheet to be marked as dirty.

J

jbInit() - Method in class samples.javaclient.analyzer.Analyzer
Initializes the user interface.
jbInit() - Method in class samples.javaclient.analyzer.CatalogExplorer
Initializes the user interface for this Explorer.
jbInit() - Method in class samples.javaclient.analyzer.Sidebar
Sets up the user interface for this Sidebar.

K

KEEP - Static variable in class samples.javaclient.analyzer.FavoritesExplorer
"Keep saved selection" text for the actions combo box.

L

LAYOUT - Static variable in class samples.javaclient.analyzer.GraphFormatDialog
Text for the layout panel: "Layout".
LEGEND - Static variable in class samples.javaclient.analyzer.GraphFormatDialog
Text for the Legend panel: "Legend".
legend - Variable in class samples.javaclient.analyzer.GraphFormatDialog
Legend panel.
load() - Method in interface samples.javaclient.analyzer.BITreeNode
Displays child nodes of this node.
load() - Method in class samples.javaclient.analyzer.CatalogTreeNode
Displays child nodes of this node.

M

MSG_BAD_CATALOG_CREDENTIALS - Static variable in class samples.javaclient.analyzer.AnalyzerUtilities
Error message: "Invalid Catalog User ID or Password."
MSG_BAD_CONNECTION - Static variable in class samples.javaclient.analyzer.AnalyzerUtilities
Error message: "Invalid host, port or SID."
MSG_BAD_UNKNOWN - Static variable in class samples.javaclient.analyzer.AnalyzerUtilities
Error message: "Unable to connect."
MSG_BAD_USER_CREDENTIALS - Static variable in class samples.javaclient.analyzer.AnalyzerUtilities
Error message: "Invalid User ID or Password."
MSG_INVALID_OBJECT - Static variable in class samples.javaclient.analyzer.AnalyzerUtilities
Error message: "The crosstab or graph contains an invalid object(s).
MSG_INVALID_ROOT - Static variable in class samples.javaclient.analyzer.AnalyzerUtilities
Error message: "The specified file-system directory does not exist."
m_MDRoot - Variable in class samples.javaclient.analyzer.CatalogExplorer
Root folder.
m_OLAPPassword - Variable in class samples.javaclient.analyzer.AnalyzerConnection
Field for the password.
m_OLAPUserName - Variable in class samples.javaclient.analyzer.AnalyzerConnection
Field for the user name.
m_aboutMenu - Variable in class samples.javaclient.analyzer.Analyzer
About item on the Help menu.
m_analyzer - Variable in class samples.javaclient.analyzer.Analyzer
Application class.
m_analyzer - Variable in class samples.javaclient.analyzer.AnalyzerConnection
The Analyzer application that this Connection connects to the database.
m_analyzer - Variable in class samples.javaclient.analyzer.AnalyzerUtilities
Main application class.
m_analyzer - Variable in class samples.javaclient.analyzer.ToolbarFormatListener
 
m_analyzerTarget - Variable in class samples.javaclient.analyzer.AnalyzerDropTarget
 
m_applyButton - Variable in class samples.javaclient.analyzer.DimensionExplorer
Go button.
m_applyButton - Variable in class samples.javaclient.analyzer.FavoritesExplorer
Go button.
m_autoconnect - Variable in class samples.javaclient.analyzer.Analyzer
Do we automatically connect to the database?
m_basicAttributes - Variable in class samples.javaclient.analyzer.CatalogExplorer
Attributes that specify the object type to look for to display in this Explorer.
m_busyBar - Variable in class samples.javaclient.analyzer.AnalyzerUtilities.OpenViewWorker
 
m_catalogListener - Variable in class samples.javaclient.analyzer.Analyzer
Listener for mouse clicks in the Catalog Explorer.
m_catalogPanel - Variable in class samples.javaclient.analyzer.AnalyzerConnection
Panel that the "I" button displays or hides.
m_catalogPassword - Variable in class samples.javaclient.analyzer.AnalyzerConnection
Field for the password for connecting to the BI Beans Catalog.
m_catalogRootFolder - Variable in class samples.javaclient.analyzer.AnalyzerConnection
Field for the root folder in a file-based BI Beans Catalog.
m_catalogType - Variable in class samples.javaclient.analyzer.AnalyzerConnection
Drop-down for selecting a file-based or database BI Beans Catlog.
m_catalogUserName - Variable in class samples.javaclient.analyzer.AnalyzerConnection
Field for the user name for connecting to the BI Beans Catalog.
m_children - Variable in class samples.javaclient.analyzer.CatalogTreeNode
 
m_configFile - Variable in class samples.javaclient.analyzer.AnalyzerConnection
The configuration file to read.
m_connected - Variable in class samples.javaclient.analyzer.AnalyzerConnection
Whether the application is connected to the database.
m_connection - Variable in class samples.javaclient.analyzer.Analyzer
AnalyzerConnection, which encapsulates information about connections.
m_connection - Variable in class samples.javaclient.analyzer.AnalyzerUtilities
Connection for the application.
m_context - Variable in class samples.javaclient.analyzer.CatalogTreeModel
The root folder in the Catalog.
m_context - Variable in class samples.javaclient.analyzer.CatalogTreeNode
 
m_controls - Variable in class samples.javaclient.analyzer.CatalogTreeModel
Search controls to refine the search for objects to display.
m_crosstab - Variable in class samples.javaclient.analyzer.NewPresentationWizard
The crosstab that is being created.
m_crosstab - Variable in class samples.javaclient.analyzer.Worksheet
 
m_dadFile - Variable in class samples.javaclient.analyzer.AbstractConnection
DAD file.
m_dataview - Variable in class samples.javaclient.analyzer.AnalyzerDropTarget
 
m_dataview - Variable in class samples.javaclient.analyzer.AnalyzerUtilities.OpenViewWorker
 
m_dataview - Variable in class samples.javaclient.analyzer.DataviewDropTarget
 
m_defaultCatalogFile - Variable in class samples.javaclient.analyzer.AnalyzerConnection
Default name of the DAD file: "analyzerCatalog.dad".
m_defaultConfigFile - Variable in class samples.javaclient.analyzer.AnalyzerConnection
Default name of the configuration file:"AnalyzerConfig.xml".
m_description - Variable in class samples.javaclient.analyzer.CatalogExplorer
Variable for instruction text.
m_desktop - Variable in class samples.javaclient.analyzer.Analyzer
Desktop.
m_dialog - Variable in class samples.javaclient.analyzer.AnalyzerConnection
The Connection dialog.
m_dimList - Variable in class samples.javaclient.analyzer.DimensionExplorer
The dimension list that this Explorer displays.
m_dimListConstraints - Variable in class samples.javaclient.analyzer.DimensionExplorer
Layout constraintes for the dimension list.
m_dimensionCombo - Variable in class samples.javaclient.analyzer.DimensionExplorer
Drop-down list of dimensions whose members to display.
m_dimensionExplorer - Variable in class samples.javaclient.analyzer.Analyzer
The dimension explorer, where users can select dimension members and drag them to a view.
m_dimensions - Variable in class samples.javaclient.analyzer.DimensionExplorer
Vector for DimensionExplorer.DimensionInfo objects.
m_directoryLabel - Variable in class samples.javaclient.analyzer.AnalyzerConnection
Label for the Root folder name in a file-based BI Beans Catalog.
m_dirty - Variable in class samples.javaclient.analyzer.AnalyzerUtilities.OpenViewWorker
 
m_dragSource - Variable in class samples.javaclient.analyzer.CatalogExplorer
DragSource object for drag-and-drop support.
m_dragSource - Variable in class samples.javaclient.analyzer.DimensionExplorer
DragSource object for drag-and-drop support.
m_dropTargets - Variable in class samples.javaclient.analyzer.Worksheet
 
m_dv - Variable in class samples.javaclient.analyzer.Worksheet
 
m_entry - Variable in class samples.javaclient.analyzer.CatalogTreeNode
 
m_explorerTab - Variable in class samples.javaclient.analyzer.Sidebar
 
m_explorerType - Variable in class samples.javaclient.analyzer.CatalogExplorer
Type of this Explorer: "WORKSHEET" or "FAVORITES".
m_favoritesExplorer - Variable in class samples.javaclient.analyzer.Analyzer
The favorites explorer, where users can select saved selections and drag them to a view.
m_filter - Variable in class samples.javaclient.analyzer.CatalogExplorer
Filter that specifies the object types to display in this Explorer.
m_filters - Variable in class samples.javaclient.analyzer.CatalogTreeModel
Attributes of objects to search for, to display in the tree.
m_frameListener - Variable in class samples.javaclient.analyzer.Worksheet
 
m_fullPathName - Variable in class samples.javaclient.analyzer.CatalogTreeNode
 
m_graph - Variable in class samples.javaclient.analyzer.GraphFormatDialog
The graph whose properties will be affected by the settings in this dialog.
m_graph - Variable in class samples.javaclient.analyzer.GraphTypeDialog
The graph whose type to change.
m_graph - Variable in class samples.javaclient.analyzer.NewPresentationWizard
Graph that is being created.
m_graph - Variable in class samples.javaclient.analyzer.Worksheet
 
m_graphType - Variable in class samples.javaclient.analyzer.GraphTypeDialog
The graph type.
m_graphType - Variable in class samples.javaclient.analyzer.NewPresentationWizard
The GraphType user-interface panel that appears in m_graphTypePanel.
m_graphTypePanel - Variable in class samples.javaclient.analyzer.NewPresentationWizard
GraphType panel, which is added to the wizard if the user is creating a graph.
m_height - Variable in class samples.javaclient.analyzer.AnalyzerUtilities.OpenViewWorker
 
m_hierarchy - Variable in class samples.javaclient.analyzer.DimensionExplorer.DimensionInfo
The hierarchy that the dimension uses for the active query.
m_homeDirectory - Variable in class samples.javaclient.analyzer.AnalyzerConnection
The directory where the user's start-up configuration file is found
m_host - Variable in class samples.javaclient.analyzer.AnalyzerConnection
Field for the host name.
m_image - Variable in class samples.javaclient.analyzer.GraphTypeWizardPanel
Image to display in this panel.
m_image - Variable in class samples.javaclient.analyzer.NewOrOpenPanel
 
m_image - Variable in class samples.javaclient.analyzer.PresentationTypePanel
Image to display in this panel.
m_indexes - Variable in class samples.javaclient.analyzer.CatalogTreeNode
 
m_isDirty - Variable in class samples.javaclient.analyzer.Worksheet
 
m_isGraphTypeVisible - Variable in class samples.javaclient.analyzer.NewPresentationWizard
Whether the GraphType panel is in the wizard.
m_isRoot - Variable in class samples.javaclient.analyzer.CatalogTreeNode
 
m_keys - Variable in class samples.javaclient.analyzer.AnalyzerAboutDialog.PackageModel
 
m_listener - Variable in class samples.javaclient.analyzer.FavoritesExplorer
Mouse listener for double-clicks in the tree.
m_listenerList - Variable in class samples.javaclient.analyzer.CatalogTreeModel
Listeners for events that this model generates.
m_listeners - Variable in class samples.javaclient.analyzer.Worksheet
 
m_loaded - Variable in class samples.javaclient.analyzer.CatalogTreeNode
 
m_menubar - Variable in class samples.javaclient.analyzer.Analyzer
The menu bar.
m_metadataManager - Variable in class samples.javaclient.analyzer.AnalyzerConnection
The MetadataManager for the application.
m_metadataManager - Variable in class samples.javaclient.analyzer.CatalogExplorer
The MetadataManager for this Explorer.
m_metadataManager - Variable in class samples.javaclient.analyzer.DimensionExplorer
The MetadataManager for this Explorer.
m_middlePanel - Variable in class samples.javaclient.analyzer.DimensionExplorer
Panel for the dimension list.
m_mnuCB - Variable in class samples.javaclient.analyzer.Analyzer
Insert Calculation item on the Tools menu.
m_mnuConnect - Variable in class samples.javaclient.analyzer.Analyzer
Connect item in File menu.
m_mnuCrosstab - Variable in class samples.javaclient.analyzer.Analyzer
Crosstab item on the View menu.
m_mnuDisconnect - Variable in class samples.javaclient.analyzer.Analyzer
Disconnect item in File menu.
m_mnuExit - Variable in class samples.javaclient.analyzer.Analyzer
Exit item in File menu.
m_mnuExport - Variable in class samples.javaclient.analyzer.Analyzer
Export item in File menu.
m_mnuFile - Variable in class samples.javaclient.analyzer.Analyzer
File menu.
m_mnuFmtGraph - Variable in class samples.javaclient.analyzer.Analyzer
Format Graph item on the Tools menu.
m_mnuGraph - Variable in class samples.javaclient.analyzer.Analyzer
Graph item on the View menu.
m_mnuGraphType - Variable in class samples.javaclient.analyzer.Analyzer
Graph Type item on the Tools menu.
m_mnuHelp - Variable in class samples.javaclient.analyzer.Analyzer
Help menu.
m_mnuHorizontal - Variable in class samples.javaclient.analyzer.Analyzer
Tile Horizontal item on the Window menu.
m_mnuNew - Variable in class samples.javaclient.analyzer.Analyzer
New item in File menu.
m_mnuOpen - Variable in class samples.javaclient.analyzer.Analyzer
Open item in File menu.
m_mnuPrint - Variable in class samples.javaclient.analyzer.Analyzer
Print item in File menu.
m_mnuQB - Variable in class samples.javaclient.analyzer.Analyzer
Edit Query item on the Tools menu.
m_mnuSave - Variable in class samples.javaclient.analyzer.Analyzer
Save item in File menu.
m_mnuSaveAs - Variable in class samples.javaclient.analyzer.Analyzer
Save As item in File menu.
m_mnuTools - Variable in class samples.javaclient.analyzer.Analyzer
Tools menu.
m_mnuVertical - Variable in class samples.javaclient.analyzer.Analyzer
Tile Vertical item on the Window menu.
m_mnuView - Variable in class samples.javaclient.analyzer.Analyzer
View menu.
m_mnuWindow - Variable in class samples.javaclient.analyzer.Analyzer
Window menu.
m_model - Variable in class samples.javaclient.analyzer.CatalogTreeNode
 
m_moreButton - Variable in class samples.javaclient.analyzer.AnalyzerConnection
"I" button for displaying more or less information.
m_name - Variable in class samples.javaclient.analyzer.CatalogTreeNode
 
m_name - Variable in class samples.javaclient.analyzer.DimensionExplorer.DimensionInfo
The dimension name.
m_newPrezWiz - Variable in class samples.javaclient.analyzer.NewOrOpenPanel
 
m_newPrezWiz - Variable in class samples.javaclient.analyzer.PresentationTypePanel
Wizard that this panel is added to.
m_notAvailableText - Variable in class samples.javaclient.analyzer.CatalogExplorer
Text to display when there is no connection.
m_notAvailableText - Variable in class samples.javaclient.analyzer.DimensionExplorer
Text to display when no worksheets are open.
m_olap - Variable in class samples.javaclient.analyzer.AnalyzerConnection
The OLAP Connection for the application.
m_olapConn - Variable in class samples.javaclient.analyzer.BIConfigReader
The OLAPConnection element in the BIConfig file.
m_package - Variable in class samples.javaclient.analyzer.AnalyzerAboutDialog.PackageModel
 
m_pagePanel - Variable in class samples.javaclient.analyzer.Worksheet
 
m_panelID - Variable in class samples.javaclient.analyzer.GraphTypeWizardPanel
ID for this panel.
m_parentFrame - Variable in class samples.javaclient.analyzer.DimensionExplorer
The parent frame for this Explorer.
m_parentFrame - Variable in class samples.javaclient.analyzer.Worksheet
 
m_password - Variable in class samples.javaclient.analyzer.DADFile
Password.
m_passwordLabel - Variable in class samples.javaclient.analyzer.AnalyzerConnection
Label for the Catalog User password in m_catalogPanel.
m_path - Variable in class samples.javaclient.analyzer.Worksheet
 
m_perConn - Variable in class samples.javaclient.analyzer.BIConfigReader
The PersistenceConnection element in the BIConfig file.
m_port - Variable in class samples.javaclient.analyzer.AnalyzerConnection
Field for the port name.
m_prezType - Variable in class samples.javaclient.analyzer.NewPresentationWizard
Presentation Type panel, which is added to the QueryBuilder.
m_properties - Variable in class samples.javaclient.analyzer.AnalyzerAboutDialog.PackageModel
 
m_query - Variable in class samples.javaclient.analyzer.DimensionExplorer
The active query, which is modified when the user clicks Go or drags members to a worksheet.
m_query - Variable in class samples.javaclient.analyzer.FavoritesExplorer
The active query, which is modified when the user clicks Go or drags a selection to a worksheet.
m_queryManager - Variable in class samples.javaclient.analyzer.AnalyzerConnection
The QueryManager for the application.
m_queryManager - Variable in class samples.javaclient.analyzer.NewPresentationWizard
The QueryManager for the application.
m_reader - Variable in class samples.javaclient.analyzer.AnalyzerConnection
The configuration file reader.
m_root - Variable in class samples.javaclient.analyzer.BIConfigReader
The root element in the BIConfig file (<BIConfig>).
m_root - Variable in class samples.javaclient.analyzer.CatalogTreeModel
The root node in the tree.
m_scrollpane - Variable in class samples.javaclient.analyzer.CatalogExplorer
Scroll pane to put the tree in.
m_selectedAction - Variable in class samples.javaclient.analyzer.NewOrOpenWizard
Action that the user selected.
m_session - Variable in class samples.javaclient.analyzer.AnalyzerConnection
The BISession for the application.
m_shortLabel - Variable in class samples.javaclient.analyzer.DimensionExplorer.DimensionInfo
The short label for the dimension.
m_sid - Variable in class samples.javaclient.analyzer.AnalyzerConnection
Field for the SID.
m_sidebar - Variable in class samples.javaclient.analyzer.Analyzer
The sidebar.
m_splitpane - Variable in class samples.javaclient.analyzer.Analyzer
Splitter that contains the sidebar and the desktop.
m_statusBar - Variable in class samples.javaclient.analyzer.Analyzer
The status bar.
m_statusText - Variable in class samples.javaclient.analyzer.Analyzer
Text for the status bar.
m_statusText - Variable in class samples.javaclient.analyzer.AnalyzerUtilities
Status message: "Status: Not connected".
m_strName - Variable in class samples.javaclient.analyzer.AnalyzerUtilities.OpenViewWorker
 
m_title - Static variable in class samples.javaclient.analyzer.AnalyzerConnection
Text for the dialog box title: "Database Connection Information".
m_title - Variable in class samples.javaclient.analyzer.GraphTypeWizardPanel
Title for this panel.
m_title - Variable in class samples.javaclient.analyzer.Worksheet
 
m_toolBar - Variable in class samples.javaclient.analyzer.Analyzer
Toolbar.
m_toolbarFormatListener - Variable in class samples.javaclient.analyzer.Analyzer
Listener for changes made to a view through the toolbar.
m_tree - Variable in class samples.javaclient.analyzer.CatalogExplorer
Tree to display Catalog objects.
m_type - Variable in class samples.javaclient.analyzer.CatalogTreeNode
 
m_uniqueID - Variable in class samples.javaclient.analyzer.DimensionExplorer.DimensionInfo
The unique ID.
m_usageCount - Variable in class samples.javaclient.analyzer.DimensionExplorer.DimensionInfo
Number of queries that use the dimension.
m_useDatabaseCatalog - Variable in class samples.javaclient.analyzer.AnalyzerConnection
Whether the BI Beans Catalog is database (true) or file-based (false).
m_userLabel - Variable in class samples.javaclient.analyzer.AnalyzerConnection
Label for the Catalog UserName in m_catalogPanel.
m_userName - Variable in class samples.javaclient.analyzer.DADFile
User name.
m_util - Variable in class samples.javaclient.analyzer.Analyzer
Analyzer utilities, which displays dialogs, runs the QueryBuilder and the CalcBuilder, and handles errors.
m_viewMouseListener - Variable in class samples.javaclient.analyzer.Analyzer
Listener for mouse clicks in views.
m_viewType - Variable in class samples.javaclient.analyzer.NewPresentationWizard
The type of view that is being created, either NewPresentationWizard.CROSSTAB or NewPresentationWizard.GRAPH.
m_width - Variable in class samples.javaclient.analyzer.AnalyzerUtilities.OpenViewWorker
 
m_wizardDialog - Variable in class samples.javaclient.analyzer.NewOrOpenWizard.StartingPage
The wizard that this page is part of.
m_worksheet - Variable in class samples.javaclient.analyzer.Analyzer
Active worksheet.
m_worksheet - Variable in class samples.javaclient.analyzer.AnalyzerDropTarget
 
m_worksheet - Variable in class samples.javaclient.analyzer.AnalyzerMenuItem
 
m_worksheet - Variable in class samples.javaclient.analyzer.DataviewDropTarget
 
m_worksheetExplorer - Variable in class samples.javaclient.analyzer.Analyzer
The worksheet explorer, where users can select the active worksheet.
m_x - Variable in class samples.javaclient.analyzer.AnalyzerUtilities.OpenViewWorker
 
m_y - Variable in class samples.javaclient.analyzer.AnalyzerUtilities.OpenViewWorker
 
main(String[]) - Static method in class samples.javaclient.analyzer.Analyzer
Main method for Analyzer.
main(String[]) - Static method in class samples.javaclient.analyzer.BIConfigReader
Test this class.

N

NEW - Static variable in class samples.javaclient.analyzer.NewOrOpenWizard
Selected action: "NEW".
NOT_CONNECTED - Static variable in class samples.javaclient.analyzer.Analyzer
Status: Not connected.
NewOrOpenPanel - class samples.javaclient.analyzer.NewOrOpenPanel.
 
NewOrOpenPanel() - Constructor for class samples.javaclient.analyzer.NewOrOpenPanel
 
NewOrOpenWizard - class samples.javaclient.analyzer.NewOrOpenWizard.
Wizard page that asks the user whether they want to open an existing worksheet or to create a new one.
NewOrOpenWizard() - Constructor for class samples.javaclient.analyzer.NewOrOpenWizard
Sets up the Wizard dialog
NewOrOpenWizard.StartingPage - class samples.javaclient.analyzer.NewOrOpenWizard.StartingPage.
This inner class creates the starting page for the wizard.
NewOrOpenWizard.StartingPage(NewOrOpenWizard) - Constructor for class samples.javaclient.analyzer.NewOrOpenWizard.StartingPage
Constructor.
NewPresentationWizard - class samples.javaclient.analyzer.NewPresentationWizard.
Wizard for creating a new crosstab or graph.
NewPresentationWizard(Frame) - Constructor for class samples.javaclient.analyzer.NewPresentationWizard
Constructor.
newPresentation() - Method in class samples.javaclient.analyzer.Analyzer
Runs the New Presentation wizard and creates a worksheet for the presentation.
notAvail - Variable in class samples.javaclient.analyzer.CatalogExplorer
Label for m_notAvailableText.
notAvail - Variable in class samples.javaclient.analyzer.DimensionExplorer
Label for m_notAvailableText.

O

OLAPConnection - class samples.javaclient.analyzer.OLAPConnection.
OLAP Catalog connection information from the configuration file.
OLAPConnection(XMLElement) - Constructor for class samples.javaclient.analyzer.OLAPConnection
Constructor.
OLAP_PASSWORD - Static variable in class samples.javaclient.analyzer.AnalyzerConnection
Text for the password label: "Password:".
OLAP_USER - Static variable in class samples.javaclient.analyzer.AnalyzerConnection
Text for the user name label: "User Name:"
OPEN - Static variable in class samples.javaclient.analyzer.NewOrOpenWizard
Selected action: "OPEN".
OPEN_WORKSHEET - Static variable in class samples.javaclient.analyzer.NewOrOpenWizard
Text for opening choice: "Open an existing worksheet."
OPTION_TITLE - Static variable in class samples.javaclient.analyzer.DimensionExplorer
Label for the actions combo box: "Update selected document:"
OPTION_TITLE - Static variable in class samples.javaclient.analyzer.FavoritesExplorer
Label for the actions combo box: "Update selected document:"
openView(String, boolean, int, int, int, int) - Method in class samples.javaclient.analyzer.AnalyzerUtilities
Loads a dataview in a separate thread.

P

PLOT_AREA - Static variable in class samples.javaclient.analyzer.GraphFormatDialog
Text for the plot area panel: "Plot Area".
PORT - Static variable in class samples.javaclient.analyzer.AnalyzerConnection
Text for the port label: "Port:".
PRESENTATIONS - Static variable in class samples.javaclient.analyzer.BIPresentationFilter
String to display in the Object Type drop-down of the PersistenceObjectChooser: "Presentations".
PersistenceConnection - class samples.javaclient.analyzer.PersistenceConnection.
BI Beans Catalog connection information from the configuration file.
PersistenceConnection(XMLElement) - Constructor for class samples.javaclient.analyzer.PersistenceConnection
Constructor.
PresentationTypePanel - class samples.javaclient.analyzer.PresentationTypePanel.
The first panel of the New Presentation wizard.
PresentationTypePanel(NewPresentationWizard) - Constructor for class samples.javaclient.analyzer.PresentationTypePanel
Constructor.
pane - Variable in class samples.javaclient.analyzer.GraphFormatDialog
Tabbed pane to hold the panels.
plotArea - Variable in class samples.javaclient.analyzer.GraphFormatDialog
Plot area panel.
populateTree() - Method in class samples.javaclient.analyzer.CatalogExplorer
Populates the tree of objects and folders.
propertyChange(PropertyChangeEvent) - Method in class samples.javaclient.analyzer.ToolbarFormatListener
A toolbar format change was made to the worksheet.

R

REMOVE - Static variable in class samples.javaclient.analyzer.FavoritesExplorer
"Remove saved selection" text for the actions combo box.
REPLACE - Static variable in class samples.javaclient.analyzer.DimensionExplorer
"Replace with selected memebers" text for the actions combo box.
REPLACE - Static variable in class samples.javaclient.analyzer.FavoritesExplorer
"Replace with saved selection" text for the actions combo box.
ROOT - Static variable in class samples.javaclient.analyzer.CatalogExplorer
Label for the root folder.
recoverUser() - Method in class samples.javaclient.analyzer.AnalyzerConnection
Attempts to recover from an invalid application user.
refreshTree() - Method in class samples.javaclient.analyzer.CatalogExplorer
Updates the JTree in this Explorer when items have been added or removed.
removeAllChildren() - Method in class samples.javaclient.analyzer.CatalogTreeNode
Removes all child nodes.
removeAllWorksheets() - Method in class samples.javaclient.analyzer.Analyzer
Removes all worksheets from the desktop.
removeDimensions(QueryClient) - Method in class samples.javaclient.analyzer.DimensionExplorer
Removes unused dimensions from the list of dimensions.
removeTreeModelListener(TreeModelListener) - Method in class samples.javaclient.analyzer.CatalogTreeModel
Removes a listener from this model.
removeWorksheet(Worksheet) - Method in class samples.javaclient.analyzer.Analyzer
Removes a worksheet from the desktop.
run() - Method in class samples.javaclient.analyzer.NewPresentationWizard
Runs the wizard.
runCalcBuilder() - Method in class samples.javaclient.analyzer.AnalyzerUtilities
Runs the CalcBuilder wizard.
runQueryBuilder() - Method in class samples.javaclient.analyzer.AnalyzerUtilities
Runs the QueryBuilder.

S

SID - Static variable in class samples.javaclient.analyzer.AnalyzerConnection
Text for the SID label: "SID:".
STYLE - Static variable in class samples.javaclient.analyzer.GraphFormatDialog
Text for the Graph Style panel: "Style".
Sidebar - class samples.javaclient.analyzer.Sidebar.
Sidebar, displays the Explorers in different tabs.
Sidebar() - Constructor for class samples.javaclient.analyzer.Sidebar
Constructor.
SwingWorker - class samples.javaclient.analyzer.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() - Constructor for class samples.javaclient.analyzer.SwingWorker
Start a thread that will call the construct method and then exit.
SwingWorker.ThreadVar - class samples.javaclient.analyzer.SwingWorker.ThreadVar.
Class to maintain reference to current worker thread under separate synchronization control.
SwingWorker.ThreadVar(Thread) - Constructor for class samples.javaclient.analyzer.SwingWorker.ThreadVar
 
s_packages - Static variable in class samples.javaclient.analyzer.AnalyzerAboutDialog
 
samples.javaclient.analyzer - package samples.javaclient.analyzer
 
save() - Method in class samples.javaclient.analyzer.Analyzer
Saves the active presentation.
saveConnectionSettings() - Method in class samples.javaclient.analyzer.AnalyzerConnection
Saves the connection settings.
saveView(String, Dataview) - Method in class samples.javaclient.analyzer.AnalyzerUtilities
Saves a presentation.
setActiveDataview(Dataview) - Method in class samples.javaclient.analyzer.Worksheet
Specify the selected dataview in the worksheet
setActiveDataviewPath(String) - Method in class samples.javaclient.analyzer.Worksheet
Set the path to the dataview (including its name) For example: "/My Reports/Sales Trends"
setActiveWorksheet(Worksheet) - Method in class samples.javaclient.analyzer.Analyzer
Sets a worksheet as the active worksheet.
setAnalyzerTarget(int) - Method in class samples.javaclient.analyzer.AnalyzerDropTarget
Set the Analyzer drop target.
setBasicAttributes(BasicAttributes) - Method in class samples.javaclient.analyzer.CatalogExplorer
Attributes that specify the display objects.
setDADFileName(String) - Method in class samples.javaclient.analyzer.AbstractConnection
Sets the name of the DAD file.
setDataview(Dataview) - Method in class samples.javaclient.analyzer.AnalyzerDropTarget
Set the Dataview for this DropTarget.
setDataview(Dataview) - Method in class samples.javaclient.analyzer.DataviewDropTarget
 
setDataviewType(String) - Method in class samples.javaclient.analyzer.Analyzer
Sets the view type for the active worksheet to a Graph or a Crosstab.
setDataviewType(String) - Method in class samples.javaclient.analyzer.Worksheet
Change the view type of the current data view.
setDescription(String) - Method in class samples.javaclient.analyzer.CatalogExplorer
Sets the instruction text for this Explorer.
setDirty(boolean) - Method in class samples.javaclient.analyzer.Worksheet
Specify whether or not the worksheet has changed in any way - or is dirty This is not really implemented yet.
setDragSource(DragSource) - Method in class samples.javaclient.analyzer.CatalogExplorer
Sets the drag source for this Explorer.
setDragSource(DragSource) - Method in class samples.javaclient.analyzer.DimensionExplorer
Sets the drag source for this Explorer.
setExplorerType(String) - Method in class samples.javaclient.analyzer.CatalogExplorer
Sets the type of Explorer this is.
setFilter(BIFilter) - Method in class samples.javaclient.analyzer.CatalogExplorer
Sets the search control filter for this Explorer.
setHostName(String) - Method in class samples.javaclient.analyzer.AbstractConnection
Sets the HostName attribute.
setJdbcDriverType(String) - Method in class samples.javaclient.analyzer.PersistenceConnection
Sets the jdbcDriverType attribute of the <PersistenceConnection>.
setMDRoot(MDRoot) - Method in class samples.javaclient.analyzer.CatalogExplorer
Sets the root folder for this Explorer and populates the JTree with the contents of the specified folder.
setMDRoot(MDRoot, boolean) - Method in class samples.javaclient.analyzer.CatalogExplorer
Sets the root folder and optionally populates the tree that displays the contents of the folder.
setMDRoot(MDRoot) - Method in class samples.javaclient.analyzer.FavoritesExplorer
Sets the root folder for this Explorer, without populating the JTree.
setMetadataManager(MetadataManager) - Method in class samples.javaclient.analyzer.CatalogExplorer
Specifies the MetadataManager for this Explorer.
setMetadataManager(MetadataManager) - Method in class samples.javaclient.analyzer.DimensionExplorer
Sets the MetadataManager for this Explorer.
setMetadataManager(MetadataManager) - Method in class samples.javaclient.analyzer.FavoritesExplorer
Sets the MetadataManager for this Explorer.
setNotAvailable() - Method in class samples.javaclient.analyzer.CatalogExplorer
Sets this Explorer as not available.
setNotAvailable() - Method in class samples.javaclient.analyzer.DimensionExplorer
Displays a Not Available message in the Explorer.
setNotAvailableText(String) - Method in class samples.javaclient.analyzer.CatalogExplorer
Specifies the text that this Explorer displays when it is not available.
setObfuscated(boolean) - Method in class samples.javaclient.analyzer.AbstractConnection
Sets the Obfuscated attribute of the <DADFile> element.
setPassword(String) - Method in class samples.javaclient.analyzer.DADFile
Sets the password.
setPersistenceType(String) - Method in class samples.javaclient.analyzer.PersistenceConnection
Sets the PersistenceType attribute of the <PersistenceConnection>.
setPortNumber(String) - Method in class samples.javaclient.analyzer.AbstractConnection
Sets the PortNumber attribute of the connection.
setQuery(QueryClient) - Method in class samples.javaclient.analyzer.DimensionExplorer
Sets the active query for this Explorer.
setQuery(QueryClient) - Method in class samples.javaclient.analyzer.FavoritesExplorer
Sets the active query for this Explorer.
setQueryManager(QueryManager) - Method in class samples.javaclient.analyzer.NewPresentationWizard
Sets the QueryManager for this wizard.
setRootFolder(String) - Method in class samples.javaclient.analyzer.PersistenceConnection
Sets the RootFolder attribute of the <PersistenceConnection>.
setSID(String) - Method in class samples.javaclient.analyzer.AbstractConnection
Sets the SID attribute of the connection.
setStatusBarMessage(String) - Method in class samples.javaclient.analyzer.Analyzer
Sets the message that the status bar displays.
setTitle(String) - Method in class samples.javaclient.analyzer.Worksheet
Set the title for the Worksheet (e.g.
setUserName(String) - Method in class samples.javaclient.analyzer.DADFile
Sets the user name.
setValue(Object) - Method in class samples.javaclient.analyzer.SwingWorker
Set the value produced by worker thread
setViewType(int) - Method in class samples.javaclient.analyzer.NewPresentationWizard
Sets the type of view to create.
setVisible(boolean) - Method in class samples.javaclient.analyzer.Analyzer
Overrides the setVisible method from JComponent to allow the centering of the Analyzer before displaying it.
setWizardDialog(NewOrOpenWizard) - Method in class samples.javaclient.analyzer.NewOrOpenWizard.StartingPage
Stores the reference to the WizardDialog.
setWorksheet(Worksheet) - Method in class samples.javaclient.analyzer.AnalyzerDropTarget
Set the Worksheet for this DropTarget.
setWorksheet(Worksheet) - Method in class samples.javaclient.analyzer.AnalyzerMenuItem
Set the worksheet that is associated with this menu item
setWorksheet(Worksheet) - Method in class samples.javaclient.analyzer.DataviewDropTarget
 
showAboutDialog() - Method in class samples.javaclient.analyzer.Analyzer
Displays the About dialog.
showConnectDialog() - Method in class samples.javaclient.analyzer.Analyzer
Displays a connection dialog box that asks the user for connection information.
showConnectDialog(JFrame) - Method in class samples.javaclient.analyzer.AnalyzerConnection
Displays the connection dialog box, which asks the user for connection information.
showConnectionError(Exception) - Method in class samples.javaclient.analyzer.AnalyzerConnection
Displays error connection information.
showDisconnectDialog() - Method in class samples.javaclient.analyzer.Analyzer
Displays a confirmation dialog asking if the user wants to disconnect.
showDisconnectDialog(JFrame) - Method in class samples.javaclient.analyzer.AnalyzerConnection
Displays a confirmation dialog that asks if the user wants to disconnect.
showErrorMessage(String, Throwable) - Method in class samples.javaclient.analyzer.AnalyzerUtilities
Displays an error message dialog.
showExportDialog() - Method in class samples.javaclient.analyzer.AnalyzerUtilities
Displays the Export dialog.
showGraphFormatDialog() - Method in class samples.javaclient.analyzer.AnalyzerUtilities
Displays the Graph Format dialog.
showGraphTypeDialog() - Method in class samples.javaclient.analyzer.AnalyzerUtilities
Displays the Graph Type dialog.
showOpenDialog() - Method in class samples.javaclient.analyzer.AnalyzerUtilities
Displays the Open dialog.
showPrintDialog() - Method in class samples.javaclient.analyzer.AnalyzerUtilities
Displays the Print dialog.
showSaveAsDialog() - Method in class samples.javaclient.analyzer.AnalyzerUtilities
Displays the Save As dialog.
start() - Method in class samples.javaclient.analyzer.SwingWorker
Start the worker thread.

T

TILE_HORIZONTAL - Static variable in class samples.javaclient.analyzer.Analyzer
Tile Horizontal item on the Window menu: "Tile &Horizontal".
TILE_VERTICAL - Static variable in class samples.javaclient.analyzer.Analyzer
Tile Vertical item on the Window menu: "Tile &Vertical".
TITLE - Static variable in class samples.javaclient.analyzer.Analyzer
Application title: "BI Beans Sample - Ad Hoc Analysis Tool".
TITLE - Static variable in class samples.javaclient.analyzer.GraphFormatDialog
Text for the Title panel: "Title".
TITLE - Static variable in class samples.javaclient.analyzer.NewOrOpenWizard
Title for this dialog: "Create/Open Worksheet".
TOOLS - Static variable in class samples.javaclient.analyzer.Analyzer
Tools menu: "&Tools".
TOOLS_CB - Static variable in class samples.javaclient.analyzer.Analyzer
Insert Calculation item on the Tools menu: "Insert &Calculation...".
TOOLS_FORMATGRAPH - Static variable in class samples.javaclient.analyzer.Analyzer
Format Graph item on the Tools menu: "&Format Graph...".
TOOLS_GRAPHTYPE - Static variable in class samples.javaclient.analyzer.Analyzer
Graph Type item on the Tools menu: "&Graph Type...".
TOOLS_QB - Static variable in class samples.javaclient.analyzer.Analyzer
Edit Query item on the Tools menu: "Edit &Query...".
ToolbarFormatListener - class samples.javaclient.analyzer.ToolbarFormatListener.
The purpose of this listener is to help track when a worksheet is dirty.
ToolbarFormatListener(Analyzer) - Constructor for class samples.javaclient.analyzer.ToolbarFormatListener
Create a toolbar format listener.
thread - Variable in class samples.javaclient.analyzer.SwingWorker.ThreadVar
 
thread - Variable in class samples.javaclient.analyzer.SwingWorker
 
threadVar - Variable in class samples.javaclient.analyzer.SwingWorker
 
tileWorksheets(String) - Method in class samples.javaclient.analyzer.Analyzer
Tiles the windows horizontally or vertically in the desktop.
titlePanel - Variable in class samples.javaclient.analyzer.GraphFormatDialog
Title panel.
toString() - Method in class samples.javaclient.analyzer.CatalogTreeNode
Gets a String representation of this node.
treeCollapsed(TreeExpansionEvent) - Method in class samples.javaclient.analyzer.CatalogTreeModel
Null implementation for TreeExplansionListener interface.
treeExpanded(TreeExpansionEvent) - Method in class samples.javaclient.analyzer.CatalogTreeModel
Responds to tree expansion events.

U

UNTITLED - Static variable in class samples.javaclient.analyzer.Analyzer
The title of a new worksheet: "Untitled".
updateExplorer() - Method in class samples.javaclient.analyzer.DimensionExplorer
Updates the user interface for this Explorer.
updateListOfWorksheets() - Method in class samples.javaclient.analyzer.Analyzer
Updates the list of open windows in the Window menu.
updateMeasures(MDMeasure) - Method in class samples.javaclient.analyzer.AnalyzerUtilities
Adds a new custom measure to the list of measures for the active view.

V

VERSION - Static variable in class samples.javaclient.analyzer.Analyzer
Version of this sample application.
VIEW - Static variable in class samples.javaclient.analyzer.Analyzer
View menu: "&View".
VIEW_CROSSTAB - Static variable in class samples.javaclient.analyzer.Analyzer
View type: Crosstab.
VIEW_GRAPH - Static variable in class samples.javaclient.analyzer.Analyzer
View type: Graph.
validProperties - Variable in class samples.javaclient.analyzer.ToolbarFormatListener
 
value - Variable in class samples.javaclient.analyzer.SwingWorker
 
valueForPathChanged(TreePath, Object) - Method in class samples.javaclient.analyzer.CatalogTreeModel
Null implementation for TreeModel interface.

W

WHAT_TO_DO - Static variable in class samples.javaclient.analyzer.NewOrOpenWizard
Default text for choice: "Create a new worksheet".
WINDOW - Static variable in class samples.javaclient.analyzer.Analyzer
Window menu: "&Window".
WORKSHEET_EXPLORER - Static variable in class samples.javaclient.analyzer.Analyzer
The title of the Worksheet Explorer: "Worksheets".
Worksheet - class samples.javaclient.analyzer.Worksheet.
The Worksheet contains a dataview.
Worksheet(JFrame) - Constructor for class samples.javaclient.analyzer.Worksheet
 
wizardApplyState(WizardEvent) - Method in class samples.javaclient.analyzer.NewPresentationWizard
Null implementation for the WizardListener interface.
wizardCanceled(WizardEvent) - Method in class samples.javaclient.analyzer.NewPresentationWizard
Null implementation for the WizardListener interface.
wizardFinished(WizardEvent) - Method in class samples.javaclient.analyzer.NewPresentationWizard
Handles the case where the user clicks the Finish button.
wizardSelectionChanged(WizardEvent) - Method in class samples.javaclient.analyzer.NewPresentationWizard
Handles page changes.
writeToLocalFile(String, String) - Method in class samples.javaclient.analyzer.BIConfigReader
Writes both the config file and the Catalog DAD file.

X

X_AXIS - Static variable in class samples.javaclient.analyzer.GraphFormatDialog
Text for the X-axis panel: "X Axis".
x1Axis - Variable in class samples.javaclient.analyzer.GraphFormatDialog
Data axis panel for the horizontal axis on scatter and bubble graphs.

Y

Y1_AXIS - Static variable in class samples.javaclient.analyzer.GraphFormatDialog
Text for the Y1-Axis panel: "Y1 Axis".
Y2_AXIS - Static variable in class samples.javaclient.analyzer.GraphFormatDialog
Text for the Y2-Axis panel: "Y2 Axis".
y1Axis - Variable in class samples.javaclient.analyzer.GraphFormatDialog
Data axis panel for the left axis.
y2Axis - Variable in class samples.javaclient.analyzer.GraphFormatDialog
Data axis panel for the right axis.

_

_root - Variable in class samples.javaclient.analyzer.AbstractConnection
Root XML element.

A B C D E F G H I J K L M N O P R S T U V W X Y _