org.netbeans.modules.editor.lib2/1 1.43.1 10

org.netbeans.spi.editor.codegen
Interface CodeGeneratorContextProvider.Task

Enclosing interface:
CodeGeneratorContextProvider

public static interface CodeGeneratorContextProvider.Task

Represents the task passed to the CodeGeneratorContextProvider.runTaskWithinContext(org.openide.util.Lookup,Task) method. It is supposed to be implemented by the infrastructure implementor (not by the SPI clients).

Since:
1.8

Method Summary
 void run(Lookup context)
          Runs the task.
 

Method Detail

run

void run(Lookup context)
Runs the task.

Parameters:
context - the task's context
Since:
1.8

org.netbeans.modules.editor.lib2/1 1.43.1 10

Built on December 5 2011.  |  Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.