Modifier and Type | Method and Description |
---|---|
static BindingsProvider.Response |
BindingsProvider.Response.create(Bindings bindings)
Used by a
provider to tell the editing
infrastructure to expose a JSON like structure in code completion. |
BindingsProvider.Response |
BindingsProvider.Response.create(Bindings bindings,
String targetId)
Used by a
provider to tell the editing
infrastructure to expose a JSON like structure in code completion. |
BindingsProvider.Response |
BindingsProvider.findBindings(FileObject htmlFile)
Called when additional completion is requested for a particular file.
|