com.pvx.ooadide.editors
Class PvxContextInformation

java.lang.Object
  extended by 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)
           
 
Method Summary
 boolean equals(java.lang.Object object)
           
 java.lang.String getContextDisplayString()
           
 org.eclipse.swt.graphics.Image getImage()
           
 java.lang.String getInformationDisplayString()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PvxContextInformation

public PvxContextInformation(org.eclipse.swt.graphics.Image init_ctxImage,
                             java.lang.String init_ctxStr,
                             java.lang.String init_infoDisplay)
Method Detail

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