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.
-
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
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
-
Method Details
-
getAccelerator
KeyStroke getAccelerator()- Returns:
- The keystroke for this action.
-