Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

oracle.apps.fnd.applcore.dt.flex.run
Class RunWithFlexfieldsMenuListener

java.lang.Object
  extended by oracle.apps.fnd.applcore.dt.flex.run.RunWithFlexfieldsMenuListener
All Implemented Interfaces:
oracle.ide.controller.ContextMenuListener

public class RunWithFlexfieldsMenuListener
extends java.lang.Object
implements oracle.ide.controller.ContextMenuListener

Listener that adds 'Run with Flexfields' and 'Debug with Flexfields' entries. The entries are shown for jpr, jsff, jspx and taskflow nodes.


Constructor Summary
RunWithFlexfieldsMenuListener()
           
 
Method Summary
 boolean handleDefaultAction(oracle.ide.Context context)
          Do nothing.
 void menuWillHide(oracle.ide.controller.ContextMenu contextMenu)
          Do nothing.
 void menuWillShow(oracle.ide.controller.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

RunWithFlexfieldsMenuListener

public RunWithFlexfieldsMenuListener()
Method Detail

menuWillShow

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

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

menuWillHide

public void menuWillHide(oracle.ide.controller.ContextMenu contextMenu)
Do nothing.

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

handleDefaultAction

public boolean handleDefaultAction(oracle.ide.Context context)
Do nothing.

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

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.