Package ro.sync.exml.editor.quickassist
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description P
getEditorPage()
Returns the editor for this context.int
getOffset()
Returns the offset where quick assist was invoked.
-
-
-
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
-
-