Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.ide.command
Class Controller.NullUpdateHandler  view Controller.NullUpdateHandler download Controller.NullUpdateHandler.java

java.lang.Object
  extended byjavax.ide.command.Controller.NullUpdateHandler
All Implemented Interfaces:
UpdateHandler
Enclosing class:
Controller

private static final class Controller.NullUpdateHandler
extends java.lang.Object
implements UpdateHandler


Constructor Summary
private Controller.NullUpdateHandler()
           
 
Method Summary
 boolean update(javax.ide.menu.IDEAction action, Context context)
          Update the specified action based on the specified context.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Controller.NullUpdateHandler

private Controller.NullUpdateHandler()
Method Detail

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