public interface ActionPreInvoker
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.
| Modifier and Type | Method and Description |
|---|---|
boolean |
invokeAction(java.lang.String actionKey)
Invokes the Action corresponding to the given actionKey.
|