| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.7.1) E13403-09  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ActionPreInvoker
An ActionPreInvoker is an interface to a class which is allowed to intercept actions to be performed on a BasicEditorPane.
The usage of pre-invokers should be strictly temporary. A typical example of temporary usage is the navigation inside a popup list.
BasicEditorPane.addPreActionInvoker(ActionPreInvoker, double)| Method Summary | |
|---|---|
 boolean | 
invokeAction(java.lang.String actionKey)Invokes the Action corresponding to the given actionKey.  | 
| Method Detail | 
|---|
boolean invokeAction(java.lang.String actionKey)
actionKey - the published key for the action
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.7.1) E13403-09  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||