|
|||||||||
| Home >> All >> javax >> ide >> [ command overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
javax.ide.command
Interface UpdateHandler

- All Known Implementing Classes:
- Controller.NullUpdateHandler
- public interface UpdateHandler
UpdateHandlers decide when actions are enabled or disabled based on a context.
| Method Summary | |
boolean |
update(javax.ide.menu.IDEAction action,
Context context)
Update the specified action based on the specified context. |
| Method Detail |
update
public boolean update(javax.ide.menu.IDEAction action, Context context)
- Update the specified action based on the specified context. Typically an
implementation will evaluate the context and enable or disable
the action using IDEAction.setEnabled( boolean )>
IDEAction.setEnabled( boolean )55 .
|
|||||||||
| Home >> All >> javax >> ide >> [ command overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC