oracle.dacf.control.swing
Class NavigationBarButtonClickEvent
java.lang.Object
java.util.EventObject
oracle.dacf.control.swing.NavigationBarButtonClickEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class NavigationBarButtonClickEvent
- extends java.util.EventObject
Defines the event delivered to the listeners of
NavigationBarButtonClickListeners, when a button on the NavBar is clicked
- Version:
- SDK
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
Method Summary |
java.awt.event.ActionEvent |
getActionEvent()
get the ActionEvent which triggered the NavigationBarButtonClick
event |
int |
getButtonClicked()
get the button id clicked. |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NavigationBarButtonClickEvent
protected NavigationBarButtonClickEvent(java.lang.Object source,
int buttonClicked,
java.awt.event.ActionEvent event)
getButtonClicked
public int getButtonClicked()
- get the button id clicked. The value could be one of the following constants
- NavigationBar.BUTTON_FIRST
- NavigationBar.BUTTON_PREV
- NavigationBar.BUTTON_NEXT
- NavigationBar.BUTTON_LAST
- NavigationBar.BUTTON_INSERT
- NavigationBar.BUTTON_DELETE
- NavigationBar.BUTTON_COMMIT
- NavigationBar.BUTTON_ROLLBACK
- NavigationBar.BUTTON_FIND
getActionEvent
public java.awt.event.ActionEvent getActionEvent()
- get the ActionEvent which triggered the NavigationBarButtonClick
event
Copyright © 1997, 2003, Oracle. All rights reserved.