com.pvx.ooadide.editors
Class PvxCompletionProposal

java.lang.Object
  extended by com.pvx.ooadide.editors.PvxCompletionProposal

public class PvxCompletionProposal
extends java.lang.Object


Constructor Summary
PvxCompletionProposal(java.lang.String targetProposal, java.lang.String displayString, org.eclipse.jface.text.contentassist.IContextInformation contextInformation, org.eclipse.swt.graphics.Image ctxImage)
           
 
Method Summary
 org.eclipse.jface.text.contentassist.IContextInformation getContextInformation()
           
 org.eclipse.swt.graphics.Image getCtxImage()
           
 java.lang.String getDisplayString()
           
 void setContextInformation(org.eclipse.jface.text.contentassist.IContextInformation contextInformation)
           
 void setCtxImage(org.eclipse.swt.graphics.Image ctxImage)
           
 void setDisplayString(java.lang.String displayString)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PvxCompletionProposal

public PvxCompletionProposal(java.lang.String targetProposal,
                             java.lang.String displayString,
                             org.eclipse.jface.text.contentassist.IContextInformation contextInformation,
                             org.eclipse.swt.graphics.Image ctxImage)
Method Detail

setDisplayString

public void setDisplayString(java.lang.String displayString)

getDisplayString

public java.lang.String getDisplayString()

setContextInformation

public void setContextInformation(org.eclipse.jface.text.contentassist.IContextInformation contextInformation)

getContextInformation

public org.eclipse.jface.text.contentassist.IContextInformation getContextInformation()

setCtxImage

public void setCtxImage(org.eclipse.swt.graphics.Image ctxImage)

getCtxImage

public org.eclipse.swt.graphics.Image getCtxImage()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object