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 Detail

      • 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