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

E22562-05

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

java.lang.Object
  extended by oracle.adfdtinternal.controller.adfmenu.listeners.AdfcConfigContextMenuListener
      extended by oracle.apps.fnd.applcore.dt.menu.ApplcoreAdfcConfigContextMenuListener
All Implemented Interfaces:
ContextMenuListener, Controller

public class ApplcoreAdfcConfigContextMenuListener
extends oracle.adfdtinternal.controller.adfmenu.listeners.AdfcConfigContextMenuListener

Context Menu Listener over-riding AdfcConfigContextMenuListener functionality for applcore.

Author:
David Groves <david.groves@oracle.com>

Field Summary
 
Fields inherited from interface oracle.ide.controller.Controller
UPDATE_FROM_ACTION_PERFORMED, UPDATE_FROM_ACTIVE_VIEW_CHANGED, UPDATE_FROM_UNDO, UPDATE_FROM_USER_EXTENSION, UPDATE_FROM_VIEW_SELECTION_CHANGED
 
Constructor Summary
ApplcoreAdfcConfigContextMenuListener()
          Public constructor;
 
Method Summary
 boolean handleEvent(IdeAction ideAction, Context context)
          Called when an item in the Context Menu has been selected.
 void menuWillShow(ContextMenu contextMenu)
          Called when the menu is about to show.
 
Methods inherited from class oracle.adfdtinternal.controller.adfmenu.listeners.AdfcConfigContextMenuListener
handleDefaultAction, menuWillHide, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplcoreAdfcConfigContextMenuListener

public ApplcoreAdfcConfigContextMenuListener()
Public constructor;

Method Detail

menuWillShow

public void menuWillShow(ContextMenu contextMenu)
Called when the menu is about to show.

Specified by:
menuWillShow in interface ContextMenuListener
Overrides:
menuWillShow in class oracle.adfdtinternal.controller.adfmenu.listeners.AdfcConfigContextMenuListener
Parameters:
contextMenu - context menu to be shown.

handleEvent

public boolean handleEvent(IdeAction ideAction,
                           Context context)
Called when an item in the Context Menu has been selected. We call the base adf behavior and then mutate the created adfc-config.xml information.

Specified by:
handleEvent in interface Controller
Overrides:
handleEvent in class oracle.adfdtinternal.controller.adfmenu.listeners.AdfcConfigContextMenuListener
Parameters:
ideAction - ide action.
context - context.
Returns:
true if handled, false otherwise.

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

E22562-05

Copyright © 2012 Oracle. All Rights Reserved.