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

Quick Search    Search Deep

Uses of Class
javax.ide.command.Context

Uses of Context in javax.ide.command
 

Fields in javax.ide.command declared as Context
private  Context Command._context
           
 

Methods in javax.ide.command that return Context
protected  Context Command.getContext()
          Gets the ide current Context.
 

Methods in javax.ide.command with parameters of type Context
 boolean UpdateHandler.update(javax.ide.menu.IDEAction action, Context context)
          Update the specified action based on the specified context.
 boolean InvokeHandler.invoke(javax.ide.menu.IDEAction action, Context context)
          Invoke the specified action in the specified context.
 boolean Controller.NullInvokeHandler.invoke(javax.ide.menu.IDEAction action, Context context)
           
 boolean Controller.NullUpdateHandler.update(javax.ide.menu.IDEAction action, Context context)
           
 void Command.setContext(Context context)
          Sets Context associated with command