|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.awt.Component java.awt.Container javax.swing.JComponent javax.swing.JPanel oracle.jbo.uicli.controls.JUStatusBar
JUStatusBar
Implements the JUStatusBar control to display the status of a rowset.
When a dataItemName is specified, it tracks the status of the rowset to which it is bound; otherwise, it tracks the status of the data bound control (Rowset) which currently has the focus.
The JUStatusBar has six indicators:
The default display state for each indicator is:
Nested Class Summary | |
class |
JUStatusBar.StatusBarLabelControl
|
class |
JUStatusBar.StatusBarProgressControl
A derivative of JProgressBar that listens to three DataItems. |
Nested classes inherited from class javax.swing.JPanel |
javax.swing.JPanel.AccessibleJPanel |
Nested classes inherited from class javax.swing.JComponent |
javax.swing.JComponent.AccessibleJComponent |
Nested classes inherited from class java.awt.Container |
java.awt.Container.AccessibleAWTContainer |
Nested classes inherited from class java.awt.Component |
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy |
Field Summary |
Fields inherited from class javax.swing.JComponent |
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, 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 | |
JUStatusBar()
Create a new StatusBar. |
Method Summary | |
protected void |
_updateIndicators()
|
protected void |
_updateIndicatorValues()
|
static JUIteratorBinding |
createPanelBinding(JUPanelBinding formBinding,
JUStatusBar control)
|
static JUIteratorBinding |
createViewBinding(JUPanelBinding formBinding,
java.lang.String voInstanceName,
java.lang.String voRSIName,
java.lang.String voRSIBindingName)
|
void |
displayStatus(DCIteratorBinding iterBinding,
java.lang.String msgId,
java.lang.Object[] params)
This event is sent out by the framework to display a message in oracle.jbo.uicli.UIMessageBundle of the given msgId with the given set of parameters. |
void |
displayStatus(java.lang.String msg)
Applications can invoke to display any custom messages in the status bar(s). |
void |
focusGained(DCIteratorBinding iterBinding,
DCControlBinding binding,
int attrIndex)
This event is sent out by a DCCtrlBinding when the associated control comes into focus. |
java.lang.String |
getCurrentRowFormatString()
Returns the format string for formatting the CurrentRow status label. |
Formatter |
getCurrentRowFormatter()
Returns the formatter for formatting the CurrentRow status label. |
java.awt.Font |
getFont()
StatusBar override. |
boolean |
getHasCurrentRow()
Indicates whether the Current Row indicator is shown. |
boolean |
getHasMessageArea()
Reports whether the Message Area is shown. |
boolean |
getHasModeIcon()
Reports whether the Message Area is shown. |
boolean |
getHasModifiedFlag()
Reports whether the modified flag is shown. |
boolean |
getHasPercentDone()
Indicates whether the Percent Done indicator is shown. |
boolean |
getHasRowCount()
Indicates whether the Row Count indicator is shown. |
javax.swing.border.Border |
getIndicatorBorderStyle()
Returns the border sytle used by the status bar's indicators. |
java.awt.LayoutManager |
getLayout()
Returns the LayoutManger used by the StatusBar. |
java.awt.Dimension |
getMaximumSize()
StatusBar override. |
java.lang.String |
getMessageAreaFormatString()
Returns the format string for formatting the MessageArea status label. |
Formatter |
getMessageAreaFormatter()
Returns the formatter for formatting the MessageArea status label. |
java.awt.Dimension |
getMinimumSize()
StatusBar override. |
DCIteratorBinding |
getModel()
|
static JUIteratorBinding |
getModelInstance(JUPanelBinding formBinding,
JUStatusBar control)
|
static JUIteratorBinding |
getModelInstance(JUPanelBinding formBinding,
java.lang.String voInstanceName,
java.lang.String voRSIName,
java.lang.String voRSIBindingName)
|
java.lang.String |
getModifiedFlagFormatString()
Returns the format string for formatting the ModifiedFlag status label. |
Formatter |
getModifiedFlagFormatter()
Returns the formatter for formatting the ModifiedFlag status label. |
java.lang.String |
getPercentDoneFormatString()
Returns the format string for formatting the PercentDone status label. |
Formatter |
getPercentDoneFormatter()
Returns the formatter for formatting the PercentDone status label. |
java.awt.Dimension |
getPreferredSize()
StatusBar override. |
java.awt.Dimension |
getProgressBarSize()
Returns the progress indicator's size. |
java.lang.String |
getRowCountFormatString()
Returns the format string for formatting the RowCount status label. |
Formatter |
getRowCountFormatter()
Returns the formatter for formatting the RowCount status label. |
java.lang.String |
getStatusMessageText()
|
void |
navigated(NavigationEvent event)
Invoked when the current-row designation changes. |
void |
rangeRefreshed(RangeRefreshEvent event)
Invoked when the range changes. |
void |
rangeScrolled(ScrollEvent event)
Invoked when the range is scrolled. |
void |
release()
Framework calls this method when it needs to indicate that the connection to BC4J is being released. |
void |
rowDeleted(DeleteEvent event)
Invoked when a row has been deleted. |
void |
rowInserted(InsertEvent event)
Invoked when a row has been inserted. |
void |
rowUpdated(UpdateEvent event)
Invoked when an attribute of the row has been changed. |
void |
setBackground(java.awt.Color c)
StatusBar override. |
void |
setCurrentRowFormatString(java.lang.String currentRowFormatString)
Sets the format string for formatting the CurrentRow status label. |
void |
setCurrentRowFormatter(Formatter currentRowFormatter)
Sets the formatter for formatting the CurrentRow status label. |
void |
setDataModeIcon(javax.swing.Icon icon)
StatusBar override. |
void |
setFindModeIcon(javax.swing.Icon icon)
StatusBar override. |
void |
setFont(java.awt.Font nuFont)
StatusBar override. |
void |
setForeground(java.awt.Color c)
StatusBar override. |
void |
setHasCurrentRow(boolean showIt)
Determines whether the current row indicator is visible. |
void |
setHasMessageArea(boolean showIt)
Determines whether the message are is visible. |
void |
setHasModeIcon(boolean showIt)
Determines whether the message are is visible. |
void |
setHasModifiedFlag(boolean showIt)
Determines whether the modified flag is visible. |
void |
setHasPercentDone(boolean showIt)
Determines whether the percent done indicator is visible. |
void |
setHasRowCount(boolean showIt)
Determines whether the row count indicator is visible. |
void |
setIndicatorBorderStyle(javax.swing.border.Border indicatorBorderStyle)
Sets the border sytle for the status bar's indicators. |
void |
setLayout(java.awt.LayoutManager l)
An override of the setLayout() inherited from java.awt.Container.
|
void |
setMaximumSize(java.awt.Dimension dim)
|
void |
setMessageAreaFormatString(java.lang.String messageAreaFormatString)
Sets the format string for formatting the MessageArea status label. |
void |
setMessageAreaFormatter(Formatter messageAreaFormatter)
Sets the formatter for formatting the MessageArea status label. |
void |
setMinimumSize(java.awt.Dimension dim)
|
void |
setModel(DCIteratorBinding bind)
|
void |
setModel(JUIteratorBinding bind)
|
void |
setModifiedFlagFormatString(java.lang.String modifiedFlagFormatString)
Sets the format string for formatting the ModifiedFlag status label. |
void |
setModifiedFlagFormatter(Formatter modifiedFlagFormatter)
Sets the formatter for formatting the ModifiedFlag status label. |
void |
setPercentDoneFormatString(java.lang.String percentDoneFormatString)
Sets the format string for formatting the PercentDone status label. |
void |
setPercentDoneFormatter(Formatter percentDoneFormatter)
Sets the formatter for formatting the PercentDone status label. |
void |
setPreferredSize(java.awt.Dimension dim)
|
void |
setProgressBarSize(java.awt.Dimension progressBarSize)
Sets the progress indicator's size. |
void |
setRowCountFormatString(java.lang.String rowCountFormatString)
Sets the format string for formatting the RowCount status label. |
void |
setRowCountFormatter(Formatter rowCountFormatter)
Sets the formatter for formatting the RowCount status label. |
void |
transactionStateChanged(boolean state)
Invoked when the transaction is either marked dirty or clean. |
Methods inherited from class javax.swing.JPanel |
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
Methods inherited from class javax.swing.JComponent |
addAncestorListener, addNotify, addPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, computeVisibleRect, contains, createToolTip, disable, enable, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, getActionForKeyStroke, getActionMap, getAlignmentX, getAlignmentY, getAncestorListeners, getAutoscrolls, getBorder, getBounds, getClientProperty, getComponentGraphics, getConditionForKeyStroke, getDebugGraphicsOptions, getDefaultLocale, getGraphics, getHeight, getInputMap, getInputMap, getInputVerifier, getInsets, getInsets, getListeners, getLocation, getNextFocusableComponent, getPropertyChangeListeners, getPropertyChangeListeners, getRegisteredKeyStrokes, getRootPane, getSize, getToolTipLocation, getToolTipText, getToolTipText, getTopLevelAncestor, getTransferHandler, getVerifyInputWhenFocusTarget, getVetoableChangeListeners, getVisibleRect, getWidth, getX, getY, grabFocus, isDoubleBuffered, isLightweightComponent, isManagingFocus, isMaximumSizeSet, isMinimumSizeSet, isOpaque, isOptimizedDrawingEnabled, isPaintingTile, isPreferredSizeSet, isRequestFocusEnabled, isValidateRoot, paint, paintBorder, paintChildren, paintComponent, paintImmediately, paintImmediately, print, printAll, printBorder, printChildren, printComponent, processComponentKeyEvent, processKeyBinding, processKeyEvent, processMouseMotionEvent, putClientProperty, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, removeNotify, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, repaint, repaint, requestDefaultFocus, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resetKeyboardActions, reshape, revalidate, scrollRectToVisible, setActionMap, setAlignmentX, setAlignmentY, setAutoscrolls, setBorder, setDebugGraphicsOptions, setDefaultLocale, setDoubleBuffered, setEnabled, setInputMap, setInputVerifier, setNextFocusableComponent, setOpaque, setRequestFocusEnabled, setToolTipText, setTransferHandler, setUI, setVerifyInputWhenFocusTarget, setVisible, unregisterKeyboardAction, update |
Methods inherited from class java.awt.Container |
add, add, add, add, add, addContainerListener, addImpl, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, printComponents, processContainerEvent, processEvent, remove, remove, removeAll, removeContainerListener, setFocusCycleRoot, setFocusTraversalKeys, setFocusTraversalPolicy, transferFocusBackward, transferFocusDownCycle, validate, validateTree |
Methods inherited from class java.awt.Component |
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, createImage, createImage, createVolatileImage, createVolatileImage, disableEvents, dispatchEvent, enable, enableEvents, enableInputMethods, getBackground, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFontMetrics, getForeground, getGraphicsConfiguration, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMouseWheelListeners, getName, getParent, getPeer, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processMouseEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, repaint, repaint, repaint, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, show, show, size, toString, transferFocus, transferFocusUpCycle |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public JUStatusBar()
Method Detail |
public static JUIteratorBinding createViewBinding(JUPanelBinding formBinding, java.lang.String voInstanceName, java.lang.String voRSIName, java.lang.String voRSIBindingName)
public static JUIteratorBinding getModelInstance(JUPanelBinding formBinding, java.lang.String voInstanceName, java.lang.String voRSIName, java.lang.String voRSIBindingName)
public static JUIteratorBinding createPanelBinding(JUPanelBinding formBinding, JUStatusBar control)
public static JUIteratorBinding getModelInstance(JUPanelBinding formBinding, JUStatusBar control)
public DCIteratorBinding getModel()
public void setModel(JUIteratorBinding bind)
public void setModel(DCIteratorBinding bind)
public java.awt.LayoutManager getLayout()
The StatusBar only uses a GridBag layout manager defined in its constructor.
public void setLayout(java.awt.LayoutManager l)
l
- A LayoutManger that will be ignored by the StatusBar.public void setProgressBarSize(java.awt.Dimension progressBarSize)
progressBarSize
- The desired size of the progress indicator.getProgressBarSize()
public java.awt.Dimension getProgressBarSize()
setProgressBarSize(Dimension progressBarSize)
public void setIndicatorBorderStyle(javax.swing.border.Border indicatorBorderStyle)
indicatorBorderStyle
- The border sytle for the status bar's
indicators.getIndicatorBorderStyle()
public javax.swing.border.Border getIndicatorBorderStyle()
setIndicatorBorderStyle(Border indicatorBorderStyle)
public void setFont(java.awt.Font nuFont)
Sets the font for the status bar and all contained components.
nuFont
- The font to use for the status bar and all contained
componentsgetFont()
public java.awt.Font getFont()
Returns the font for the status bar and all contained conponents.
getFont
in interface java.awt.MenuContainer
setFont(Font nuFont)
public void setDataModeIcon(javax.swing.Icon icon)
icon
- The icon to use to display Data mode statuspublic void setFindModeIcon(javax.swing.Icon icon)
icon
- The icon to use to display Find mode statuspublic void setForeground(java.awt.Color c)
c
- The foreground color for the StatusBar.public void setBackground(java.awt.Color c)
c
- The background color for the StatusBar.public java.awt.Dimension getMaximumSize()
public void setMaximumSize(java.awt.Dimension dim)
public java.awt.Dimension getMinimumSize()
public void setMinimumSize(java.awt.Dimension dim)
public java.awt.Dimension getPreferredSize()
public void setPreferredSize(java.awt.Dimension dim)
public void setCurrentRowFormatter(Formatter currentRowFormatter)
currentRowFormatter
- Formatter for formatting the CurrentRow
status label.getCurrentRowFormatter()
public Formatter getCurrentRowFormatter()
setCurrentRowFormatter(Formatter currentRowFormatter)
public void setRowCountFormatter(Formatter rowCountFormatter)
rowCountFormatter
- Formatter for formatting the RowCount
status label.getRowCountFormatter()
public Formatter getRowCountFormatter()
setRowCountFormatter(Formatter RowCountFormatter)
public void setModifiedFlagFormatter(Formatter modifiedFlagFormatter)
modifiedFlagFormatter
- Formatter for formatting the ModifiedFlag
status label.getModifiedFlagFormatter()
public Formatter getModifiedFlagFormatter()
setModifiedFlagFormatter(Formatter ModifiedFlagFormatter)
public void setMessageAreaFormatter(Formatter messageAreaFormatter)
messageAreaFormatter
- Formatter for formatting the MessageArea
status label.getMessageAreaFormatter()
public Formatter getMessageAreaFormatter()
setMessageAreaFormatter(Formatter messageAreaFormatter)
public void setPercentDoneFormatter(Formatter percentDoneFormatter)
percentDoneFormatter
- Formatter for formatting the PercentDone
status label.getPercentDoneFormatter()
public Formatter getPercentDoneFormatter()
setPercentDoneFormatter(Formatter percentDoneFormatter)
public void setCurrentRowFormatString(java.lang.String currentRowFormatString)
currentRowFormatString
- Format string for formatting the
CurrentRow status label.getCurrentRowFormatString()
public java.lang.String getCurrentRowFormatString()
setCurrentRowFormatString(String currentRowFormatString)
public void setRowCountFormatString(java.lang.String rowCountFormatString)
rowCountFormatString
- Format string for formatting the RowCount
status label.getRowCountFormatString()
public java.lang.String getRowCountFormatString()
setRowCountFormatString(String RowCountFormatString)
public void setModifiedFlagFormatString(java.lang.String modifiedFlagFormatString)
modifiedFlagFormatString
- Format string for formatting the
ModifiedFlag status label.getModifiedFlagFormatString()
public java.lang.String getModifiedFlagFormatString()
setModifiedFlagFormatString(String ModifiedFlagFormatString)
public void setMessageAreaFormatString(java.lang.String messageAreaFormatString)
messageAreaFormatString
- Format string for formatting the
MessageArea status label.getMessageAreaFormatString()
public java.lang.String getMessageAreaFormatString()
setMessageAreaFormatString(String messageAreaFormatString)
public void setPercentDoneFormatString(java.lang.String percentDoneFormatString)
percentDoneFormatString
- Format string for formatting the
PercentDone status label.getPercentDoneFormatString()
public java.lang.String getPercentDoneFormatString()
setPercentDoneFormatString(String percentDoneFormatString)
public boolean getHasModifiedFlag()
A status reporting method that informs the caller whether or not the message area of the StatusBar is displayed.
setHasModifiedFlag(boolean showIt)
public void setHasModifiedFlag(boolean showIt)
Allows the caller to show or hide the message area in the StatusBar.
showIt
- If TRUE, then the modified flag will be shown.getHasModifiedFlag()
public boolean getHasMessageArea()
A status reporting method that informs the caller whether or not the message area of the StatusBar is displayed.
setHasMessageArea(boolean showIt)
public void setHasMessageArea(boolean showIt)
Allows the caller to show or hide the message area in the StatusBar.
showIt
- If TRUE, then the message area will be shown.getHasMessageArea()
public boolean getHasCurrentRow()
A status reporting method that informs the caller whether or not the Current Row indicator on the StatusBar is displayed.
setHasCurrentRow(boolean showIt)
public void setHasCurrentRow(boolean showIt)
Allows the caller to show or hide the current row indicator in the StatusBar.
showIt
- if TRUE, then the current row indicator is showngetHasCurrentRow()
public boolean getHasRowCount()
A status reporting method that informs the caller whether or not the Row Count indicator on the StatusBar is displayed.
setHasRowCount(boolean showIt)
public void setHasRowCount(boolean showIt)
Allows the caller to show or hide the row count indicator in the StatusBar.
showIt
- if TRUE, then the row count indicator is showngetHasRowCount()
public boolean getHasPercentDone()
A status reporting method that informs the caller whether or not the Percent Done indicator on the StatusBar is displayed.
setHasPercentDone(boolean showIt)
public void setHasPercentDone(boolean showIt)
Allows the caller to show or hide the percent done indicator in the StatusBar.
showIt
- if TRUE, then the percent done indicator is shown.getHasPercentDone()
public boolean getHasModeIcon()
A status reporting method that informs the caller whether or not the message area of the StatusBar is displayed.
setHasModeIcon(boolean showIt)
public void setHasModeIcon(boolean showIt)
Allows the caller to show or hide the message area in the StatusBar.
showIt
- If TRUE, then the message area will be shown.getHasModeIcon()
public void transactionStateChanged(boolean state)
DCTransactionStateListener
transactionStateChanged
in interface DCTransactionStateListener
state
- Indicates if the transaction was marked clean (true) or dirty (false).
Controls like NavigationBar then disables/enables the Save button to indicate
there are changes that need to be saved/committed to the database.public void focusGained(DCIteratorBinding iterBinding, DCControlBinding binding, int attrIndex)
DCStatusBarInterface
focusGained
in interface DCStatusBarInterface
iterBinding
- The Iterator that the control-binding is working with.binding
- Identifies which control is coming into focus.attrIndex
- Index of the attribute in the DCCtrlBinding that is current/in focus.
The value for this index could be -1 if a composite control that is working with a ViewObject
or RowIterator comes in focus (like a JTree/JTable/DCNavigationBar).public java.lang.String getStatusMessageText()
public void displayStatus(DCIteratorBinding iterBinding, java.lang.String msgId, java.lang.Object[] params)
DCStatusBarInterface
displayStatus
in interface DCStatusBarInterface
iterBinding
- Current IteratorBinding object for the control that sends this message.msgId
- String ID of a message from UIMessageBundle to display.params
- Parameters that the message needs to format an appropriate display.public void displayStatus(java.lang.String msg)
DCStatusBarInterface
displayStatus
in interface DCStatusBarInterface
public void navigated(NavigationEvent event)
RowSetListener
navigated
in interface RowSetListener
event
- a description of the new and previous current rows.public void rangeRefreshed(RangeRefreshEvent event)
RowSetListener
rangeRefreshed
in interface RowSetListener
event
- a description of the new ranges.public void rangeScrolled(ScrollEvent event)
RowSetListener
rangeScrolled
in interface RowSetListener
event
- a description of the new range.public void rowDeleted(DeleteEvent event)
RowSetListener
rowDeleted
in interface RowSetListener
event
- a description of the deleted Row object.public void rowInserted(InsertEvent event)
RowSetListener
rowInserted
in interface RowSetListener
event
- a description of the new Row object.public void rowUpdated(UpdateEvent event)
RowSetListener
rowUpdated
in interface RowSetListener
event
- a description of the modified Row object.protected void _updateIndicators()
protected void _updateIndicatorValues()
public void release()
DCStatusBarInterface
release
in interface DCStatusBarInterface
|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.