Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

oracle.ide.controller
Interface ActionFilter


public interface ActionFilter

An ActionFilter can accept or reject action names.


Method Summary
 boolean accept(java.lang.String cmdName)
          Determines whether this filter accepts the comand name.
 

Method Detail

accept

boolean accept(java.lang.String cmdName)
Determines whether this filter accepts the comand name. If the filter accepts the command name, it should return true.

Parameters:
cmdName - the command name
Returns:
true if the command name is accepted by the filter
See Also:
IdeAction.getCommand()

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

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