Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.6.0)

E13403-07

oracle.ide.controller
Interface ActionCondition

All Superinterfaces:
Condition

public interface ActionCondition
extends Condition

The Actioncondition interface defines the contract for all conditions.
A condition is responsible for determining the enabled/disabled state for an action, updating its label if needed.


Method Summary
 void updateState(Context context, IdeAction action)
          Updates the action's state.
 
Methods inherited from interface oracle.ide.Condition
evaluate
 

Method Detail

updateState

void updateState(Context context,
                 IdeAction action)
Updates the action's state.

Parameters:
context - the current context
action - the action to be updated

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.6.0)

E13403-07

Copyright © 1997, 2011, Oracle. All rights reserved.