javax.ide.command
Class Controller.NullUpdateHandler

java.lang.Object
javax.ide.command.Controller.NullUpdateHandler
- All Implemented Interfaces:
- UpdateHandler
- Enclosing class:
- Controller
- private static final class Controller.NullUpdateHandler
- extends java.lang.Object
- implements UpdateHandler
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Controller.NullUpdateHandler
private Controller.NullUpdateHandler()
update
public boolean update(javax.ide.menu.IDEAction action,
Context context)
- Description copied from interface:
UpdateHandler
- 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 .
- Specified by:
update in interface UpdateHandler