Uses of Class
com.ibm.systemz.common.editor.extensionpoints.contentassist.ECompletionProposalType

Packages that use ECompletionProposalType
com.ibm.systemz.common.editor.extensionpoints.contentassist   
 

Uses of ECompletionProposalType in com.ibm.systemz.common.editor.extensionpoints.contentassist
 

Methods in com.ibm.systemz.common.editor.extensionpoints.contentassist that return ECompletionProposalType
 ECompletionProposalType SimpleCompletionProposal.getType()
          The built-in type of the proposal.
static ECompletionProposalType ECompletionProposalType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ECompletionProposalType[] ECompletionProposalType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.ibm.systemz.common.editor.extensionpoints.contentassist with parameters of type ECompletionProposalType
SimpleCompletionProposal(java.lang.String displayString, java.lang.String replacementString, org.eclipse.swt.graphics.Image image, org.eclipse.jface.text.contentassist.IContextInformation contextInformation, java.lang.String additionalProposalInfo, int replacementOffset, ECompletionProposalType type)
          Creates a new completion proposal.