display


Description:

public abstract void display (CompletionContext context, CompletionProposal proposal, CompletionCell cell)

This function requests that the CompletionProvider prepares cell to display the contents of proposal.

Based on cells column type, you may want to display different information.

This allows for columns of information among completion proposals resulting in better alignment of similar content (icons, return types, method names, and parameter lists).

Parameters:

this

a CompletionProvider

context

a CompletionContext

proposal

a CompletionProposal

cell

a CompletionCell