org.jupe.editors.classdiagram.model.nodes.contentassistent
Interface ITypeContentProposal

All Superinterfaces:
org.eclipse.jface.fieldassist.IContentProposal
All Known Implementing Classes:
JavaTypeContentProposal

public interface ITypeContentProposal
extends org.eclipse.jface.fieldassist.IContentProposal

Extension of IContentProposal interface to add method for setting contents.

Author:
Michael Pradel

Method Summary
 void setContent(java.lang.String newContent)
           
 
Methods inherited from interface org.eclipse.jface.fieldassist.IContentProposal
getContent, getCursorPosition, getDescription, getLabel
 

Method Detail

setContent

void setContent(java.lang.String newContent)