public interface UpdateHandler
| Modifier and Type | Method and Description |
|---|---|
boolean |
update(IDEAction action,
Context context)
Update the specified action based on the specified context.
|
boolean update(IDEAction action, Context context)
IDEAction.setEnabled( boolean ).action - the action to update.context - the context to use for the update.