org.jupe.source.java
Class JavaTypeContentProposal
java.lang.Object
org.jupe.source.java.JavaTypeContentProposal
- All Implemented Interfaces:
- org.eclipse.jface.fieldassist.IContentProposal, ITypeContentProposal
public class JavaTypeContentProposal
- extends java.lang.Object
- implements ITypeContentProposal
IContentProposal implementation that transform a IJavaCompletionProposal
into an IContentProposal.
- Author:
- Michael Pradel
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JavaTypeContentProposal
public JavaTypeContentProposal(org.eclipse.jdt.ui.text.java.IJavaCompletionProposal newJavaProposal)
getContent
public java.lang.String getContent()
- Specified by:
getContent
in interface org.eclipse.jface.fieldassist.IContentProposal
getCursorPosition
public int getCursorPosition()
- Specified by:
getCursorPosition
in interface org.eclipse.jface.fieldassist.IContentProposal
getDescription
public java.lang.String getDescription()
- Specified by:
getDescription
in interface org.eclipse.jface.fieldassist.IContentProposal
getLabel
public java.lang.String getLabel()
- Specified by:
getLabel
in interface org.eclipse.jface.fieldassist.IContentProposal
setContent
public void setContent(java.lang.String newContent)
- Specified by:
setContent
in interface ITypeContentProposal