Interface SAQuickAssistProposal

All Superinterfaces:
InlineProposal, IQuickAssistProposal<ImageIcon>

@API(type=INTERNAL, src=PUBLIC) public interface SAQuickAssistProposal extends IQuickAssistProposal<ImageIcon>
The interface of completion proposals generated by content assist processors. A completion proposal contains information used to present the proposed completion to the user, to insert the completion should the user select it, and to present context information for the chosen completion once it has been inserted.
  • Method Details

    • getAccelerator

      KeyStroke getAccelerator()
      Returns:
      The keystroke for this action.