|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The inferface of context information presented to the user and
generated by content assist processors.
The interface can be implemented by clients. By default, clients use
ContextInformation as the standard implementer of this interface.
IContentAssistProcessor| Method Summary | |
boolean |
equals(java.lang.Object object)
Compare the given object with this receiver. |
java.lang.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. |
java.lang.String |
getInformationDisplayString()
Return the string to be displayed in the tooltip like information popup. |
| Method Detail |
public java.lang.String getContextDisplayString()
public org.eclipse.swt.graphics.Image getImage()
null if no image is desiredpublic java.lang.String getInformationDisplayString()
public boolean equals(java.lang.Object object)
equals in class java.lang.ObjectObject.equals(java.lang.Object)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||