com.pvx.ooadide.editors
Class PvxContextInformation
java.lang.Object
com.pvx.ooadide.editors.PvxContextInformation
- All Implemented Interfaces:
- org.eclipse.jface.text.contentassist.IContextInformation
public class PvxContextInformation
- extends java.lang.Object
- implements org.eclipse.jface.text.contentassist.IContextInformation
Constructor Summary |
PvxContextInformation(org.eclipse.swt.graphics.Image init_ctxImage,
java.lang.String init_ctxStr,
java.lang.String init_infoDisplay)
|
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
PvxContextInformation
public PvxContextInformation(org.eclipse.swt.graphics.Image init_ctxImage,
java.lang.String init_ctxStr,
java.lang.String init_infoDisplay)
getContextDisplayString
public java.lang.String getContextDisplayString()
- Specified by:
getContextDisplayString
in interface org.eclipse.jface.text.contentassist.IContextInformation
getImage
public org.eclipse.swt.graphics.Image getImage()
- Specified by:
getImage
in interface org.eclipse.jface.text.contentassist.IContextInformation
getInformationDisplayString
public java.lang.String getInformationDisplayString()
- Specified by:
getInformationDisplayString
in interface org.eclipse.jface.text.contentassist.IContextInformation
equals
public boolean equals(java.lang.Object object)
- Specified by:
equals
in interface org.eclipse.jface.text.contentassist.IContextInformation
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object