Package | Description |
---|---|
org.netbeans.spi.editor.codegen |
The Code Generator SPI gives modules a chance to plug their own code generators
into the popup that appears in the editor on the Insert Code action invocation.
|
Modifier and Type | Method and Description |
---|---|
List<? extends CodeGenerator> |
CodeGenerator.Factory.create(Lookup context)
Creates code generators valid for the particular context.
|