|
SWT LPEX v3.0.5 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The interface for context information presented to the user and
generated by content-assist processors.
The interface can be implemented by clients. Clients may use the default
ContextInformation
implementation of this interface.
This is the LPEX version of
org.eclipse.jface.text.contentassist.IContextInformation
.
IContentAssistProcessor
Method Summary | |
---|---|
boolean |
equals(Object object)
Compare the given object with this receiver. |
String |
getContextDisplayString()
Return the string to be displayed in the list of contexts. |
Image |
getImage()
Return the image for this context information. |
String |
getInformationDisplayString()
Return the string to be displayed in the tooltip-like information popup. |
Method Detail |
public String getContextDisplayString()
public Image getImage()
null
if no image is desiredpublic String getInformationDisplayString()
public boolean equals(Object object)
|
SWT LPEX v3.0.5 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |