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 DebugWithFlexfieldsMenuController

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

public class DebugWithFlexfieldsMenuController
extends java.lang.Object
implements oracle.ide.controller.Controller

Controller class for right click and select 'Debug with Flexfields'.


Field Summary
static int DEBUG_WITH_FLEX_CMD_ID
          The Id for the 'Debug with Flexfields' command.
 
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
DebugWithFlexfieldsMenuController()
           
 
Method Summary
 boolean handleEvent(oracle.ide.controller.IdeAction action, oracle.ide.Context context)
          This method handles the event.
 boolean update(oracle.ide.controller.IdeAction action, oracle.ide.Context context)
          The update method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEBUG_WITH_FLEX_CMD_ID

public static final int DEBUG_WITH_FLEX_CMD_ID
The Id for the 'Debug with Flexfields' command.

Constructor Detail

DebugWithFlexfieldsMenuController

public DebugWithFlexfieldsMenuController()
Method Detail

handleEvent

public boolean handleEvent(oracle.ide.controller.IdeAction action,
                           oracle.ide.Context context)
This method handles the event.

Specified by:
handleEvent in interface oracle.ide.controller.Controller
Parameters:
action - The action object.
context - The context object.
Returns:
The outcome.

update

public boolean update(oracle.ide.controller.IdeAction action,
                      oracle.ide.Context context)
The update method.

Specified by:
update in interface oracle.ide.controller.Controller
Parameters:
action - The action to be enabled/disabled.
context - The context object.
Returns:
The updated action.

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

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.