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

E22562-07

oracle.apps.fnd.applcore.dt.osn
Class OsnContextMenuListener

java.lang.Object
  extended by oracle.apps.fnd.applcore.dt.osn.OsnContextMenuListener
All Implemented Interfaces:
oracle.ide.controller.ContextMenuListener

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

Listener that adds 'Add OSN View Instances' entry to Model project and AM right clicks.


Constructor Summary
OsnContextMenuListener()
           
 
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

OsnContextMenuListener

public OsnContextMenuListener()
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.