Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-03

oracle.apps.fnd.applcore.dt.menu
Class MainMenuContextMenuListener

java.lang.Object
  extended by oracle.apps.fnd.applcore.dt.menu.MainMenuContextMenuListener
All Implemented Interfaces:
ContextMenuListener

public class MainMenuContextMenuListener
extends java.lang.Object
implements ContextMenuListener

Author:
vthumma

Constructor Summary
MainMenuContextMenuListener()
           
 
Method Summary
 boolean handleDefaultAction(Context context)
          Do nothing.
 void menuWillHide(ContextMenu contextMenu)
          Do nothing.
 void menuWillShow(ContextMenu contextMenu)
          This method is called when the user right-clicks in the navigator.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MainMenuContextMenuListener

public MainMenuContextMenuListener()
Method Detail

menuWillShow

public void menuWillShow(ContextMenu contextMenu)
This method is called when the user right-clicks in the navigator.

Specified by:
menuWillShow in interface ContextMenuListener
Parameters:
contextMenu - The context menu object.

menuWillHide

public void menuWillHide(ContextMenu contextMenu)
Do nothing.

Specified by:
menuWillHide in interface ContextMenuListener
Parameters:
contextMenu - The context menu object.

handleDefaultAction

public boolean handleDefaultAction(Context context)
Do nothing.

Specified by:
handleDefaultAction in interface ContextMenuListener
Parameters:
context - The context object.
Returns:
the outcome.

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-03

Copyright © 2012 Oracle. All Rights Reserved.