|
Eclipse Platform Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IQuickAssistInvocationContext
Context information for quick fix and quick assist processors.
This interface can be implemented by clients.
Method Summary | |
---|---|
int |
getLength()
Returns the length of the selection at the invocation offset. |
int |
getOffset()
Returns the offset where quick assist was invoked. |
ISourceViewer |
getSourceViewer()
Returns the viewer for this context. |
Method Detail |
---|
int getOffset()
-1
if unknownint getLength()
-1
if none or unknownISourceViewer getSourceViewer()
null
if not available
|
Eclipse Platform Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.