|
LPEX 4.4.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ibm.lpex.alef.contentassist.ContextInformation
public final class ContextInformation
A default 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)
|
String |
getContextDisplayString()
|
Image |
getImage()
|
String |
getInformationDisplayString()
|
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, 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 information
public 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)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String getInformationDisplayString()
public Image getImage()
public String getContextDisplayString()
|
LPEX 4.4.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||