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.
-
-
Field Summary
-
Fields inherited from interface ro.sync.contentcompletion.editor.InlineProposal
HIGH_IMPORTANCE, LOW_IMPORTANCE, NORMAL_IMPORTANCE, PRESENT_NORMALLY, PRESENT_VERY_FIRST, UNRECOMMENDED_IMPORTANCE
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javax.swing.KeyStroke
getAccelerator()
-
Methods inherited from interface ro.sync.contentcompletion.editor.InlineProposal
compareTo, getDocumentation, getImportance, getPresentPosition, getRenderString, getStringForFilter
-
Methods inherited from interface ro.sync.exml.editor.quickassist.IQuickAssistProposal
apply, getImage, getParentGroup, getSelection, isQuickFix
-
-