|
Eclipse Platform Release 3.3 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The interface of context information presented to the user and generated by content assist processors.
In order to provide backward compatibility for clients of
IContextInformation
, extension interfaces are used to
provide a means of evolution. The following extension interfaces
exist:
IContextInformationExtension
since version 2.0 introducing the ability to freely position the
context information.
The interface can be implemented by clients. By default, clients use
ContextInformation
as
the standard implementer of this interface.
IContentAssistProcessor
Method Summary | |
---|---|
boolean |
equals(Object object)
Compares the given object with this receiver. |
String |
getContextDisplayString()
Returns the string to be displayed in the list of contexts. |
Image |
getImage()
Returns the image for this context information. |
String |
getInformationDisplayString()
Returns the string to be displayed in the tool tip like information popup. |
Method Detail |
public String getContextDisplayString()
public Image getImage()
null
if no image is desiredpublic String getInformationDisplayString()
public boolean equals(Object object)
Object.equals(Object)
|
Eclipse Platform Release 3.3 |
|||||||||||
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, 2007. All rights reserved.