|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.awt.Component
|
+--java.awt.Container
|
+--javax.swing.JComponent
|
+--javax.swing.JPanel
|
+--oracle.dss.util.dimensionList.DimensionListPanel
|
+--oracle.dss.datautil.gui.dimensionList.OLAPDimensionListPanel
A panel that contains a dimension list, a count label and a toolbar that are all visible by default. This panel is used by DimensionListDialog, QueryBuilder, and CalcBuilder.
| Inner classes inherited from class javax.swing.JComponent |
javax.swing.JComponent.AccessibleJComponent |
| Fields inherited from class javax.swing.JComponent |
TOOL_TIP_TEXT_KEY, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
| Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
OLAPDimensionListPanel(java.awt.Dialog parent, QueryAccessDimensionModel qadm)Constructor that specifies all arguments, including the dialog to serve as the parent of any subdialogs of the OLAPDimensionListPanel. | |
OLAPDimensionListPanel(java.awt.Frame parent, QueryAccessDimensionModel qadm)Constructor that specifies all arguments, including the frame to serve as the parent of any subdialogs of the OLAPDimensionListPanel. | |
OLAPDimensionListPanel(QueryAccessDimensionModel qadm)Deprecated. As of 2.6.0.21, replaced by OLAPDimensionListPanel(Dialog, QueryAccessDimensionModel) or by OLAPDimensionListPanel(Frame, QueryAccessDimensionModel). | |
| Method Summary | |
java.lang.String |
getDimensionName()Retrieves the name of the dimension that you want to display. |
MemberStep |
getSelectedMemberStep()Retrieves a MemberStep object that contains the dimension members that are currently selected in the dimension list. |
void |
setDescription(java.lang.String strDescription)Specifies the description for this dimension list. |
void |
setDimensionName(java.lang.String dimName)Specifies the name of the dimension that you want to display. |
void |
setHelpProvider(oracle.bali.ewt.help.HelpProvider helpProvider)Specifies the HelpProvider. |
void |
setLabelType(java.lang.String type)Specifies the type of label to display for the dimension members. |
void |
setLocale(java.util.Locale locale)Specifies the locale for this component. |
| Methods inherited from class javax.swing.JPanel |
getAccessibleContext, getUIClassID, updateUI |
| Methods inherited from class javax.swing.JComponent |
addAncestorListener, addNotify, addPropertyChangeListener, addVetoableChangeListener, computeVisibleRect, contains, createToolTip, disable, enable, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getActionForKeyStroke, getActionMap, getAlignmentX, getAlignmentY, getAutoscrolls, getBorder, getBounds, getClientProperty, getConditionForKeyStroke, getDebugGraphicsOptions, getGraphics, getHeight, getInputMap, getInputMap, getInputVerifier, getInsets, getInsets, getListeners, getLocation, getMaximumSize, getMinimumSize, getNextFocusableComponent, getRegisteredKeyStrokes, getRootPane, getSize, getToolTipLocation, getToolTipText, getToolTipText, getTopLevelAncestor, getVerifyInputWhenFocusTarget, getVisibleRect, getWidth, getX, getY, grabFocus, hasFocus, hide, isDoubleBuffered, isFocusCycleRoot, isFocusTraversable, isLightweightComponent, isManagingFocus, isMaximumSizeSet, isMinimumSizeSet, isOpaque, isOptimizedDrawingEnabled, isPaintingTile, isPreferredSizeSet, isRequestFocusEnabled, isValidateRoot, paint, paintImmediately, paintImmediately, print, printAll, putClientProperty, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, removeNotify, removePropertyChangeListener, removeVetoableChangeListener, repaint, repaint, requestDefaultFocus, requestFocus, resetKeyboardActions, reshape, revalidate, scrollRectToVisible, setActionMap, setAlignmentX, setAlignmentY, setAutoscrolls, setBackground, setBorder, setDebugGraphicsOptions, setDoubleBuffered, setEnabled, setFont, setForeground, setInputMap, setInputVerifier, setMaximumSize, setMinimumSize, setNextFocusableComponent, setOpaque, setPreferredSize, setRequestFocusEnabled, setToolTipText, setVerifyInputWhenFocusTarget, setVisible, unregisterKeyboardAction, update |
| Methods inherited from class java.awt.Container |
add, add, add, add, add, addContainerListener, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getLayout, insets, invalidate, isAncestorOf, layout, list, list, locate, minimumSize, paintComponents, preferredSize, printComponents, remove, remove, removeAll, removeContainerListener, setLayout, validate |
| Methods inherited from class java.awt.Component |
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, bounds, checkImage, checkImage, contains, createImage, createImage, dispatchEvent, enable, enableInputMethods, getBackground, getBounds, getColorModel, getComponentOrientation, getCursor, getDropTarget, getFont, getFontMetrics, getForeground, getGraphicsConfiguration, getInputContext, getInputMethodRequests, getLocation, getLocationOnScreen, getName, getParent, getPeer, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, imageUpdate, inside, isDisplayable, isEnabled, isLightweight, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, repaint, repaint, repaint, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setLocation, setLocation, setName, setSize, setSize, show, show, size, toString, transferFocus |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.awt.event.ActionListener |
actionPerformed |
| Methods inherited from interface javax.swing.event.ListSelectionListener |
valueChanged |
| Methods inherited from interface javax.swing.event.ListDataListener |
contentsChanged, intervalAdded, intervalRemoved |
| Methods inherited from interface oracle.dss.util.dimensionList.DimFindEventListener |
processDimFindEvent |
| Constructor Detail |
public OLAPDimensionListPanel(QueryAccessDimensionModel qadm)
OLAPDimensionListPanel(Dialog, QueryAccessDimensionModel) or by OLAPDimensionListPanel(Frame, QueryAccessDimensionModel).OLAPDimensionListPanel should have a parent dialog or frame associated with it to ensure proper focus handling.qadm - The data model for this OLAPDimensionListPanel.public OLAPDimensionListPanel(java.awt.Frame parent, QueryAccessDimensionModel qadm)
OLAPDimensionListPanel.parent - The frame to serve as the parent.qadm - The data model for this OLAPDimensionListPanel.public OLAPDimensionListPanel(java.awt.Dialog parent, QueryAccessDimensionModel qadm)
OLAPDimensionListPanel.parent - The dialog to serve as the parent.qadm - The data model for this OLAPDimensionListPanel.| Method Detail |
public void setDimensionName(java.lang.String dimName)
DimensionListPanelsetDimensionName in class DimensionListPaneloracle.dss.util.dimensionList.DimensionListPaneldimName - The name of the dimension that you want to display.public java.lang.String getDimensionName()
DimensionListPanelgetDimensionName in class DimensionListPaneloracle.dss.util.dimensionList.DimensionListPaneldimName - The name of the dimension that you want to display.public void setDescription(java.lang.String strDescription)
strDescription - The description.public void setLabelType(java.lang.String type)
setLabelType in class DimensionListPaneltype - The constant that represents the type of labels that you want to display for the dimension members.MetadataMap.METADATA_LONGLABEL, MetadataMap.METADATA_MEDIUMLABEL, MetadataMap.METADATA_SHORTLABELpublic MemberStep getSelectedMemberStep()
MemberStep object that contains the dimension members that are currently selected in the dimension list.MemberStep object that contains the dimension members that are currently selected.public void setLocale(java.util.Locale locale)
DimensionListPanelsetLocale in class DimensionListPaneloracle.dss.util.dimensionList.DimensionListPanellocale - The locale.public void setHelpProvider(oracle.bali.ewt.help.HelpProvider helpProvider)
DimensionListPanelsetHelpProvider in class DimensionListPaneloracle.dss.util.dimensionList.DimensionListPanelhelpProvider - The HelpProvider.
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||