Serialized Form
|
Package samples.javaclient.analyzer |
m_autoconnect
boolean m_autoconnect
- Do we automatically connect to the database?
m_worksheet
Worksheet m_worksheet
- Active worksheet.
m_desktop
javax.swing.JDesktopPane m_desktop
- Desktop.
The desktop is the area where worksheets appear.
The desktop and the sidebar are contained in a splitter.
- See Also:
Analyzer.jbInit()
m_toolBar
oracle.dss.graph.gui.GraphToolBar m_toolBar
- Toolbar.
The toolbar is a GraphToolBar with some added tools.
- See Also:
Analyzer.jbInit(),
Analyzer.enableMenus()
m_statusText
javax.swing.JLabel m_statusText
- Text for the status bar.
m_statusBar
oracle.bali.ewt.statusBar.StatusBar m_statusBar
- The status bar.
m_sidebar
Sidebar m_sidebar
- The sidebar.
The sidebar is a JPanel for the Explorers.
The sidebar and the desktop are contained in a splitter.
- See Also:
Analyzer.jbInit(),
CatalogExplorer,
DimensionExplorer,
FavoritesExplorer
m_worksheetExplorer
CatalogExplorer m_worksheetExplorer
- The worksheet explorer, where users can select the active worksheet.
This explorer is contained in the sidebar.
- See Also:
Analyzer.jbInit()
m_favoritesExplorer
FavoritesExplorer m_favoritesExplorer
- The favorites explorer, where users can select saved selections and
drag them to a view.
- See Also:
Analyzer.jbInit()
m_dimensionExplorer
DimensionExplorer m_dimensionExplorer
- The dimension explorer, where users can select dimension members and
drag them to a view.
- See Also:
Analyzer.jbInit()
m_splitpane
javax.swing.JSplitPane m_splitpane
- Splitter that contains the sidebar and the desktop.
- See Also:
Analyzer.jbInit()
m_connection
AnalyzerConnection m_connection
- AnalyzerConnection, which encapsulates information about connections.
- See Also:
Analyzer.Analyzer(java.lang.String, java.lang.String),
Analyzer.jbInit(),
Analyzer.initializeUI(),
Analyzer.showConnectDialog(),
Analyzer.showDisconnectDialog(),
Analyzer.newPresentation(),
Analyzer.enableMenus(),
Analyzer.getConnection(),
Analyzer.exit()
m_util
AnalyzerUtilities m_util
- Analyzer utilities, which displays dialogs, runs the QueryBuilder and
the CalcBuilder, and handles errors.
m_menubar
javax.swing.JMenuBar m_menubar
- The menu bar.
m_mnuFile
javax.swing.JMenu m_mnuFile
- File menu.
- See Also:
Analyzer.jbInit()
m_mnuNew
javax.swing.JMenuItem m_mnuNew
- New item in File menu.
- See Also:
Analyzer.jbInit()
m_mnuOpen
javax.swing.JMenuItem m_mnuOpen
- Open item in File menu.
- See Also:
Analyzer.jbInit()
m_mnuSave
javax.swing.JMenuItem m_mnuSave
- Save item in File menu.
- See Also:
Analyzer.jbInit()
m_mnuSaveAs
javax.swing.JMenuItem m_mnuSaveAs
- Save As item in File menu.
- See Also:
Analyzer.jbInit()
m_mnuPrint
javax.swing.JMenuItem m_mnuPrint
- Print item in File menu.
- See Also:
Analyzer.jbInit()
m_mnuExport
javax.swing.JMenuItem m_mnuExport
- Export item in File menu.
- See Also:
Analyzer.jbInit()
m_mnuConnect
javax.swing.JMenuItem m_mnuConnect
- Connect item in File menu.
- See Also:
Analyzer.jbInit()
m_mnuDisconnect
javax.swing.JMenuItem m_mnuDisconnect
- Disconnect item in File menu.
- See Also:
Analyzer.jbInit()
m_mnuExit
javax.swing.JMenuItem m_mnuExit
- Exit item in File menu.
- See Also:
Analyzer.jbInit()
m_mnuTools
javax.swing.JMenu m_mnuTools
- Tools menu.
- See Also:
Analyzer.jbInit()
m_mnuQB
javax.swing.JMenuItem m_mnuQB
- Edit Query item on the Tools menu.
- See Also:
Analyzer.jbInit()
m_mnuCB
javax.swing.JMenuItem m_mnuCB
- Insert Calculation item on the Tools menu.
- See Also:
Analyzer.jbInit()
m_mnuGraphType
javax.swing.JMenuItem m_mnuGraphType
- Graph Type item on the Tools menu.
- See Also:
Analyzer.jbInit()
m_mnuFmtGraph
javax.swing.JMenuItem m_mnuFmtGraph
- Format Graph item on the Tools menu.
- See Also:
Analyzer.jbInit()
m_mnuWindow
javax.swing.JMenu m_mnuWindow
- Window menu.
- See Also:
Analyzer.jbInit()
m_mnuHorizontal
javax.swing.JMenuItem m_mnuHorizontal
- Tile Horizontal item on the Window menu.
- See Also:
Analyzer.jbInit()
m_mnuVertical
javax.swing.JMenuItem m_mnuVertical
- Tile Vertical item on the Window menu.
- See Also:
Analyzer.jbInit()
m_mnuView
javax.swing.JMenu m_mnuView
- View menu.
- See Also:
Analyzer.jbInit()
m_mnuGraph
javax.swing.JRadioButtonMenuItem m_mnuGraph
- Graph item on the View menu.
- See Also:
Analyzer.jbInit()
m_mnuCrosstab
javax.swing.JRadioButtonMenuItem m_mnuCrosstab
- Crosstab item on the View menu.
- See Also:
Analyzer.jbInit()
m_mnuHelp
javax.swing.JMenu m_mnuHelp
- Help menu.
- See Also:
Analyzer.jbInit()
m_aboutMenu
javax.swing.JMenuItem m_aboutMenu
- About item on the Help menu.
- See Also:
Analyzer.jbInit()
btnNew
javax.swing.JButton btnNew
- New button for toolbar.
- See Also:
Analyzer.jbInit()
btnOpen
javax.swing.JButton btnOpen
- Open button for toolbar.
- See Also:
Analyzer.jbInit()
btnEdit
javax.swing.JButton btnEdit
- Edit button for toolbar.
- See Also:
Analyzer.jbInit()
btnCB
javax.swing.JButton btnCB
- Calculation button for toolbar.
- See Also:
Analyzer.jbInit()
btnQB
javax.swing.JButton btnQB
- QueryBuilder button for toolbar.
- See Also:
Analyzer.jbInit()
btnPrint
javax.swing.JButton btnPrint
- Print button for toolbar.
- See Also:
Analyzer.jbInit()
btnSave
javax.swing.JButton btnSave
- Save button for toolbar.
- See Also:
Analyzer.jbInit()
btnGraph
javax.swing.JToggleButton btnGraph
- Graph button for toolbar.
- See Also:
Analyzer.jbInit()
btnCrosstab
javax.swing.JToggleButton btnCrosstab
- Crosstab button for toolbar.
- See Also:
Analyzer.jbInit()
m_toolbarFormatListener
ToolbarFormatListener m_toolbarFormatListener
- Listener for changes made to a view through the toolbar.
m_catalogListener
java.awt.event.MouseAdapter m_catalogListener
- Listener for mouse clicks in the Catalog Explorer.
m_viewMouseListener
java.awt.event.MouseAdapter m_viewMouseListener
- Listener for mouse clicks in views.
m_analyzer
Analyzer m_analyzer
- Application class.
m_dataview
oracle.dss.dataView.Dataview m_dataview
m_worksheet
Worksheet m_worksheet
m_analyzerTarget
int m_analyzerTarget
m_worksheet
Worksheet m_worksheet
m_notAvailableText
java.lang.String m_notAvailableText
- Text to display when there is no connection.
notAvail
oracle.bali.ewt.text.MultiLineLabel notAvail
- Label for m_notAvailableText.
This object makes it possible to set font attributes.
m_MDRoot
oracle.dss.metadataManager.common.MDRoot m_MDRoot
- Root folder.
m_metadataManager
oracle.dss.metadataManager.client.MetadataManager m_metadataManager
- The MetadataManager for this Explorer.
This is the application's MetadataManager.
m_basicAttributes
javax.naming.directory.BasicAttributes m_basicAttributes
- Attributes that specify the object type to look for to display in this Explorer.
m_tree
javax.swing.JTree m_tree
- Tree to display Catalog objects.
m_filter
oracle.dss.bicontext.BIFilter m_filter
- Filter that specifies the object types to display in this Explorer.
m_description
java.lang.String m_description
- Variable for instruction text.
Currently not used.
m_dragSource
java.awt.dnd.DragSource m_dragSource
- DragSource object for drag-and-drop support.
m_scrollpane
javax.swing.JScrollPane m_scrollpane
- Scroll pane to put the tree in.
m_explorerType
java.lang.String m_explorerType
- Type of this Explorer: "WORKSHEET" or "FAVORITES".
m_entry
oracle.dss.bicontext.BISearchResult m_entry
m_name
java.lang.String m_name
m_fullPathName
java.lang.String m_fullPathName
m_type
java.lang.String m_type
m_loaded
boolean m_loaded
m_children
int m_children
m_context
oracle.dss.bicontext.BIContext m_context
m_isRoot
boolean m_isRoot
m_indexes
int[] m_indexes
m_model
BITreeModel m_model
m_dataview
oracle.dss.dataView.Dataview m_dataview
m_worksheet
Worksheet m_worksheet
isExplorerVisible
boolean isExplorerVisible
- Is this Explorer visible?
m_dragSource
java.awt.dnd.DragSource m_dragSource
- DragSource object for drag-and-drop support.
m_query
oracle.dss.dataSource.client.QueryClient m_query
- The active query, which is modified when the user clicks Go or drags
members to a worksheet.
m_metadataManager
oracle.dss.metadataManager.client.MetadataManager m_metadataManager
- The MetadataManager for this Explorer.
This is the application's MetadataManager.
m_dimList
oracle.dss.datautil.gui.dimensionList.OLAPDimensionListPanel m_dimList
- The dimension list that this Explorer displays.
m_dimensionCombo
javax.swing.JComboBox m_dimensionCombo
- Drop-down list of dimensions whose members to display.
actions
javax.swing.JComboBox actions
- Drop-down list for what to do with the selected members.
Users can either add members to the current selection or
replace the current selection with the members.
m_notAvailableText
java.lang.String m_notAvailableText
- Text to display when no worksheets are open.
notAvail
oracle.bali.ewt.text.MultiLineLabel notAvail
- Label for m_notAvailableText.
This object makes it possible to set font attributes.
m_parentFrame
java.awt.Frame m_parentFrame
- The parent frame for this Explorer.
(The Analyzer class.)
m_applyButton
javax.swing.JButton m_applyButton
- Go button.
m_middlePanel
javax.swing.JPanel m_middlePanel
- Panel for the dimension list.
m_dimListConstraints
java.awt.GridBagConstraints m_dimListConstraints
- Layout constraintes for the dimension list.
m_dimensions
java.util.Vector m_dimensions
- Vector for
DimensionExplorer.DimensionInfo objects.
- See Also:
DimensionExplorer.addDimensions(oracle.dss.dataSource.client.QueryClient),
DimensionExplorer.removeDimensions(oracle.dss.dataSource.client.QueryClient)
m_query
oracle.dss.dataSource.client.QueryClient m_query
- The active query, which is modified when the user clicks Go or drags
a selection to a worksheet.
m_listener
java.awt.event.MouseAdapter m_listener
- Mouse listener for double-clicks in the tree.
actions
javax.swing.JComboBox actions
- Drop-down list for what to do with the selected members.
Users can add, keep, or remove saved selections, or
replace the current selection with the saved selection.
m_applyButton
javax.swing.JButton m_applyButton
- Go button.
m_graph
oracle.dss.graph.Graph m_graph
- The graph whose properties will be affected by the settings in this
dialog.
graphStylePanel
oracle.dss.graph.gui.GraphStylePanel graphStylePanel
- Graph Style panel.
Predefined, visually appealing graph styles panel.
plotArea
oracle.dss.graph.gui.PlotArea plotArea
- Plot area panel.
Sets background colors, marker colors, marker text, and so on.
titlePanel
oracle.dss.graph.gui.Title titlePanel
- Title panel. Sets title attributes.
x1Axis
oracle.dss.graph.gui.ValueAxis x1Axis
- Data axis panel for the horizontal axis on scatter and bubble graphs.
Sets scaling and axis titles.
y1Axis
oracle.dss.graph.gui.ValueAxis y1Axis
- Data axis panel for the left axis.
Sets scaling and axis titles.
y2Axis
oracle.dss.graph.gui.ValueAxis y2Axis
- Data axis panel for the right axis.
Sets scaling and axis titles.
groupAxis
oracle.dss.graph.gui.GroupAxis groupAxis
- Group axis panel for the horizontal axis on most graph types.
Sets label skipping, font attributes, and axis titles.
legend
oracle.dss.graph.gui.Legend legend
- Legend panel.
graphLayout
oracle.dss.graph.gui.GraphLayout graphLayout
- Layout panel.
pane
javax.swing.JTabbedPane pane
- Tabbed pane to hold the panels.
m_graph
oracle.dss.graph.Graph m_graph
- The graph whose type to change.
m_graphType
oracle.dss.graph.gui.GraphType m_graphType
- The graph type.
m_panelID
java.lang.String m_panelID
- ID for this panel.
m_title
java.lang.String m_title
- Title for this panel.
m_image
java.awt.Image m_image
- Image to display in this panel.
btnCrosstab
javax.swing.JToggleButton btnCrosstab
btnGraph
javax.swing.JToggleButton btnGraph
btnGroup
javax.swing.ButtonGroup btnGroup
m_newPrezWiz
NewPresentationWizard m_newPrezWiz
m_image
java.awt.Image m_image
m_selectedAction
java.lang.String m_selectedAction
- Action that the user selected. Default is "NEW".
m_graph
oracle.dss.graph.Graph m_graph
- Graph that is being created.
m_graphTypePanel
GraphTypeWizardPanel m_graphTypePanel
- GraphType panel, which is added to the wizard if the user is creating
a graph.
m_graphType
oracle.dss.graph.gui.GraphType m_graphType
- The GraphType user-interface panel that appears in m_graphTypePanel.
m_crosstab
oracle.dss.crosstab.Crosstab m_crosstab
- The crosstab that is being created.
m_queryManager
oracle.dss.dataSource.client.QueryManager m_queryManager
- The QueryManager for the application.
m_viewType
int m_viewType
- The type of view that is being created, either
NewPresentationWizard.CROSSTAB or NewPresentationWizard.GRAPH.
m_prezType
PresentationTypePanel m_prezType
- Presentation Type panel, which is added to the QueryBuilder.
This panel prompts a user to specify whether to create a table or
a crosstab.
m_isGraphTypeVisible
boolean m_isGraphTypeVisible
- Whether the GraphType panel is in the wizard.
btnCrosstab
javax.swing.JToggleButton btnCrosstab
- Button for choosing to create a crosstab.
btnGraph
javax.swing.JToggleButton btnGraph
- Button for choosing to create a graph.
btnGroup
javax.swing.ButtonGroup btnGroup
- Group for btnGraph and btnCrosstab, so only one can be selected at a time.
m_newPrezWiz
NewPresentationWizard m_newPrezWiz
- Wizard that this panel is added to.
m_image
java.awt.Image m_image
- Image to display in this panel.
m_explorerTab
javax.swing.JTabbedPane m_explorerTab
m_pagePanel
javax.swing.JPanel m_pagePanel
m_dv
oracle.dss.dataView.Dataview m_dv
m_path
java.lang.String m_path
m_parentFrame
Analyzer m_parentFrame
m_title
java.lang.String m_title
m_isDirty
boolean m_isDirty
m_listeners
java.util.Vector m_listeners
m_dropTargets
java.util.Vector m_dropTargets
m_frameListener
javax.swing.event.InternalFrameAdapter m_frameListener
m_graph
oracle.dss.graph.Graph m_graph
m_crosstab
oracle.dss.crosstab.Crosstab m_crosstab