Interface IQuickAssistInvocationContext<P>

Type Parameters:
P - The editor page we are dealing in.

@API(type=INTERNAL, src=PUBLIC) public interface IQuickAssistInvocationContext<P>
Platform independent(Eclipse vs SA) invocation context for the quick assists.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the editor for this context.
    int
    Returns the offset where quick assist was invoked.
  • Method Details

    • getOffset

      int getOffset()
      Returns the offset where quick assist was invoked.
      Returns:
      the invocation offset.
    • getEditorPage

      P getEditorPage()
      Returns the editor for this context.
      Returns:
      the editor or null if not available