|
SWT LPEX v3.0.5 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.lpex.alef.contentassist.ContextInformation
An implementation of the IContextInformation
interface for LPEX.
Constructor Summary | |
---|---|
ContextInformation(Image image,
String contextDisplayString,
String informationDisplayString)
Creates a new context information with an image. |
|
ContextInformation(String contextDisplayString,
String informationDisplayString)
Creates a new context information without an image. |
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. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ContextInformation(String contextDisplayString, String informationDisplayString)
contextDisplayString
- the string to be used when presenting the contextinformationDisplayString
- the string to be displayed when presenting
the context informationpublic ContextInformation(Image image, String contextDisplayString, String informationDisplayString)
image
- the image to display when presenting the context informationcontextDisplayString
- the string to be used when presenting the contextinformationDisplayString
- the string to be displayed when presenting
the context information, may not be null
Method Detail |
public boolean equals(Object object)
IContextInformation
equals
in interface IContextInformation
public String getInformationDisplayString()
IContextInformation
getInformationDisplayString
in interface IContextInformation
public Image getImage()
IContextInformation
getImage
in interface IContextInformation
null
if no image is desiredpublic String getContextDisplayString()
IContextInformation
getContextDisplayString
in interface IContextInformation
|
SWT LPEX v3.0.5 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |