|
Oracle Data-aware Controls Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JToolBar
oracle.dacf.control.swing.NavigationBar
Data aware toolbar. Can be bound to a ScrollableRowsetAccess dataitem and can be used to:
import javax.infobus.*; NavigationBar navbar = ... navbar.setDataItemName(...); ScrollableRowsetAccess rsAccess = (ScrollableRowsetAccess)navbar.getDataItem(); rsAccess.absolute(1); // position the cursor at first row rsAccess.newRow(); // insert a new row ...
#setHasNavigationButtons()
,
#setHasInsertButton()
,
#setHasDeleteButton()
,
#setHasTransactionButtons()
,
Serialized FormNested Class Summary |
Nested classes inherited from class javax.swing.JToolBar |
javax.swing.JToolBar.AccessibleJToolBar, javax.swing.JToolBar.Separator |
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 | |
protected javax.swing.JDialog |
_findDialog
|
static int |
BUTTON_COMMIT
|
static int |
BUTTON_DELETE
|
static int |
BUTTON_DISABLED
|
static int |
BUTTON_FIND
|
static int |
BUTTON_FIRST
|
static int |
BUTTON_INSERT
|
static int |
BUTTON_LAST
|
static int |
BUTTON_NEXT
|
static int |
BUTTON_NORMAL
|
static int |
BUTTON_PRESSED
|
static int |
BUTTON_PREV
|
static int |
BUTTON_ROLLBACK
|
static int |
BUTTON_ROLLOVER
|
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 oracle.dacf.control.Control |
DEFAULT_INFOBUS_NAME, EVENT_PROPERTY_ROW, EVENT_PROPERTY_ROW_CHANGE, EVENT_PROPERTY_ROW_COUNT, EVENT_PROPERTY_VIEW_CHANGE, EVENT_PROPERTY_VIEW_REFRESHED, EVENT_PROPERTY_VIEW_SCROLLED, EXCLUDE, HIDE, SHOW |
Fields inherited from interface javax.swing.SwingConstants |
BOTTOM, CENTER, EAST, HORIZONTAL, LEADING, LEFT, NEXT, NORTH, NORTH_EAST, NORTH_WEST, PREVIOUS, RIGHT, SOUTH, SOUTH_EAST, SOUTH_WEST, TOP, TRAILING, VERTICAL, WEST |
Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
NavigationBar()
Creates a default instance |
Method Summary | |
protected java.awt.Point |
_computeFindDialogLocation(java.awt.Dimension screenSize,
java.awt.Dimension dlgSize)
override this method to change the find dialog location |
protected java.awt.Dimension |
_computeFindDialogSize(java.awt.Dimension screenSize)
override this method to change the size of the find dialog |
protected void |
_createFindPanel()
|
protected javax.swing.JDialog |
_createFindPanelDialog()
Create the find dialog which the NavigationBar uses. |
protected void |
_displayFindDialog()
Display find dialog. |
protected void |
_escKeyPressed()
|
protected void |
_invokeApplyEdits(Control focusedControl,
boolean bFlag)
|
protected void |
_updateButtonStates()
|
protected void |
_updateButtonStatesLater()
|
void |
actionPerformed(java.awt.event.ActionEvent event)
This method is an implementation side effect |
void |
addNavigatedListener(NavigatedListener listener)
Adds a navigated listener to this control. |
void |
addNavigatingListener(NavigatingListener listener)
Adds a navigating listener to this control. |
void |
addVetoableNavigationBarButtonClickListener(NavigationBarButtonClickListener l)
|
void |
currencyChanged(CurrencyChangedEvent e)
This method is called by the NavigationManager after is has determined the new current control and keyboard focus has been moved to that control. |
void |
dataItemAdded(javax.infobus.DataItemAddedEvent event)
Indicates that a new item was added to the bound aggregate data item (e.g. |
void |
dataItemChanged(java.lang.Object oldDataItem,
java.lang.Object newDataItem)
notification that the dataitem changed |
void |
dataItemDeleted(javax.infobus.DataItemDeletedEvent event)
Indicates that an item was deleted from the bound aggregate data item (e. |
void |
dataItemRevoked(javax.infobus.DataItemRevokedEvent event)
Indicates that the bound data item (and its sub-items, if any) has been revoked, and is temporarily unavailable. |
void |
dataItemValueChanged(javax.infobus.DataItemValueChangedEvent event)
Indicates a changed value in the bound data item. |
void |
doClick(int index)
This method allows a menu (for example) to use the navigation bar's navigation logic. |
java.awt.Cursor |
getBusyCursor()
get the cursor currently used to indicated busy status |
javax.swing.JButton |
getButton(int whichButton)
get the button object used in the toolbar |
javax.swing.Icon |
getButtonIcon(int button)
Deprecated. |
javax.swing.Icon |
getButtonIcons(int button,
int type)
Get the icon being used for a button. |
javax.swing.Icon |
getButtonPressedIcon(int button)
Deprecated. |
java.awt.Component |
getComponent()
Returns the AWT component associated with this control. |
java.lang.Object |
getDataItem()
get the dataitem object to which the control is bound to |
java.lang.String |
getDataItemName()
get the data item name to which this control is bound |
FindPanel |
getFindPanel()
|
javax.swing.JDialog |
getFindPanelDialog()
get the JDialog object which is used to display the Find dialog |
FindPanelUI |
getFindPanelUI()
Deprecated. |
boolean |
getFollowKeyboardFocus()
Returns keyboard focus following policy. |
boolean |
getHasDeleteButton()
Determines if the toolbar has the button that can be used to delete an existing row from the bound ScrollableRowsetAccess. |
boolean |
getHasFindButton()
Determines if the toolbar has the button that can be used to run a restricted query (Find dialog) from the bound ScrollableRowsetAccess. |
boolean |
getHasInsertButton()
Determines if the toolbar has the button that can be used to insert a new row in the bound ScrollableRowsetAccess. |
boolean |
getHasNavigationButtons()
Determines if the toolbar has the buttons that are used to change the current row of the bound ScrollableRowsetAccess. |
boolean |
getHasTransactionButtons()
Determines if the toolbar has the buttons that can be used to commit/rollback the changes made to the bound ScrollableRowsetAccess. |
java.lang.String |
getInfoBusName()
get the infobus name to which the control is bound to |
protected boolean |
isBoundToLOV(Control c)
check if an LOV property has been set on the control's dataobject |
boolean |
isFocusValidated()
Determines whether focus into this control causes validation to occur. |
void |
processNavigatedEvent(NavigatedEvent event)
Processes a navigated event for this control. |
void |
processNavigatingEvent(NavigatingEvent event)
Processes a navigating event for this control. |
void |
releaseResources(InfoBusManagerReleaseEvent e)
A signalling method used to indicate the the control should free all resources and unregister any listeners that it has registered. |
void |
removableVetoableNavigationBarButtonClickListener(NavigationBarButtonClickListener l)
|
void |
removeNavigatedListener(NavigatedListener listener)
Removes a navigated listener from this control. |
void |
removeNavigatingListener(NavigatingListener listener)
Removes a navigating listener from this control. |
void |
restoreDefaultCursor()
show default cursor |
void |
rowsetCursorMoved(javax.infobus.RowsetCursorMovedEvent event)
Indicates that the cursor for the bound RowsetAccess data item has changed rows. |
void |
setBusyCursor(java.awt.Cursor busyCursor)
Change the cursor used to indicate busy status |
void |
setButtonIcon(int button,
javax.swing.Icon icon)
Deprecated. |
void |
setButtonIcons(int button,
javax.swing.Icon icon,
javax.swing.Icon pressedIcon,
javax.swing.Icon disabledIcon,
javax.swing.Icon rolloverIcon)
Set the icon to be used for a button. |
void |
setButtonPressedIcon(int button,
javax.swing.Icon icon)
Deprecated. |
void |
setDataItemName(java.lang.String dataItemName)
set the data item name to which the control is bound |
void |
setFindPanelUI(FindPanelUI findPanelUI)
Deprecated. |
void |
setFocusValidated(boolean focusValidated)
Sets whether focus into this control causes validation to occur. |
void |
setFollowKeyboardFocus(boolean nuFollowKeyboardFocus)
Set keyboard focus following policy. |
void |
setHasDeleteButton(boolean b)
Tells the toolbar whether to include the delete button or not |
void |
setHasFindButton(boolean b)
Tells the toolbar whether to include the 'Find button or not |
void |
setHasInsertButton(boolean b)
Tells the toolbar whether to include the insert button or not |
void |
setHasNavigationButtons(boolean b)
Tells the toolbar whether to include the navigation buttons or not. |
void |
setHasTransactionButtons(boolean b)
Tells the toolbar whether to include the commit/rollback buttons or not |
void |
setInfoBusName(java.lang.String infoBusName)
set the infobus name to which the control is bound to |
void |
showBusyCursor()
displays a busy cursor |
Methods inherited from class javax.swing.JToolBar |
add, addImpl, addSeparator, addSeparator, createActionChangeListener, createActionComponent, getAccessibleContext, getComponentAtIndex, getComponentIndex, getMargin, getOrientation, getUI, getUIClassID, isBorderPainted, isFloatable, isRollover, paintBorder, paramString, setBorderPainted, setFloatable, setLayout, setMargin, setOrientation, setRollover, 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, getMaximumSize, getMinimumSize, getNextFocusableComponent, getPreferredSize, 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, 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, setBackground, setBorder, setDebugGraphicsOptions, setDefaultLocale, setDoubleBuffered, setEnabled, setFont, setForeground, setInputMap, setInputVerifier, setMaximumSize, setMinimumSize, setNextFocusableComponent, setOpaque, setPreferredSize, setRequestFocusEnabled, setToolTipText, setTransferHandler, setUI, setVerifyInputWhenFocusTarget, setVisible, unregisterKeyboardAction, update |
Methods inherited from class java.awt.Container |
add, add, add, add, add, addContainerListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getLayout, 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, getFont, 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 |
Methods inherited from interface oracle.dacf.control.Control |
setEnabled |
Field Detail |
public static final int BUTTON_FIRST
public static final int BUTTON_PREV
public static final int BUTTON_NEXT
public static final int BUTTON_LAST
public static final int BUTTON_INSERT
public static final int BUTTON_DELETE
public static final int BUTTON_COMMIT
public static final int BUTTON_ROLLBACK
public static final int BUTTON_FIND
public static final int BUTTON_NORMAL
public static final int BUTTON_PRESSED
public static final int BUTTON_DISABLED
public static final int BUTTON_ROLLOVER
protected javax.swing.JDialog _findDialog
Constructor Detail |
public NavigationBar()
Method Detail |
public void setButtonIcon(int button, javax.swing.Icon icon)
button
- The button whose icon should be changed.
Allowed values should be one of defined by the BUTTON_XXX
constantsicon
- The new iconpublic javax.swing.Icon getButtonIcon(int button)
button
- The button whose icon is being requested
Allowed values should be one of defined by the BUTTON_XXX
constants
public void setButtonIcons(int button, javax.swing.Icon icon, javax.swing.Icon pressedIcon, javax.swing.Icon disabledIcon, javax.swing.Icon rolloverIcon)
button
- The button whose icon should be changed.
Allowed values should be one of defined by the BUTTON_XXX
constantsicon
- The new button iconpressedIcon
- The new button pressed icondisabledIcon
- The new button disabled iconrolloverIcon
- The new button rollover iconpublic javax.swing.Icon getButtonIcons(int button, int type)
button
- The button whose icon is being requested
Allowed values should be one of defined by the BUTTON_XXX
constantstype
- The icon type. Allowed values are BUTTON_NORMAL, BUTTON_PRESSED,
BUTTON_DISABLED, and BUTTON_ROLLOVER
public void setButtonPressedIcon(int button, javax.swing.Icon icon)
button
- The button whose icon should be changed.
Allowed values should be one of defined by the BUTTON_XXX
constantsicon
- The new iconpublic javax.swing.Icon getButtonPressedIcon(int button)
button
- The button whose icon is being requested
Allowed values should be one of defined by the BUTTON_XXX
constants
public void showBusyCursor()
public void restoreDefaultCursor()
public void setBusyCursor(java.awt.Cursor busyCursor)
busyCursor
- cursor to indicated busy statuspublic java.awt.Cursor getBusyCursor()
public javax.swing.JButton getButton(int whichButton)
whichButton
- A constant indicating which button is requested
Allowed values should be one of defined by the BUTTON_XXX
constants
public void setFollowKeyboardFocus(boolean nuFollowKeyboardFocus)
If true, when the keyboard focus moves from one rowset to another, the NavigationBar will reconfigure itself so that it manipulates that rowset.
nuFollowKeyboardFocus
- if true, then track the keyboard focusgetFollowKeyboardFocus()
public boolean getFollowKeyboardFocus()
If true, when the keyboard focus moves from one rowset to another, the NavigationBar will reconfigure itself so that it manipulates that rowset.
setFollowKeyboardFocus(boolean nuFollowKeyboardFocus)
public boolean getHasNavigationButtons()
public void setHasNavigationButtons(boolean b)
b
- if true the the navigation buttons are included in the bar
else the navigation buttons are not includedpublic boolean getHasInsertButton()
public void setHasInsertButton(boolean b)
b
- if true the insert button is be included else the button is
removedpublic boolean getHasDeleteButton()
public void setHasDeleteButton(boolean b)
b
- if true the delete button is be included else the button is
removedpublic boolean getHasTransactionButtons()
public void setHasTransactionButtons(boolean b)
b
- if true the buttons are included else the buttons are removedpublic boolean getHasFindButton()
public void setHasFindButton(boolean b)
b
- if true the 'Find' button is included else the button is
removedpublic FindPanel getFindPanel()
public void setFindPanelUI(FindPanelUI findPanelUI)
findPanelUI
- - object which implements FindPanelUI interfacepublic FindPanelUI getFindPanelUI()
public void releaseResources(InfoBusManagerReleaseEvent e)
InfoBusManagerListener
releaseResources
in interface InfoBusManagerListener
public final java.lang.String getInfoBusName()
getInfoBusName
in interface Control
ControlSupport.getInfoBusName()
public final void setInfoBusName(java.lang.String infoBusName)
setInfoBusName
in interface Control
infoBusName
- name of the infobusControl.DEFAULT_INFOBUS_NAME
,
ControlSupport.setInfoBusName(java.lang.String)
public final java.lang.String getDataItemName()
getDataItemName
in interface Control
Control.getDataItem()
,
ControlSupport.getDataItemName()
public final void setDataItemName(java.lang.String dataItemName)
setDataItemName
in interface Control
dataItemName
- The name of the DataItem to bind to.Control.getDataItem()
,
ControlSupport.setDataItemName(java.lang.String)
public final java.lang.Object getDataItem()
getDataItem
in interface Control
ControlSupport.getDataItem()
public final void dataItemChanged(java.lang.Object oldDataItem, java.lang.Object newDataItem)
dataItemChanged
in interface Control
oldDataItem
- old data item objectnewDataItem
- new data item objectpublic final java.awt.Component getComponent()
getComponent
in interface Control
public final boolean isFocusValidated()
Most controls should delegate this method to ControlSupport.
isFocusValidated
in interface Control
ControlSupport.isFocusValidated()
public final void setFocusValidated(boolean focusValidated)
Most controls should delegate this method to ControlSupport.
setFocusValidated
in interface Control
focusValidated
- If true, focus into this control will
cause validation to occur.ControlSupport.setFocusValidated(boolean)
public final void addNavigatedListener(NavigatedListener listener)
The listener will be notified of NavigateIn and NavigateOut events.
Most controls should delegate this method to ControlSupport.
addNavigatedListener
in interface Control
listener
- The listener to add.ControlSupport.addNavigatedListener(oracle.dacf.control.NavigatedListener)
public final void removeNavigatedListener(NavigatedListener listener)
Most controls should delegate this method to ControlSupport.
removeNavigatedListener
in interface Control
listener
- The listener to remove.ControlSupport.removeNavigatedListener(oracle.dacf.control.NavigatedListener)
public final void processNavigatedEvent(NavigatedEvent event)
This method is for use by the NavigationManager only.
Most controls should delegate this method to ControlSupport.
processNavigatedEvent
in interface Control
event
- The navigated event.ControlSupport.processNavigatedEvent(oracle.dacf.control.NavigatedEvent)
public final void addNavigatingListener(NavigatingListener listener)
The listener will be notified of NavigateIn and NavigateOut events.
Most controls should delegate this method to ControlSupport.
addNavigatingListener
in interface Control
listener
- The listener to add.ControlSupport.addNavigatedListener(oracle.dacf.control.NavigatedListener)
public final void removeNavigatingListener(NavigatingListener listener)
Most controls should delegate this method to ControlSupport.
removeNavigatingListener
in interface Control
listener
- The listener to remove.ControlSupport.removeNavigatedListener(oracle.dacf.control.NavigatedListener)
public final void processNavigatingEvent(NavigatingEvent event) throws NavigatingException
This method is for use by the NavigatedManager only.
Most controls should delegate this method to ControlSupport.
processNavigatingEvent
in interface Control
event
- The navigating event.
NavigatingException
- If the navigation is redirected to a
different control.ControlSupport.processNavigatedEvent(oracle.dacf.control.NavigatedEvent)
public void addVetoableNavigationBarButtonClickListener(NavigationBarButtonClickListener l)
public void removableVetoableNavigationBarButtonClickListener(NavigationBarButtonClickListener l)
public final void dataItemValueChanged(javax.infobus.DataItemValueChangedEvent event)
A reference to the data item that changed can be obtained from the event.
dataItemValueChanged
in interface javax.infobus.DataItemChangeListener
event
- Contains change information.DataItemChangeListener.dataItemValueChanged(javax.infobus.DataItemValueChangedEvent)
public final void dataItemAdded(javax.infobus.DataItemAddedEvent event)
A reference to the data item that was added, and a reference to the one that gained it, can be obtained from the event.
dataItemAdded
in interface javax.infobus.DataItemChangeListener
event
- Contains details of the addition.DataItemChangeListener.dataItemAdded(javax.infobus.DataItemAddedEvent)
public final void dataItemDeleted(javax.infobus.DataItemDeletedEvent event)
A reference to the data item that was deleted, and a reference to the one that lost it, can be obtained from the event.
dataItemDeleted
in interface javax.infobus.DataItemChangeListener
event
- Contains details of the deletion.DataItemChangeListener.dataItemDeleted(javax.infobus.DataItemDeletedEvent)
public final void dataItemRevoked(javax.infobus.DataItemRevokedEvent event)
A reference to the data item that was revoked can be obtained from the event.
dataItemRevoked
in interface javax.infobus.DataItemChangeListener
event
- Contains details of the revoked data.DataItemChangeListener.dataItemRevoked(javax.infobus.DataItemRevokedEvent)
public void rowsetCursorMoved(javax.infobus.RowsetCursorMovedEvent event)
A reference to the rowset data item can be obtained from the event.
rowsetCursorMoved
in interface javax.infobus.DataItemChangeListener
event
- Contains details of the cursor move.DataItemChangeListener.rowsetCursorMoved(javax.infobus.RowsetCursorMovedEvent)
public void doClick(int index)
index
- the identifier for the button to click
(one of the BUTTON_XXX constants)public javax.swing.JDialog getFindPanelDialog()
public void actionPerformed(java.awt.event.ActionEvent event)
actionPerformed
in interface java.awt.event.ActionListener
protected void _invokeApplyEdits(Control focusedControl, boolean bFlag)
public void currencyChanged(CurrencyChangedEvent e)
CurrencyListener
currencyChanged
in interface CurrencyListener
protected javax.swing.JDialog _createFindPanelDialog()
protected void _createFindPanel()
protected void _escKeyPressed()
protected void _updateButtonStatesLater()
protected void _updateButtonStates()
protected void _displayFindDialog()
protected java.awt.Dimension _computeFindDialogSize(java.awt.Dimension screenSize)
protected java.awt.Point _computeFindDialogLocation(java.awt.Dimension screenSize, java.awt.Dimension dlgSize)
protected boolean isBoundToLOV(Control c)
|
Oracle Data-aware Controls Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2003, Oracle. All rights reserved.