Oracle Data-aware Controls Reference

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
 
Constructor Summary
protected NavigationBarButtonClickEvent(java.lang.Object source, int buttonClicked, java.awt.event.ActionEvent event)
           
 
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
 

Constructor Detail

NavigationBarButtonClickEvent

protected NavigationBarButtonClickEvent(java.lang.Object source,
                                        int buttonClicked,
                                        java.awt.event.ActionEvent event)
Method Detail

getButtonClicked

public int getButtonClicked()
get the button id clicked. The value could be one of the following constants

getActionEvent

public java.awt.event.ActionEvent getActionEvent()
get the ActionEvent which triggered the NavigationBarButtonClick event

Oracle Data-aware Controls Reference