|
SWT LPEX v3.0.0 | |||||||||||
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.
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. |
org.eclipse.swt.graphics.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 org.eclipse.swt.graphics.Image getImage()
public String getInformationDisplayString()
public boolean equals(Object object)
|
SWT LPEX v3.0.0 | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |