|
Extension SDK 10.1.2 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The ActionPostInvoker
is used to listen for
completed editor actions immediately after they complete - this
gives plugins a chance to do some subsequent, such as formatting
after inserting a new line. This ensures that these operations can
be performed before another key event is processed.
Note that this notification will be provided ONLY for completed actions. Also note that key typed actions are not currently routed through this mechanism.
BasicEditorPane
,
ActionHookInvoker
Method Summary | |
void |
invokedAction(java.lang.String actionKey)
Notifies the listener that the given action, denoted by the key, was just invoked and completed successfully. |
Method Detail |
public void invokedAction(java.lang.String actionKey)
actionKey
- the published key for the action
|
Extension SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.