org.eclipse.cdt.internal.ui.text.contentassist
Class ContentAssistComputerParameter

java.lang.Object
  extended by org.eclipse.cdt.internal.ui.text.contentassist.ContentAssistComputerParameter
All Implemented Interfaces:
org.eclipse.core.commands.IParameterValues

public final class ContentAssistComputerParameter
extends java.lang.Object
implements org.eclipse.core.commands.IParameterValues

Map of parameters for the specific content assist command.

Since:
4.0

Constructor Summary
ContentAssistComputerParameter()
           
 
Method Summary
 java.util.Map getParameterValues()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentAssistComputerParameter

public ContentAssistComputerParameter()
Method Detail

getParameterValues

public java.util.Map getParameterValues()
Specified by:
getParameterValues in interface org.eclipse.core.commands.IParameterValues