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

java.lang.Object
  extended by org.eclipse.core.commands.common.EventManager
      extended by org.eclipse.core.commands.AbstractHandler
          extended by org.eclipse.cdt.internal.ui.text.contentassist.ContentAssistHandler
All Implemented Interfaces:
org.eclipse.core.commands.IHandler

public final class ContentAssistHandler
extends org.eclipse.core.commands.AbstractHandler

A command handler to invoke a content assist for a specific proposal category.

Since:
4.0

Constructor Summary
ContentAssistHandler()
           
 
Method Summary
 java.lang.Object execute(org.eclipse.core.commands.ExecutionEvent event)
           
 
Methods inherited from class org.eclipse.core.commands.AbstractHandler
addHandlerListener, dispose, isEnabled, isHandled, removeHandlerListener
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentAssistHandler

public ContentAssistHandler()
Method Detail

execute

public java.lang.Object execute(org.eclipse.core.commands.ExecutionEvent event)
                         throws org.eclipse.core.commands.ExecutionException
Specified by:
execute in interface org.eclipse.core.commands.IHandler
Specified by:
execute in class org.eclipse.core.commands.AbstractHandler
Throws:
org.eclipse.core.commands.ExecutionException