Interface SAQuickAssistProposal

  • All Superinterfaces:
    InlineProposal, IQuickAssistProposal<javax.swing.ImageIcon>

    @API(type=INTERNAL,
         src=PUBLIC)
    public interface SAQuickAssistProposal
    extends IQuickAssistProposal<javax.swing.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 Detail

      • getAccelerator

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